.Buildings.HeatTransfer.Convection.Functions.HeatFlux.BaseClasses.PartialHeatFlux

Partial function for convective heat flux

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.

Interface

partial function PartialHeatFlux
  extends Modelica.Icons.Function;
  input Modelica.Units.SI.TemperatureDifference dT "Temperature difference solid minus fluid";
  output Modelica.Units.SI.HeatFlux q_flow "Convective heat flux from solid to fluid";
end PartialHeatFlux;

Revisions


Generated at 2025-05-09T18:20:02Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos