functionheatFlowRate
Heat flow rate for epsilon-NTU model
Extends from Modelica.Icons.Function (Icon for functions).
Information
This function computes the heat flow rate for the radiant slab.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | T_a | Temperature at port_a | |
| Modelica.Units.SI.Temperature | T_b | Temperature at port_b | |
| Modelica.Units.SI.Temperature | T_s | Temperature of solid | |
| Modelica.Units.SI.Temperature | T_f | Temperature of fluid control volume | |
| Modelica.Units.SI.SpecificHeatCapacity | c_p | Specific heat capacity | |
| Modelica.Units.SI.ThermalConductance | UA | UA value | |
| Modelica.Units.SI.MassFlowRate | m_flow | Mass flow rate from port_a to port_b | |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | Nominal mass flow rate from port_a to port_b |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.HeatFlowRate | Q_flow | Heat flow rate |
Revisions
-
October 7, 2014, by Michael Wetter:
First implementation.