modelSingleZoneFloorWithHeating
Validation model for SingleZoneFloor with heating and control
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This model compares the heating energy demand of a single-zone floor model Buildings.ThermalZones.Detailed.Validation.BaseClasses.SingleZoneFloor with the total heating energy demand of a five-zone floor model Buildings.Examples.VAVReheat.BaseClasses.Floor.
The nominal mass flowrate of the single zone floor model is consistent with the total nominal flowrate of the five-zone floor model. The heating energy is calculated via an ideal heater.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Area | AFloCor | flo.cor.AFlo | Floor area corridor |
| Modelica.Units.SI.Area | AFloSou | flo.sou.AFlo | Floor area south |
| Modelica.Units.SI.Area | AFloNor | flo.nor.AFlo | Floor area north |
| Modelica.Units.SI.Area | AFloEas | flo.eas.AFlo | Floor area east |
| Modelica.Units.SI.Area | AFloWes | flo.wes.AFlo | Floor area west |
| Modelica.Units.SI.Volume | VRooCor | AFloCor*flo.hRoo | Room volume corridor |
| Modelica.Units.SI.Volume | VRooSou | AFloSou*flo.hRoo | Room volume south |
| Modelica.Units.SI.Volume | VRooNor | AFloNor*flo.hRoo | Room volume north |
| Modelica.Units.SI.Volume | VRooEas | AFloEas*flo.hRoo | Room volume east |
| Modelica.Units.SI.Volume | VRooWes | AFloWes*flo.hRoo | Room volume west |
| Modelica.Units.SI.Volume | VRoo | VRooSou + VRooEas + VRooNor + VRooWes + VRooCor | Total floor volume |
Components
Contents
| Name | Description |
|---|---|
| Buildings library air media package |
Revisions
-
March 10, 2020, by Kun Zhang:
First implementation.