Combustor: Difference between revisions
More actions
m dont use template for small edits |
Add construction stage images |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[[Category:Atmospherics]] | [[Category:Atmospherics]] | ||
< | <blockquote> | ||
< | The Combustor allows for controlled combustion of volatile gases. When fed with [[Hydrogen]] and [[Oxygen]] it will output [[Steam]] which can be cooled for drinking [[water]] or [[hydroponics]]. | ||
{{Structurebox | |||
| name = | -[[Stationpedia]]</blockquote>{{Structurebox | ||
| name = Combustor | |||
| image = [[File:H2 Combustor.jpg]] | | image = [[File:H2 Combustor.jpg]] | ||
| power_usage = 10W | | power_usage = 10W | ||
| placed_with_item = [[Kit (Atmospherics)]] | | placed_with_item = [[Kit (Atmospherics)]] | ||
| placed_on_grid = Small Grid | | placed_on_grid = Small Grid | ||
| requires_frames = Yes | |||
| decon_with_tool1 = [[Drill]] | | decon_with_tool1 = [[Drill]] | ||
| item_rec1 = [[Kit (Atmospherics)]] | | item_rec1 = [[Kit (Atmospherics)]] | ||
}} | |paintable=Yes|constructable_in_rockets=No|volume=100 L|prefab_name=H2Combustor|prefab_hash=1840108251|convection=0.5056462|radiation=0.5056462|solar_heating=0.5056462|stage_image1=[[File:H2Combustor BuildState0.png]]|stage_image2=[[File:H2Combustor BuildState1.png]]|const_with_item2=2x [[Kit (Pipe)]]|decon_with_tool2=[[Wrench]]|item_rec2=2x [[Kit (Pipe)]]|stage_image3=[[File:H2Combustor BuildState2.png]]|const_with_tool3=[[Screwdriver]]|const_with_item3=2x [[Cable Coil]]|const_with_item1=[[Kit (Atmospherics)]]}} | ||
=Description= | =Description= | ||
Burns a fuel mixture | Burns a [[fuel]] mixture to produce high-temperature byproducts. | ||
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 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 the 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. | |||
=Characteristics= | =Characteristics= | ||
* Rate of fuel consumption from the input, and thus rate of production, is based on the difference in [[pressure]] between input and internal [[atmosphere]]. | |||
* Transfers gases from the input into its internal atmosphere, moving from 100 kPa*10L when unassisted to 200 atm*10L with a 60.7 MPa pressure gradient. | |||
* Rate of fuel consumption from the input, and thus rate of production, is based on the pressure | * Combusts 99% of the fuel passed into it. Imprecise ratios will result in unburnt excess in the output. | ||
* Has an internal volume of 100L, where the product of the combustion is stored before being | * Has an internal volume of 100L, where the product of the combustion is stored before being equalized to the output [[pipe]]. | ||
* 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 | * 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. | ||
* Each [[tick]] that the unit is ''turned on'', it will first equalize its internal volume with the output [[Pipe Network|pipe network]], before pulling in and combusting more fuel to add to the internal volume. | |||
* 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. | ** 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. | ||
** 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. | ** 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. | ||
** Has a ''Mode'' variable that can be set to 0 to allow the unit to be kept on, and continue to | ** Has a ''Mode'' variable that can be set to 0 to allow the unit to be kept on, and continue to equalize gases with the output, without pulling more fuel in. | ||
* Consumes only 10 W of power even when running. | * Consumes only 10 W of power even when running. | ||
=== Logic === | === Logic === | ||
These are all the logic parameters of the device. | These are all the [[logic]] parameters of the device. | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Line 45: | Line 40: | ||
| 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 | | Mode || Boolean || Read/Write || Whether the unit pulls in more fuel to combust, if the unit is also turned on. 1 (default) for pulling more fuel in, 0 to disable input. | ||
|- | |- | ||
| Activate || Boolean || Read/Write || | | Activate || Boolean || Read/Write || Whether the unit pulled fuel in last tick. May not sync with ''Mode'' if no fuel could be pulled from the input. | ||
|- | |- | ||
| RequiredPower|| Float || Read-only || Idle and active operating power quantity. 10W. | | RequiredPower|| Float || Read-only || Idle and active operating power quantity. 10W. | ||
| Line 59: | Line 54: | ||
| 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. | ||
|- | |- | ||
| PrefabHash || Integer || Read-only || The hash of the structure. | | PrefabHash || Integer || Read-only || The [[hash]] of the structure. | ||
|- | |- | ||
| Maximum || Float || Read-only || Maximum setting of the device. | | Maximum || Float || Read-only || Maximum setting of the device. | ||
|- | |- | ||
| Ratio || Float || Read-only || | | Ratio || Float || Read-only || Percentage conversion of the Setting parameter. | ||
|} | |} | ||
=See Also= | =See Also= | ||
* [[Kit (Atmospherics)]] | * [[Kit (Atmospherics)]] | ||
Latest revision as of 09:05, 19 March 2026
The Combustor allows for controlled combustion of volatile gases. When fed with Hydrogen and Oxygen it will output Steam which can be cooled for drinking water or hydroponics.
![]() | |
| Paintable | Yes |
|---|---|
| Constructable in Rockets | No |
| Operation | |
| Power Usage | 10W |
| Volume | 100 L |
| Thermal Convection | 0.5056462 |
| Thermal Radiation | 0.5056462 |
| Solar Heating | 0.5056462 |
| Prefab Hash | 1840108251 |
| Prefab Name | H2Combustor |
| Construction | |
| Placed with | Kit (Atmospherics) |
| Placed on | Small Grid |
| Paintable | Yes |
| Requires Frame | Yes |
| Stage 1 | |
![]() | |
| Next Stage Construction | |
| Constructed with item | Kit (Atmospherics) |
| Deconstruction | |
| Deconstructed with | Drill |
| Item received | Kit (Atmospherics) |
| Stage 2 | |
![]() | |
| Next Stage Construction | |
| Constructed with item | 2x Kit (Pipe) |
| Deconstruction | |
| Deconstructed with | Wrench |
| Item received | 2x Kit (Pipe) |
| Stage 3 | |
![]() | |
| Next Stage Construction | |
| Constructed with tool | Screwdriver |
| Constructed with item | 2x Cable Coil |
Description
Burns a fuel mixture to produce high-temperature byproducts.
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 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 the 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.
Characteristics
- Rate of fuel consumption from the input, and thus rate of production, is based on the difference in pressure between input and internal atmosphere.
- Transfers gases from the input into its internal atmosphere, moving from 100 kPa*10L when unassisted to 200 atm*10L with a 60.7 MPa pressure gradient.
- Combusts 99% of the fuel passed into it. Imprecise ratios will result in unburnt excess in the output.
- Has an internal volume of 100L, where the product of the combustion is stored before being equalized to the output pipe.
- 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.
- 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.
- 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.
- Has a Mode variable that can be set to 0 to allow the unit to be kept on, and continue to equalize gases with the output, without pulling more fuel in.
- Consumes only 10 W of power even when running.
Logic
These are all the logic parameters of the device.
| Parameter | Type | Access | Description |
|---|---|---|---|
| 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 to combust, if the unit is also turned on. 1 (default) for pulling more fuel in, 0 to disable input. |
| Activate | Boolean | Read/Write | Whether the unit pulled fuel in last tick. May not sync with Mode if no fuel could be pulled from the input. |
| 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. |
| 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. |
| 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 | Percentage conversion of the Setting parameter. |



