
modelPartialHeatTransfer
Basic component for partial heat transfer model
Information
The Partial model PartialHeatTransfer is the basic model for heat transfer of a real fluid in the library. It calculates the
heat flux, q_dot[n], exchanged through the thermal port, ThermalPortL[n], for each segment n, based on the thermodynamic state of the fluid flow ,FluidState[n],
and the temperatures at the boundary, T_fluid and thermalPortL.T.<\p>
In order to complete the model - from partial model to model -
one equation relating the exchanged heat flux, q_dot, with the fluid temperature, T_fluid,
and the temperature at the boundary thermalPortL.T has to be privided.
Parameters
| Type | Name | Default | Description |
| Integer | n | 1 | Number of heat transfer segments |
Components
| Type | Name | Default | Description |
| Medium.ThermodynamicState | FluidState | | Thermodynamic states of flow segments |
| Modelica.SIunits.HeatFlux | q_dot | | Heat flux |
| Modelica.SIunits.Temperature | T_fluid | Medium.temperature(FluidState) | Temperature of the fluid for the heat transfer process |
Contents
| Name | Description |
Medium | Medium in the component |