luminarycloud.params.simulation.material.fluid.material_model

Classes

IdealGas

Compute density using the ideal gas law.

IncompressibleFluid

Constant density fluid (heat transfer is not simulated).

IncompressibleFluidWithEnergy

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.

class IncompressibleFluid

Constant density fluid (heat transfer is not simulated).

to_code() str
density: float = 1.225

Constant density value.

class IncompressibleFluidWithEnergy

Constant density fluid with energy equation.

to_code() str
density: float = 1.225

Constant density value.

specific_heat_cp: float = 1004.703

Specific heat at constant pressure. Air is 1004.703 J/kg/K.