 
This package contains base classes that are used to construct the models in Buildings.HeatTransfer.Convection.Functions.HeatFlux.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
| Name | Description | 
|---|---|
|  PartialHeatFlux | Partial function for convective heat flux | 
q_flow = f(dT),
where dT is the solid temperature minus the fluid temperature.
| Type | Name | Default | Description | 
|---|---|---|---|
| TemperatureDifference | dT | Temperature difference solid minus fluid [K] | 
| Type | Name | Description | 
|---|---|---|
| HeatFlux | q_flow | Convective heat flux from solid to fluid [W/m2] | 
partial function PartialHeatFlux 
  "Partial function for convective heat flux"
 input Modelica.SIunits.TemperatureDifference dT 
    "Temperature difference solid minus fluid";
 output Modelica.SIunits.HeatFlux q_flow 
    "Convective heat flux from solid to fluid";
end PartialHeatFlux;