Base classes for convective heat transfer coefficients
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 |
Partial function for convective heat flux
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.
Extends from Modelica.Icons.Function (Icon for functions).
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] |