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.
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
Below is a cross-section of a turbine showcasing a flat, horizontal plane of dispersers around a Rotational Complex.
Do you need a wiki for your Minecraft mod/gaming wiki? We'll host it for free! Contact us.