modelHeaterCooler_u
Model that demonstrates the ideal heater model
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Model that demonstrates the use of an ideal heater. Both heater models are identical, except that one model is configured as a steady-state model, whereas the other is configured as a dynamic model. Both heaters add heat to the medium to track a set-point for the outlet temperature.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 3000/1000/20 | Nominal mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Sources.Boundary_pT | sin | Sink | |
| Buildings.Fluid.HeatExchangers.HeaterCooler_u | heaSte | Steady-state model of the heater | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTem1 | Temperature sensor | |
| Modelica.Blocks.Sources.TimeTable | TSet | Setpoint | |
| Buildings.Controls.Continuous.LimPID | con1 | Controller | |
| Buildings.Fluid.HeatExchangers.HeaterCooler_u | heaDyn | Dynamic model of the heater | |
| Buildings.Fluid.Sensors.TemperatureTwoPort | senTem2 | Temperature sensor | |
| Buildings.Controls.Continuous.LimPID | con2 | Controller | |
| Buildings.Fluid.Sources.MassFlowSource_T | sou | Source |
Contents
| Name | Description |
|---|---|
Revisions
-
September 11, 2014, by Christoph Nytsch-Geusen:
Rename experiment to HetaterColler_u in the Annex 60 library. -
September 19, 2013, by Michael Wetter:
Removed fan with a prescribed mass flow source for inclusion of the test model in the Annex 60 library. -
July 11, 2011, by Michael Wetter:
First implementation.