luminarycloud.params.simulation.material.fluid.thermal_conductivity_model

Classes

PrescribedConductivity

Constant laminar thermal conductivity or tabulated values vs temperature.

PrescribedPrandtlNumber

Laminar thermal conductivity as function of local specific heat, laminar viscosity, and the specified laminar Prandtl number.

TemperatureDependentConductivity

Tabulated thermal conductivity values vs temperature.

Package Contents

class PrescribedConductivity

Constant laminar thermal conductivity or tabulated values vs temperature.

to_code() str
conductivity: float = 0.0257

Value or table for laminar thermal conductivity.

class PrescribedPrandtlNumber

Laminar thermal conductivity as function of local specific heat, laminar viscosity, and the specified laminar Prandtl number.

to_code() str
prandtl_number: float = 0.72

The laminar Prandtl number.

class TemperatureDependentConductivity

Tabulated thermal conductivity values vs temperature.

to_code() str
conductivity_table: Optional[RectilinearTable] = None

Correlation between thermal conductivity and temperature.