functionPartialHeatFlux

Partial function for convective heat flux

Extends from Modelica.Icons.Function (Icon for functions).

Information

Partial function that is used to implement the convective heat flux as

q̇ = h ΔT,

where ΔT is the solid temperature minus the fluid temperature and h is the convective heat transfer coefficient.

Inputs

TypeNameDefaultDescription
Modelica.Units.SI.TemperatureDifferencedTTemperature difference solid minus fluid

Outputs

TypeNameDefaultDescription
Modelica.Units.SI.HeatFluxq_flowConvective heat flux from solid to fluid

Revisions

  • July 28, 2014, by Michael Wetter:
    Updated documentation.
  • March 10 2010, by Michael Wetter:
    First implementation.