Buildings.Obsolete.Examples.VAVReheat.Validation
Package with validation models
Information
This package contains validation models.
Extends from Modelica.Icons.ExamplesPackage (Icon for packages containing runnable examples).
Package Content
Name | Description |
---|---|
![]() |
Validation of detailed model that is at steady state with constant weather data |
![]() |
Validation for the VAVBranch class |
Buildings.Obsolete.Examples.VAVReheat.Validation.Guideline36SteadyState
Validation of detailed model that is at steady state with constant weather data
Information
This model validates that the detailed model of multiple rooms and an HVAC system starts at and remains at exactly 20°C room air temperature if there is no solar radiation, constant outdoor conditions, no internal gains and no HVAC operation.
Extends from Buildings.Obsolete.Examples.VAVReheat.Guideline36 (Variable air volume flow system with terminal reheat and five thermal zones).
Parameters
Type | Name | Default | Description |
---|---|---|---|
replaceable package MediumA | Air | Medium model for air | |
replaceable package MediumW | Water | Medium model for water | |
MassFlowRate | mCor_flow_nominal | ACHCor*VRooCor*conv | Design mass flow rate core [kg/s] |
MassFlowRate | mSou_flow_nominal | ACHSou*VRooSou*conv | Design mass flow rate south [kg/s] |
MassFlowRate | mEas_flow_nominal | ACHEas*VRooEas*conv | Design mass flow rate east [kg/s] |
MassFlowRate | mNor_flow_nominal | ACHNor*VRooNor*conv | Design mass flow rate north [kg/s] |
MassFlowRate | mWes_flow_nominal | ACHWes*VRooWes*conv | Design mass flow rate west [kg/s] |
Temperature | THeaWatInl_nominal | 45 + 273.15 | Reheat coil nominal inlet water temperature [K] |
Real | ACHCor | 6 | Design air change per hour core [1/h] |
Real | ACHSou | 6 | Design air change per hour south [1/h] |
Real | ACHEas | 9 | Design air change per hour east [1/h] |
Real | ACHNor | 6 | Design air change per hour north [1/h] |
Real | ACHWes | 7 | Design air change per hour west [1/h] |
Modelica definition
Buildings.Obsolete.Examples.VAVReheat.Validation.VAVBranch
Validation for the VAVBranch class
Information
This model validates the obsolete model Buildings.Obsolete.Examples.VAVReheat.BaseClasses.VAVBranch.
Extends from Modelica.Icons.Example (Icon for runnable examples).