modelThermalZoneHVACWithExhaust
Example of a thermal zone and an HVAC system both exposed using the FMI adaptor
Extends from Buildings.Fluid.FMI.Adaptors.Examples.ThermalZoneHVACNoExhaust (Example of a thermal zone and an HVAC system both exposed using the FMI adaptor).
Information
This example demonstrates how to use the adaptors Buildings.Fluid.FMI.Adaptors.HVAC and Buildings.Fluid.FMI.Adaptors.ThermalZone
It is identical to Buildings.Fluid.FMI.Adaptors.Examples.ThermalZoneHVACNoExhaust except that it adds a forced exhaust air stream.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.HeatFlowRate | Q_flow_nominal (from ThermalZoneHVACNoExhaust) | 30*6*6 | Nominal heat loss of the room |
| Modelica.Units.SI.Volume | VRoo (from ThermalZoneHVACNoExhaust) | 6*6*2.7 | Room volume |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal (from ThermalZoneHVACNoExhaust) | VRoo*2*1.2/3600 | Nominal mass flow rate |
Components
Revisions
-
June 29, 2016, by Michael Wetter:
First implementation.