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.FMI.Adaptors.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Name | Description |
---|---|
ThermalZoneHVACNoExhaust | Example of a thermal zone and an HVAC system both exposed using the FMI adaptor |
ThermalZoneHVACWithExhaust | Example of a thermal zone and an HVAC system both exposed using the FMI adaptor |
Example of a thermal zone and an HVAC system both exposed using the FMI adaptor
This example demonstrates how to use the adaptors Annex60.Fluid.FMI.Adaptors.HVAC and Annex60.Fluid.FMI.Adaptors.ThermalZone
On the left hand side is an HVAC system with supply and return air stream. These are all connected to the adaptor. On the right of the adaptor is a simple room model, approximated by a volume with first order dynamics and heat loss to the ambient.
Note that the there is zero net air flow into and out of the volume vol
because the adaptor hvacAda
conserves mass. Hence, any infiltration or
exfiltration needs to be
connected to the adaptor hvacAda
, rather than the volume vol
.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
replaceable package MediumA | Annex60.Media.Air | Medium for air | |
HeatFlowRate | Q_flow_nominal | 30*6*6 | Nominal heat loss of the room [W] |
Volume | VRoo | 6*6*2.7 | Room volume [m3] |
MassFlowRate | m_flow_nominal | VRoo*2*1.2/3600 | Nominal mass flow rate [kg/s] |
Type | Name | Description |
---|---|---|
replaceable package MediumA | Medium for air |
Example of a thermal zone and an HVAC system both exposed using the FMI adaptor
This example demonstrates how to use the adaptors Annex60.Fluid.FMI.Adaptors.HVAC and Annex60.Fluid.FMI.Adaptors.ThermalZone
It is identical to Annex60.Fluid.FMI.Adaptors.Examples.ThermalZoneHVACNoExhaust except that it adds a forced exhaust air stream.
Extends from Annex60.Fluid.FMI.Adaptors.Examples.ThermalZoneHVACNoExhaust (Example of a thermal zone and an HVAC system both exposed using the FMI adaptor).
Type | Name | Default | Description |
---|---|---|---|
replaceable package MediumA | Air | Medium for air | |
HeatFlowRate | Q_flow_nominal | 30*6*6 | Nominal heat loss of the room [W] |
Volume | VRoo | 6*6*2.7 | Room volume [m3] |
MassFlowRate | m_flow_nominal | VRoo*2*1.2/3600 | Nominal mass flow rate [kg/s] |