modelCouplingSpawnZ6
Example illustrating the coupling of a building model to heating water and chilled water loops
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example illustrates the use of Buildings.DHC.Loads.BaseClasses.PartialBuilding, Buildings.DHC.Loads.BaseClasses.PartialTerminalUnit and Buildings.DHC.Loads.BaseClasses.FlowDistribution in a configuration with
- a six-zone building model based on an EnergyPlus envelope model (from GeoJSON export), and
- secondary pumps.
Simulation with Dymola requires minimum version 2020x and setting
Hidden.AvoidDoubleComputation=true, see
Buildings.ThermalZones.EnergyPlus_24_2_0.UsersGuide.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.DHC.Loads.BaseClasses.BuildingSpawnZ6 | bui | Building | |
| Buildings.Fluid.Sources.Boundary_pT | sinHeaWat | Sink for heating water | |
| Buildings.Fluid.Sources.Boundary_pT | sinChiWat | Sink for chilled water | |
| Modelica.Blocks.Sources.RealExpression | THeaWatSup | Heating water supply temperature | |
| Modelica.Blocks.Sources.RealExpression | TChiWatSup | Chilled water supply temperature | |
| Fluid.Sources.Boundary_pT | supHeaWat | Heating water supply | |
| Fluid.Sources.Boundary_pT | supChiWat | Chilled water supply |
Contents
| Name | Description |
|---|---|
| Source side medium |
Revisions
-
February 21, 2020, by Antoine Gautier:
First implementation.