modelUnconditioned
Example model with one unconditoned zone simulated in Modelica, and the other two unconditioned zones simulated in EnergyPlus
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example models the living room as an unconditioned zone in Modelica. The living room is connected to a fresh air supply and exhaust. The heat balance of the air of the other two thermal zones, i.e., the attic and the garage, are modeled in EnergyPlus.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Volume | VRoo | 453.1 | Room volume |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | VRoo*1.2*0.3/3600 | Nominal mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.ThermalZones.EnergyPlus_24_2_0.Building | building | Building model | |
| Buildings.ThermalZones.EnergyPlus_24_2_0.ThermalZone | zon | Thermal zone | |
| Buildings.Fluid.FixedResistances.PressureDrop | duc | Duct resistance (to decouple room and outside pressure) | |
| Buildings.Fluid.Sources.MassFlowSource_WeatherData | bou | Boundary condition | |
| Buildings.Fluid.Sources.Boundary_pT | freshAir | Boundary condition | |
| Modelica.Blocks.Sources.Constant[3] | qIntGai | Internal heat gains, set to zero because these are modeled in EnergyPlus |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
March 1, 2018, by Michael Wetter:
First implementation.