modelAirHeater_u
Example model for the heater with prescribed heat input and air as the medium
Extends from Modelica.Icons.Example (Icon for runnable examples), Buildings.Fluid.HeatExchangers.Examples.BaseClasses.Heater (Base class for example model for the heater and cooler).
Information
This example illustrates how to use the heater model that takes as an input the heat added to the medium.
The model consist of an air volume with heat loss to the ambient. The set point of the air temperature is different between night and day. The heater tracks the set point temperature, except for the periods in which the air temperature is above the set point.
See Buildings.Fluid.HeatExchangers.Examples.AirHeater_T for a model that takes the leaving air temperature as an input.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Volume | V (from Heater) | 6*6*2.7 | Volume |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal (from Heater) | V*1.2*6/3600 | Nominal mass flow rate |
| Modelica.Units.SI.HeatFlowRate | Q_flow_nominal (from Heater) | 30*6*6 | Nominal heat loss of the room |
Components
Revisions
-
May 8, 2017, by Michael Wetter:
Updated heater model.
This is for Buildings, #763. -
January 6, 2015, by Michael Wetter:
Revised implementation. -
November 12, 2014, by Michael Wetter:
First implementation.