Temperature#
- class Temperature[source]#
Bases:
SingleAttributeModelTemperatureclass to specify the temperature for Wall or Inflow boundary condition viaWall.heat_spec/Inflow.spec.Example
>>> fl.Temperature(value = 350 * fl.u.K)
Attributes
Additional Constructors
- classmethod from_file(filename)#
Load a Flow360BaseModel from a .json file.
- Parameters:
filename (str)
- Return type:
Flow360BaseModel
Methods