modelBuildingRCZ6
Six-zone RC building model based on URBANopt GeoJSON export, with distribution pumps
Extends from Buildings.DHC.Loads.BaseClasses.PartialBuilding (Partial class for building model).
Information
This is a simplified six-zone building model based on two-element reduced order model. It was generated from translating a GeoJSON model specified within the URBANopt UI. The heating and cooling loads are computed with a four-pipe fan coil unit model derived from Buildings.DHC.Loads.BaseClasses.PartialTerminalUnit and connected to the room model by means of heat ports.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nPorts_aHeaWat (from PartialBuilding) | 0 | Number of heating water inlet ports |
| Integer | nPorts_bHeaWat (from PartialBuilding) | 0 | Number of heating water outlet ports |
| Integer | nPorts_aChiWat (from PartialBuilding) | 0 | Number of chilled water inlet ports |
| Integer | nPorts_bChiWat (from PartialBuilding) | 0 | Number of chilled water outlet ports |
| Integer | nZon | 6 | Number of thermal zones |
| Real[nZon] | facMulTerUni | {15 for i in 1:nZon} | Multiplier factor for terminal units |
| Configuration | |||
| Boolean | have_heaWat (from PartialBuilding) | false | Set to true if the building has heating water system |
| Boolean | have_chiWat (from PartialBuilding) | false | Set to true if the building has chilled water system |
| Boolean | have_eleHea (from PartialBuilding) | false | Set to true if the building has decentralized electric heating system |
| Boolean | have_eleCoo (from PartialBuilding) | false | Set to true if the building has decentralized electric cooling system |
| Boolean | have_fan (from PartialBuilding) | false | Set to true if fan power is computed |
| Boolean | have_pum (from PartialBuilding) | false | Set to true if pump power is computed |
| Boolean | have_weaBus (from PartialBuilding) | false | Set to true to use a weather bus |
| Boolean | have_heaLoa (from PartialBuilding) | have_heaWat or have_eleHea | Set to true if the building has heating loads |
| Boolean | have_cooLoa (from PartialBuilding) | have_chiWat or have_eleCoo | Set to true if the building has cooling loads |
| Scaling | |||
| Real | facMul (from PartialBuilding) | 1 | Multiplier factor |
| Assumptions | |||
| Boolean | allowFlowReversal (from PartialBuilding) | false | = true to allow flow reversal, false restricts to design direction (port_a -> port_b) |
| Nominal condition | |||
| Modelica.Units.SI.MassFlowRate[nZon] | mLoa_flow_nominal | fill(1, nZon) | Load side mass flow rate at nominal conditions |
| Modelica.Units.SI.HeatFlowRate[nZon] | QHea_flow_nominal | fill(10000, nZon)./facMulTerUni | Design heating heat flow rate (>=0) |
| Modelica.Units.SI.HeatFlowRate[nZon] | QCoo_flow_nominal | cat(1, fill(-10000, nZon - 1), {-50000})./facMulTerUni | Design cooling heat flow rate (<=0) |
Connectors
Components
Contents
| Name | Description |
|---|---|
| Load side medium |
Revisions
-
February 21, 2020, by Antoine Gautier:
First implementation.