modelPartialHeatTransfer
Common interface for heat transfer models
Information
This component is a common interface for heat transfer models. The heat flow rates Q_flows[n] through the boundaries of n flow segments
are obtained as function of the thermodynamic states of the flow segments for a given fluid Medium,
the surfaceAreas[n] and the boundary temperatures heatPorts[n].T.
The heat loss coefficient k can be used to model a thermal isolation between heatPorts.T and T_ambient.
An extending model implementing this interface needs to define one equation: the relation between the predefined fluid temperatures Ts[n],
the boundary temperatures heatPorts[n].T, and the heat flow rates Q_flows[n].
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Internal Interface | |||
| Integer | n | 1 | Number of heat transfer segments |
| Boolean | use_k | false | = true to use k value for thermal isolation |
| Ambient | |||
| SI.CoefficientOfHeatTransfer | k | 0 | Heat transfer coefficient to ambient |
| SI.Temperature | T_ambient | system.T_ambient | Ambient temperature |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Interfaces.HeatPorts_a | heatPorts | Heat port to component boundary |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Medium.ThermodynamicState | states | Thermodynamic states of flow segments | |
| SI.Area | surfaceAreas | Heat transfer areas | |
| SI.HeatFlowRate | Q_flows | Heat flow rates | |
| Modelica.Fluid.System | system | System wide properties | |
| Medium.Temperature | Ts | Medium.temperature(states) | Temperatures defined by fluid states |
Contents
| Name | Description |
|---|---|
| Medium in the component |