modelRadiatorEN442_2
Test model for radiator
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This test model compares the radiator model when used as a steady-state and a dynamic model.Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Temperature | TRoo | 20 + 273.15 | Room temperature |
| Modelica.SIunits.Power | Q_flow_nominal | 500 | Nominal power |
| Modelica.SIunits.Temperature | T_a_nominal | 313.15 | Radiator inlet temperature at nominal condition |
| Modelica.SIunits.Temperature | T_b_nominal | 303.15 | Radiator outlet temperature at nominal condition |
| Modelica.SIunits.MassFlowRate | m_flow_nominal | Q_flow_nominal/(T_a_nominal - T_b_nominal)/Medium.cp_const | Nominal mass flow rate |
| Modelica.SIunits.PressureDifference | dp_nominal | 3000 | Pressure drop at m_flow_nominal |
Components
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
January 22, 2016, by Michael Wetter:
Corrected type declaration of pressure difference. This is for #404. -
June 5, 2015 by Michael Wetter:
Removedannotation(Evaluate=true)from instancesT_a_nominalandT_b_nominalto avoid the warning about non-literal nominal values. This fixes #128. -
January 30, 2009 by Michael Wetter:
First implementation.