modelPartialHeatTransfer
Basic component for partial heat transfer model
Extends from Greenhouses.Icons.HeatTransfer.
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.
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 |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Greenhouses.Interfaces.Heat.ThermalPortL | thermalPortL |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Medium.ThermodynamicState | FluidState | Thermodynamic states of flow segments | |
| Modelica.Units.SI.HeatFlux | q_dot | Heat flux | |
| Modelica.Units.SI.Temperature | T_fluid | Medium.temperature(FluidState) | Temperature of the fluid for the heat transfer process |
Contents
| Name | Description |
|---|---|