luminarycloud.params.simulation.physics.fluid.boundary_conditions.wall.energy

Classes

PrescribedHeatFlux

Apply a fixed heat flux at the wall surface.

PrescribedTemperature

Apply a fixed temperature at the wall surface.

Package Contents

class PrescribedHeatFlux

Apply a fixed heat flux at the wall surface.

to_code() str
heat_flux: float = 0.0

Heat flux per unit area at wall boundary surfaces. Negative values increase temperatures at the wall while positive values decrease it. Enter 0 for an adiabatic wall.

class PrescribedTemperature

Apply a fixed temperature at the wall surface.

to_code() str
temperature: float = 288.15

Temperature at the wall boundary surfaces.