luminarycloud.params.materials.fluid

Classes

ConstantDensity

Configuration for Constant Density materials

ConstantDensityEnergy

Configuration for Constant Density Energy materials

IdealGas

Configuration for Ideal Gas materials

Package Contents

class luminarycloud.params.materials.fluid.ConstantDensity

Bases: luminarycloud.params.materials.MaterialFluid

Configuration for Constant Density materials

constant_density_value: float = 1.225

Constant density value.

id: str
laminar_viscosity_model: luminarycloud.params.laminar_viscosity.LaminarViscosityModel

Models available for the dynamic viscosity of the fluid.

name: str = ''
reference_pressure: float = 0.0

Reference pressure for the simulation. Unless otherwise stated, all input pressure values will be relative to this field.

class luminarycloud.params.materials.fluid.ConstantDensityEnergy

Bases: luminarycloud.params.materials.MaterialFluid

Configuration for Constant Density Energy materials

constant_density_value: float = 1.225

Constant density value.

id: str
laminar_thermal_conductivity_model: luminarycloud.params.laminar_thermal_conductivity.LaminarThermalConductivityModel

Model for the laminar thermal conductivity of a fluid.

laminar_viscosity_model: luminarycloud.params.laminar_viscosity.LaminarViscosityModel

Models available for the dynamic viscosity of the fluid.

name: str = ''
reference_pressure: float = 0.0

Reference pressure for the simulation. Unless otherwise stated, all input pressure values will be relative to this field.

specific_heat_cp: float = 1004.703

Specific heat at constant pressure.

class luminarycloud.params.materials.fluid.IdealGas

Bases: luminarycloud.params.materials.MaterialFluid

Configuration for Ideal Gas materials

id: str
laminar_thermal_conductivity_model: luminarycloud.params.laminar_thermal_conductivity.LaminarThermalConductivityModel

Model for the laminar thermal conductivity of a fluid.

laminar_viscosity_model: luminarycloud.params.laminar_viscosity.LaminarViscosityModel

Models available for the dynamic viscosity of the fluid.

molecular_weight: float = 28.96

Molecular weight of the gas used to compute its specific gas constant. Air is 28.96 g/mol.

name: str = ''
reference_pressure: float = 0.0

Reference pressure for the simulation. Unless otherwise stated, all input pressure values will be relative to this field.

specific_heat_cp: float = 1004.703

Specific heat at constant pressure.