HeatFlux#
- class HeatFlux[source]#
Bases:
SingleAttributeModelHeatFluxclass 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)
Attributes
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods