flow360.Temperature

flow360.Temperature#

class Temperature[source]#

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)

type_name: Literal['Temperature'] = 'Temperature'#
value: Annotated[str, AfterValidator(func=process_expressions)] | Annotated[_AbsoluteTemperatureType, PlainSerializer(func=_dimensioned_type_serializer, return_type=PydanticUndefined, when_used=always), AfterValidator(func=_check_temperature_is_physical)] [Required]#

The temperature value.