Base classes for convective heat transfer coefficients
Information
Extends from Modelica.Fluid.Icons.BaseClassLibrary (Icon for library).
Package Content
Partial function for convective heat flux
Information
This is a partial function that is used to implement the convective heat flux
as q_flow = f(dT),
where dT is the solid temperature minus the fluid temperature.
Inputs
Outputs
| Type | Name | Description |
| HeatFlux | q_flow | Convective heat flux from solid to fluid [W/m2] |
Modelica definition
partial function PartialConvectiveHeatFlux
"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 PartialConvectiveHeatFlux;
HTML-documentation generated by Dymola Mon Jun 14 14:28:51 2010.