Pressure Disperser: Difference between revisions
No edit summary |
Remove stub notice |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
|stackable=Yes | |stackable=Yes | ||
}} | }} | ||
A '''Pressure Disperser''' is a necessary part of an [[Industrial Turbine]]. They may limit a turbine's overall rate of flow if there are | A '''Pressure Disperser''' is a necessary part of an [[Industrial Turbine]]. They may limit a turbine's overall rate of flow if there are not enough of them in proportion to [[Turbine Vent]]s (exact formula below). Unlike vents, however, dispersers '''are allowed''' within the interior (along with [[Electromagnetic Coil]]s, [[Turbine Rotor]]s, [[Turbine Blade]]s, [a single] [[Rotational Complex]], [[Saturating Condenser]]s, and ''air''). | ||
A flat, horizontal plane of dispersers ''must'' exist within the structure around the [[Rotational Complex]], otherwise the turbine ''will not'' form. Any dispersers located elsewhere within the turbine ''will also'' prevent the turbine from forming. | A flat, horizontal plane of dispersers ''must'' exist within the structure around the [[Rotational Complex]], otherwise the turbine ''will not'' form. Any dispersers located elsewhere within the turbine ''will also'' prevent the turbine from forming. | ||
==Flow Rate Formula== | |||
GENERAL_DISPERSER_GAS_FLOW = 1280 | |||
GENERAL_VENT_GAS_FLOW = 32000 | |||
MAX_RATE = min(TURBINE_DISPERSER_COUNT * GENERAL_DISPERSER_GAS_FLOW * structure.lowerVolume, TURBINE_VENT_COUNT * GENERAL_VENT_GAS_FLOW) | |||
FLOW = min(1, TURBINE_STORED_AMOUNT / MAX_RATE) * (TURBINE_STORED_AMOUNT/TURBINE_MAX_STORED_AMOUNT) * MAX_RATE | |||
==Demonstration== | ==Demonstration== | ||
Below is a cross-section of a turbine showcasing a flat, horizontal plane of dispersers | Below is a cross-section of a turbine showcasing a flat, horizontal plane of dispersers around a [[Rotational Complex]]. | ||
[[File:Pressure Dispersers Example.png]] | [[File:Pressure Dispersers Example.png|x360px]] |
Latest revision as of 19:10, 21 January 2025
A Pressure Disperser is a necessary part of an Industrial Turbine. They may limit a turbine's overall rate of flow if there are not enough of them in proportion to Turbine Vents (exact formula below). Unlike vents, however, dispersers are allowed within the interior (along with Electromagnetic Coils, Turbine Rotors, Turbine Blades, [a single] Rotational Complex, Saturating Condensers, and air).
A flat, horizontal plane of dispersers must exist within the structure around the Rotational Complex, otherwise the turbine will not form. Any dispersers located elsewhere within the turbine will also prevent the turbine from forming.
Flow Rate Formula
GENERAL_DISPERSER_GAS_FLOW = 1280 GENERAL_VENT_GAS_FLOW = 32000 MAX_RATE = min(TURBINE_DISPERSER_COUNT * GENERAL_DISPERSER_GAS_FLOW * structure.lowerVolume, TURBINE_VENT_COUNT * GENERAL_VENT_GAS_FLOW) FLOW = min(1, TURBINE_STORED_AMOUNT / MAX_RATE) * (TURBINE_STORED_AMOUNT/TURBINE_MAX_STORED_AMOUNT) * MAX_RATE
Demonstration
Below is a cross-section of a turbine showcasing a flat, horizontal plane of dispersers around a Rotational Complex.