Actions

Editing H2 Combustor

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 5: Line 5:
 
  | name            = H2 Combustor
 
  | name            = H2 Combustor
 
  | image            = [[File:H2 Combustor.jpg]]
 
  | image            = [[File:H2 Combustor.jpg]]
  | power_usage      = 10W
+
  | power_usage      = 20W
 
  | placed_with_item = [[Kit (Atmospherics)]]
 
  | placed_with_item = [[Kit (Atmospherics)]]
 
  | placed_on_grid  = Small Grid
 
  | placed_on_grid  = Small Grid
Line 13: Line 13:
 
<!--T:1-->
 
<!--T:1-->
 
=Description=
 
=Description=
Burns a fuel mixture of volatiles and oxygen to produce high-temperature [[Water|Steam]]. The H2 Combustor should be fed a 2:1 ratio of volatiles to oxygen.  It will output mix of gases at 2500 C, made up of approximately 46.67% [[Carbon Dioxide]], 30% [[Water|Steam]], and 23.33% [[Pollutant||Pollutants]], plus trace amounts of unburnt volatiles and oxygen.
+
Burns a mix of volatiles and oxygen to create [[Water]] and heat. A [[Kit (Volume Pump)|Volume pump]] before the Combustor is a must because up to 350 mol may be processed all at once, far too quickly for one to be able to cool using an [[Kit (Atmospherics) Air Conditioner|AC unit]].
  
 
To generate electricity with fuel instead, see the [[Kit (Gas Fuel Generator)|Gas Fuel Generator]]. Alternatively, the heat generated by the H2 Combustor may be used with a [[Kit (Stirling Engine)|Stirling Engine]] to generate power at a much lower efficiency.
 
To generate electricity with fuel instead, see the [[Kit (Gas Fuel Generator)|Gas Fuel Generator]]. Alternatively, the heat generated by the H2 Combustor may be used with a [[Kit (Stirling Engine)|Stirling Engine]] to generate power at a much lower efficiency.
  
However, while lower efficiency than a Gas Fuel Generator, in terms of energy output per mole of fuel input, a [[Stirling Engine]] is a practical and effective first step for cooling the output due to the fact that it generates power from cooling, rather than consuming power to cool the output (such as with an [[Air Conditioner]]). Depending on the exact setup, and how efficiently the Stirling Engine can be cooled (best on cold non-vacuum planets like Europa and Mars), it's possible for the Stirling Engine to offset the power cost of H2 Combustor, Filtration, and the entire rest of the cooling system, resulting in a zero-loss or even net-positive system. Alternatively, the outputs may be air-cooled using radiators on cooler planets or in a vacuum.
+
Using a [[Kit (Heat Exchanger)]] to power a [[Stirling Engine]] is a preferred first step due to it's speed and efficiency on certain planets outside to help cool your water and generate up to 8kW before AC Units are used to get the water down to 0-100 to be consumable, making it possibly a zero-loss system in perfect conditions. Alternatively, the outputs may be air-cooled using radiators on cooler planets or in a vacuum.
  
 
200 Moles of Volatiles and 100 Moles of Oxygen will produce 135 Moles of Water + Waste products.
 
200 Moles of Volatiles and 100 Moles of Oxygen will produce 135 Moles of Water + Waste products.
Line 23: Line 23:
 
<!--T:2-->
 
<!--T:2-->
 
=Characteristics=
 
