Collection of models that illustrate model use and test models
This package contains examples for the use of models that can be found in Annex60.Fluid.HeatExchangers.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Name | Description |
---|---|
AirHeater_T | Example model for the heater with prescribed outlet temperature and air as the medium |
AirHeater_u | Example model for the heater with prescribed heat input and air as the medium |
WaterHeater_T | Example model for the heater with prescribed outlet temperature and water as the medium |
WaterHeater_u | Example model for the heater with prescribed heat input and water as the medium |
BaseClasses | Package with base classes for Annex60.Fluid.HeatExchangers.Examples |
Example model for the heater with prescribed outlet temperature and air as the medium
This example illustrates how to use the heater model that takes as an input the leaving fluid temperature.
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 Annex60.Fluid.HeatExchangers.Examples.AirHeater_u for a model that takes the heating power as an input.
Extends from Modelica.Icons.Example (Icon for runnable examples), Annex60.Fluid.HeatExchangers.Examples.BaseClasses.Heater (Base class for example model for the heater and cooler).
Type | Name | Default | Description |
---|---|---|---|
replaceable package Medium | PartialMedium | Medium model | |
Volume | V | 6*6*2.7 | Volume [m3] |
MassFlowRate | m_flow_nominal | V*1.2*6/3600 | Nominal mass flow rate [kg/s] |
HeatFlowRate | Q_flow_nominal | 30*6*6 | Nominal heat loss of the room [W] |
Type | Name | Description |
---|---|---|
replaceable package Medium | Medium model |
Example model for the heater with prescribed heat input and air as the medium
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 Annex60.Fluid.HeatExchangers.Examples.AirHeater_T for a model that takes the leaving air temperature as an input.
Extends from Modelica.Icons.Example (Icon for runnable examples), Annex60.Fluid.HeatExchangers.Examples.BaseClasses.Heater (Base class for example model for the heater and cooler).
Type | Name | Default | Description |
---|---|---|---|
replaceable package Medium | PartialMedium | Medium model | |
Volume | V | 6*6*2.7 | Volume [m3] |
MassFlowRate | m_flow_nominal | V*1.2*6/3600 | Nominal mass flow rate [kg/s] |
HeatFlowRate | Q_flow_nominal | 30*6*6 | Nominal heat loss of the room [W] |
Type | Name | Description |
---|---|---|
replaceable package Medium | Medium model |
Example model for the heater with prescribed outlet temperature and water as the medium
This example illustrates how to use the heater model that takes as an input the leaving fluid temperature.
The model consist of a water volume with heat loss to the ambient. The set point of the water temperature is different between night and day. The heater tracks the set point temperature, except for the periods in which the water temperature is above the set point.
See Annex60.Fluid.HeatExchangers.Examples.WaterHeater_u for a model that takes the heating power as an input.
Extends from Modelica.Icons.Example (Icon for runnable examples), Annex60.Fluid.HeatExchangers.Examples.BaseClasses.Heater (Base class for example model for the heater and cooler).
Type | Name | Default | Description |
---|---|---|---|
replaceable package Medium | PartialMedium | Medium model | |
Volume | V | 6*6*2.7 | Volume [m3] |
MassFlowRate | m_flow_nominal | V*1000/3600 | Nominal mass flow rate [kg/s] |
HeatFlowRate | Q_flow_nominal | 100 | Nominal heat loss of the room [W] |
Type | Name | Description |
---|---|---|
replaceable package Medium | Medium model |
Example model for the heater with prescribed heat input and water as the medium
This example illustrates how to use the heater model that takes as an input the heat added to the medium.
The model consist of a water volume with heat loss to the ambient. The set point of the water temperature is different between night and day. The heater tracks the set point temperature, except for the periods in which the water temperature is above the set point.
See Annex60.Fluid.HeatExchangers.Examples.WaterHeater_T for a model that takes the leaving water temperature as an input.
Extends from Modelica.Icons.Example (Icon for runnable examples), Annex60.Fluid.HeatExchangers.Examples.BaseClasses.Heater (Base class for example model for the heater and cooler).
Type | Name | Default | Description |
---|---|---|---|
replaceable package Medium | PartialMedium | Medium model | |
Volume | V | 6*6*2.7 | Volume [m3] |
MassFlowRate | m_flow_nominal | V*1000/3600 | Nominal mass flow rate [kg/s] |
HeatFlowRate | Q_flow_nominal | 100 | Nominal heat loss of the room [W] |
Type | Name | Description |
---|---|---|
replaceable package Medium | Medium model |