flow360.Temperature#
- class Temperature[source]#
Bases:
SingleAttributeModel
Temperature
class to specify the temperature for Wall or Inflow boundary condition viaWall.heat_spec
/Inflow.spec
.Example
>>> fl.Temperature(value = 350 * fl.u.K)
Bases: SingleAttributeModel
Temperature
class to specify the temperature for Wall or Inflow
boundary condition via Wall.heat_spec
/
Inflow.spec
.
Example
>>> fl.Temperature(value = 350 * fl.u.K)