=Characteristics=
* Consumes fuel from the input, requiring a 2:1 mix of volatiles to oxygen.  Imprecise ratios will result in lower production rate, and the unburnt excess in the output.
+
* Consumes up to 350 mol of [[Fuel]] per tick.
* Produces approximately 46% more moles output than the fuel input consumed.
+
* It converts H<sub>2</sub> and O<sub>2</sub> to H<sub>2</sub>O at a conversion ratio of 2:1.
* Rate of fuel consumption from the input, and thus rate of production, is based on the pressure of the input.  The unit will consume 3.42 L of fuel from the input each tick.
+
* 2 H<sub>2</sub> + 1 O<sub>2</sub> = 2 H<sub>2</sub>O
* Has an internal volume of 100L, where the product of the combustion is stored before being pushed to the output pipe. 
+
* Casing is not insulated, will significantly heat up the surrounding environment.
* The unit, and gas inside it, will interact with the surrounding environment, as well as radiating heat in a vacuum (and thus cooling the gas inside it).  In an air-filled room, this will significantly heat the surroundings.
+
* H<sub>2</sub> combustor may be placed in a vacuum or inside a frame if the temperature wants to be kept for manufacturing hot gasses.
* The initial temperature of the products is 2500 C.
+
* In one tick, if given a 2000L input network of fuel at 6MPa, will consume 350 mol of Fuel to output 350 mol of Water at '''7000''' Celsius.  
* The water in the output is initially produced as a liquid before rapidly evaporating due to the temperature.  This results in noticeable innate cooling of the output, up to ~100 C.  Further losses from radiation or convection cooling of the surroundings also assist with this.
+
* Gas output is optional, will output unburned fuel at 4000 Celsius.
* Each tick that the unit is ''turned on'', it will first equalize its internal volume with the output pipe network, before pulling in and combusting more fuel to add to the internal volume.
+
 
** This only occurs when the unit is turned on, so if the unit is switched off, whatever gas remains in the unit will continue cooling through radiation or convection without equalizing to the output pipe.
+
=Notes=
** Since the equalization occurs before more fuel is pulled in, after the first tick the unit is on, it will have gases stored inside it but won't have pushed any to the output pipe yet.
+
* Best not used indoors, output is incredibly difficult to cool down.
** Has a ''Mode'' variable that can be set to 0 to allow the unit to be kept on, and continue to push gases to the output, without pulling more fuel in.
 
* Consumes only 10 W of power even when running.
 
  
 
{{Logic}}
 
{{Logic}}
Line 41: Line 39:
 
|-
 
|-
 
! Parameter !! Type !! Access !! Description
 
! Parameter !! Type !! Access !! Description
 +
|-
 +
| Activate || Boolean || Read/Write || 1 if a device is activated (usually meaning running), otherwise 0.
 
|-
 
|-
 
| On || Boolean || Read/Write || The current state of the device, 0 for off, 1 for on.
 
| On || Boolean || Read/Write || The current state of the device, 0 for off, 1 for on.
 
|-
 
|-
| Mode || Boolean || Read/Write || Whether the unit pulls in more fuel input, if the unit is also turned on.  1 (default) for pulling more fuel in, 0 to disable input.
+
| RequiredPower|| Float || Read-only || Idle operating power quantity, does not necessarily include extra demand power.
|-
 
| Activate || Boolean || Read/Write || Same effect as, and synced with, the ''Mode'' var.
 
|-
 
| RequiredPower|| Float || Read-only || Idle and active operating power quantity.  10W.
 
 
|-
 
|-
 
| Error || Boolean || Read-only || 1 if the device is in error state, otherwise 0.
 
| Error || Boolean || Read-only || 1 if the device is in error state, otherwise 0.
Line 54: Line 50:
 
| Power || Float  || Read-only || Can be read to return if the device is correctly powered or not, set via power system, return 1 if powered and 0 if not.
 
| Power || Float  || Read-only || Can be read to return if the device is correctly powered or not, set via power system, return 1 if powered and 0 if not.
 
|-
 
|-
| Setting || Integer || Read/Write || No apparent effect.
+
| Setting || Integer || Read/Write || Volume to output on the exhaust pipe (0-100)
 
|-
 
|-
 
| Lock || Boolean || Read/Write || 1 if a device is locked, otherwise 0, can be set in most devices and prevents the user from writing values.
 
| Lock || Boolean || Read/Write || 1 if a device is locked, otherwise 0, can be set in most devices and prevents the user from writing values.

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

This page is a member of 1 hidden category: