flow360.HeatFlux#
- class HeatFlux[source]#
Bases:
SingleAttributeModel
HeatFlux
class to specify the heat flux for Wall boundary condition viaWall.heat_spec
.Example
>>> fl.HeatFlux(value = 1.0 * fl.u.W/fl.u.m**2)
Bases: SingleAttributeModel
HeatFlux
class to specify the heat flux for Wall boundary condition
via Wall.heat_spec
.
Example
>>> fl.HeatFlux(value = 1.0 * fl.u.W/fl.u.m**2)