Difference between revisions of "Kit (Atmospherics) H2 Combustor"
From Unofficial Stationeers Wiki
m |
(Redirected page to H2 Combustor) |
||
(16 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | #REDIRECT [[H2 Combustor]] | ||
[[Category:Atmospherics]] | [[Category:Atmospherics]] | ||
<languages/> | <languages/> | ||
Line 5: | Line 6: | ||
| name = H2 Combustor | | name = H2 Combustor | ||
| image = [[File:Atmospherics front.jpg]] | | image = [[File:Atmospherics front.jpg]] | ||
− | | power_usage = 20W | + | | power_usage = 20W |
| placed_with_item = [[Kit (Atmospherics)]] | | placed_with_item = [[Kit (Atmospherics)]] | ||
− | | placed_on_grid = | + | | placed_on_grid = Small Grid |
− | | decon_with_tool1 = | + | | decon_with_tool1 = [[Drill]] |
| item_rec1 = [[Kit (Atmospherics)]] | | item_rec1 = [[Kit (Atmospherics)]] | ||
}} | }} | ||
<!--T:1--> | <!--T:1--> | ||
==Purpose== | ==Purpose== | ||
− | Burns a mix of volatiles and oxygen to create water. | + | 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. | ||
+ | |||
+ | 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. | ||
<!--T:2--> | <!--T:2--> | ||
==Characteristics== | ==Characteristics== | ||
− | * | + | * Consumes up to 350 mol of [[Fuel]] per tick. |
+ | * It converts H2 and O2 to H2O at a conversion ratio of 2:1. | ||
+ | * 2H2 + 1O2 = 1H2O | ||
+ | * Casing is not insulated, will significantly heat up the surrounding environment. | ||
+ | * H2 combuster 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''' Celcius. | ||
+ | * Gas output is optional, will output unburned fuel at 4000 Celcius. | ||
+ | |||
+ | <!--T:3--> | ||
+ | ==Notes== | ||
+ | * Best not used indoors, output is incredibly difficult to cool down. | ||
{{Logic}} | {{Logic}} | ||
Line 25: | Line 40: | ||
! Parameter !! Type !! Access !! Description | ! Parameter !! Type !! Access !! Description | ||
|- | |- | ||
− | | Activate || Boolean || Read/Write || | + | | Activate || Boolean || Read/Write || 1 if a device is activated (usually meaning running), otherwise 0. |
|- | |- | ||
− | | On || Boolean || Read/Write || | + | | On || Boolean || Read/Write || The current state of the device, 0 for off, 1 for on. |
|- | |- | ||
− | | RequiredPower|| Float || Read-only || | + | | RequiredPower|| Float || Read-only || Idle operating power quantity, does not necessarily include extra demand power. |
|- | |- | ||
− | | Error || Boolean || Read-only || | + | | Error || Boolean || Read-only || 1 if the device is in error state, otherwise 0. |
|- | |- | ||
− | | Power || Float || Read-only || | + | | 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 || | + | | Setting || Integer || Read/Write || Volume to output on the exhaust pipe (0-100) |
|- | |- | ||
− | | Lock || Boolean || Read/Write || | + | | 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 || | + | | PrefabHash || Integer || Read-only || The hash of the structure. |
|- | |- | ||
− | | Maximum || Float || Read-only || | + | | Maximum || Float || Read-only || Maximum setting of the device. |
|- | |- | ||
− | | Ratio || Float || Read-only || | + | | Ratio || Float || Read-only || Context specific value depending on the device, 0 to based ratio. |
|} | |} | ||
Latest revision as of 08:23, 19 June 2023
Redirect to:
Operation | |
---|---|
Power Usage | 20W |
Construction | |
Placed with | Kit (Atmospherics) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Drill |
Item received | Kit (Atmospherics) |
Contents
Purpose[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.
- 2H2 + 1O2 = 1H2O
- Casing is not insulated, will significantly heat up the surrounding environment.
- H2 combuster 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 Celcius.
- Gas output is optional, will output unburned fuel at 4000 Celcius.
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. |