flow360.HeatFlux

flow360.HeatFlux#

class HeatFlux[source]#

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)

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

The heat flux value.