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.Units.SI.Temperature | TRoo | 20 + 273.15 | Room temperature |
| Modelica.Units.SI.Power | Q_flow_nominal | 500 | Nominal power |
| Modelica.Units.SI.Temperature | T_a_nominal | 313.15 | Radiator inlet temperature at nominal condition |
| Modelica.Units.SI.Temperature | T_b_nominal | 303.15 | Radiator outlet temperature at nominal condition |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | Q_flow_nominal/(T_a_nominal - T_b_nominal)/Medium.cp_const | Nominal mass flow rate |
| Modelica.Units.SI.PressureDifference | dp_nominal | 3000 | Pressure drop at m_flow_nominal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Fluid.Sources.Boundary_pT | sou | ||
| AixLib.Fluid.FixedResistances.PressureDrop | res2 | ||
| AixLib.Fluid.FixedResistances.PressureDrop | res1 | ||
| AixLib.Fluid.Sources.Boundary_pT | sin | Sink | |
| AixLib.Fluid.HeatExchangers.Radiators.RadiatorEN442_2 | rad1 | Radiator | |
| AixLib.Fluid.HeatExchangers.Radiators.RadiatorEN442_2 | rad2 | Radiator | |
| Modelica.Thermal.HeatTransfer.Sources.FixedTemperature | TBCCon1 | ||
| Modelica.Thermal.HeatTransfer.Sources.FixedTemperature | TBCCon2 | ||
| Modelica.Blocks.Sources.Step | step | ||
| Modelica.Thermal.HeatTransfer.Sources.FixedTemperature | TBCRad2 | ||
| Modelica.Thermal.HeatTransfer.Sources.FixedTemperature | TBCRad1 | ||
| AixLib.Fluid.Sensors.TemperatureTwoPort | senTemRad1In | Temperature sensor at inlet of radiator 1 | |
| AixLib.Fluid.Sensors.TemperatureTwoPort | senTemRad1Out | Temperature sensor at outlet of radiator 1 | |
| AixLib.Fluid.Sensors.TemperatureTwoPort | senTemRad2In | Temperature sensor at inlet of radiator 2 | |
| AixLib.Fluid.Sensors.TemperatureTwoPort | senTemRad2Out | Temperature sensor at outlet of radiator 2 |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
August 5, 2024, by Hongxiang Fu:
Added two-port temperature sensors to replacesta_*.Tin reference results. This is for IBPSA #1913. -
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.