luminarycloud.params.simulation.physics.fluid.boundary_conditions.outlet.outlet_strategy¶
Classes¶
Specify the relation between the fan pressure rise and the volume flow rate. |
|
Specify an outlet static pressure. |
|
Specify a target mass flow rate corrected for given reference temperature and pressure (͘m<sub>corr</sub> = ͘m <sup>√ T<sub>0</sub></sup> ⁄ <sub>√T<sub>ref</sub></sub> <sup>P<sub>ref</sub></sup> ⁄ <sub>P<sub>0</sub></sub>). |
|
Specify a target mass flow rate. Warning: this strategy will not work if the flow becomes choked or if it is fixed by any other flow constraint (e.g. a velocity inlet). |
Package Contents¶
- class FanCurveOutlet¶
Specify the relation between the fan pressure rise and the volume flow rate.
- to_code() str ¶
- fan_curve_table: Optional[RectilinearTable] = None¶
Correlation between fan pressure rise and volume flow rate
- head_loss_coefficient: float = 0.0¶
Fraction of dynamic pressure lost through the fan.
- pressure: float = 101325.0¶
Static pressure at the boundary relative to the material reference pressure. Also used as initial estimate to establish the target mass flow rate if requested.
- class OutletPressure¶
Specify an outlet static pressure.
- to_code() str ¶
- pressure: float = 101325.0¶
Static pressure at the boundary relative to the material reference pressure. Also used as initial estimate to establish the target mass flow rate if requested.
- class OutletTargetCorrectedMassFlowRate¶
Specify a target mass flow rate corrected for given reference temperature and pressure (͘m<sub>corr</sub> = ͘m <sup>√ T<sub>0</sub></sup> ⁄ <sub>√T<sub>ref</sub></sub> <sup>P<sub>ref</sub></sup> ⁄ <sub>P<sub>0</sub></sub>).
- to_code() str ¶
- pressure: float = 101325.0¶
Static pressure at the boundary relative to the material reference pressure. Also used as initial estimate to establish the target mass flow rate if requested.
- reference_pressure: float = 101325.0¶
Absolute total pressure used to compute the corrected mass flow target.
- reference_temperature: float = 288.15¶
Total temperature used to compute the corrected mass flow target.
- target_mass_flow_rate: float = 1.0¶
Target mass flow rate (or corrected mass flow rate).
- class OutletTargetMassFlowRate¶
Specify a target mass flow rate. Warning: this strategy will not work if the flow becomes choked or if it is fixed by any other flow constraint (e.g. a velocity inlet).
- to_code() str ¶
- pressure: float = 101325.0¶
Static pressure at the boundary relative to the material reference pressure. Also used as initial estimate to establish the target mass flow rate if requested.
- target_mass_flow_rate: float = 1.0¶
Target mass flow rate (or corrected mass flow rate).