modelThermalZoneHVACWithExhaust
Example of a thermal zone and an HVAC system both exposed using the FMI adaptor
Extends from IBPSA.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 IBPSA.Fluid.FMI.Adaptors.HVAC and IBPSA.Fluid.FMI.Adaptors.ThermalZone
It is identical to IBPSA.Fluid.FMI.Adaptors.Examples.ThermalZoneHVACNoExhaust except that it adds a forced exhaust air stream.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.HeatFlowRate | Q_flow_nominal (from ThermalZoneHVACNoExhaust) | 30*6*6 | Nominal heat loss of the room |
| Modelica.SIunits.Volume | VRoo (from ThermalZoneHVACNoExhaust) | 6*6*2.7 | Room volume |
| Modelica.SIunits.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.