Buildings.ThermalZones.EnergyPlus.Validation.MultipleBuildings
Collection of validation models for multiple EnergyPlus buildings
Information
This package contains validation models for multiple EnergyPlus buildings in one Modelica model.
Extends from Modelica.Icons.Package (Icon for standard packages).
Package Content
Name | Description |
---|---|
ThreeZonesTwoBuildings | Validation model for three zones that are in two buildings |
TwoIdenticalOneZoneBuildings | Validation model with two identical buildings, each having one thermal zone |
TwoIdenticalTwoZoneBuildings | Validation model with two identical buildings, each having two thermal zones |
Buildings.ThermalZones.EnergyPlus.Validation.MultipleBuildings.ThreeZonesTwoBuildings
Validation model for three zones that are in two buildings
Information
Simple test case for two buildings, one having one and the other having two thermal zones. All thermal zones are free floating.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
Buildings.ThermalZones.EnergyPlus.Validation.MultipleBuildings.TwoIdenticalOneZoneBuildings
Validation model with two identical buildings, each having one thermal zone
Information
Model that validates that multiple buildings can be simulated that use the same EnergyPlus idf file. The model has two identical buildings, each having one thermal zone.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
Buildings.ThermalZones.EnergyPlus.Validation.MultipleBuildings.TwoIdenticalTwoZoneBuildings
Validation model with two identical buildings, each having two thermal zones
Information
Model that validates that multiple buildings can be simulated that use the same EnergyPlus idf file. The model has two identical buildings, each having two thermal zones.
This model has been added because a building with multiple thermal zones executes C code that is not executed if there is only one thermal zone, as is the case in Buildings.ThermalZones.EnergyPlus.Validation.MultipleBuildings.TwoIdenticalOneZoneBuildings.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
Buildings.ThermalZones.EnergyPlus.Validation.MultipleBuildings.ThreeZonesTwoBuildings.OneZoneBuilding
Model with a building with one zone
Information
Extends from Buildings.ThermalZones.EnergyPlus.Examples.SingleFamilyHouse.Unconditioned (Example model with one unconditoned zone simulated in Modelica, and the other two unconditioned zones simulated in EnergyPlus), Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Volume | VRoo | 453.1 | Room volume [m3] |
MassFlowRate | m_flow_nominal | VRoo*1.2*0.3/3600 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.ThermalZones.EnergyPlus.Validation.MultipleBuildings.ThreeZonesTwoBuildings.TwoZoneBuilding
Model with a building with two zones
Information
Extends from Buildings.ThermalZones.EnergyPlus.Validation.ThermalZone.TwoIdenticalZones (Validation model with two identical zones), Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Modelica definition
Buildings.ThermalZones.EnergyPlus.Validation.MultipleBuildings.TwoIdenticalOneZoneBuildings.Zone
Model of a thermal zone
Information
Extends from Buildings.ThermalZones.EnergyPlus.Examples.SingleFamilyHouse.Unconditioned (Example model with one unconditoned zone simulated in Modelica, and the other two unconditioned zones simulated in EnergyPlus), Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).
Parameters
Type | Name | Default | Description |
---|---|---|---|
Volume | VRoo | 453.1 | Room volume [m3] |
MassFlowRate | m_flow_nominal | VRoo*1.2*0.3/3600 | Nominal mass flow rate [kg/s] |
Modelica definition
Buildings.ThermalZones.EnergyPlus.Validation.MultipleBuildings.TwoIdenticalTwoZoneBuildings.Zone
Model of a thermal zone
Information
Extends from Buildings.ThermalZones.EnergyPlus.Validation.ThermalZone.TwoIdenticalZones (Validation model with two identical zones), Modelica.Blocks.Icons.Block (Basic graphical layout of input/output block).