luminarycloud.params.simulation.material.fluid.material_model¶
Classes¶
Compute density using the ideal gas law. |
|
Constant density fluid (heat transfer is not simulated). |
|
Constant density fluid with energy equation. |
Package Contents¶
- class IdealGas¶
Compute density using the ideal gas law.
- to_code() str ¶
- molecular_weight: float = 28.96¶
Molecular weight of the gas used to compute its specific gas constant. Air is 28.96 g/mol.
- specific_heat_cp: float = 1004.703¶
Specific heat at constant pressure. Air is 1004.703 J/kg/K.