Actions

H2 Combustor

From Unofficial Stationeers Wiki

(Redirected from Kit (Atmospherics) H2 Combustor)
This page contains changes which are not marked for translation.


H2 Combustor
H2 Combustor.jpg
Operation
Power Usage 20W
Construction
Placed with Kit (Atmospherics)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Drill
Item received Kit (Atmospherics)

Description[edit]

Burns a mix of volatiles and oxygen to create Water and heat. A 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 AC unit.

To generate electricity with fuel instead, see the Gas Fuel Generator. Alternatively, the heat generated by the H2 Combustor may be used with a Stirling Engine to generate power at a much lower efficiency.

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.

Characteristics[edit]

  • Consumes up to 350 mol of Fuel per tick.
  • It converts H2 and O2 to H2O at a conversion ratio of 2:1.
  • 2 H2 + 1 O2 = 2 H2O
  • Casing is not insulated, will significantly heat up the surrounding environment.
  • H2 combustor may be placed in a vacuum or inside a frame if the temperature wants to be kept for manufacturing hot gasses.
  • 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.
  • Gas output is optional, will output unburned fuel at 4000 Celsius.

Notes[edit]

  • Best not used indoors, output is incredibly difficult to cool down.

Logic[edit]

These are all the logic parameters of the device.

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.
RequiredPower Float Read-only Idle operating power quantity, does not necessarily include extra demand power.
Error Boolean Read-only 1 if the device is in error state, otherwise 0.
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 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.
PrefabHash Integer Read-only The hash of the structure.
Maximum Float Read-only Maximum setting of the device.
Ratio Float Read-only Context specific value depending on the device, 0 to based ratio.

See Also[edit]