HeatFlux#
- class HeatFlux[source]#
Bases:
SingleAttributeModelHeatFluxclass to specify the heat flux for Wall boundary condition viaWall.heat_spec.A positive heat flux removes energy from the fluid (heat flows from the fluid into the wall, cooling the fluid); a negative heat flux adds energy to the fluid (heat flows from the wall into the fluid, heating it). A value of
0corresponds to an adiabatic wall.Example
>>> fl.HeatFlux(value = 1.0 * fl.u.W/fl.u.m**2)
Attributes