Simulating energyplus with the BCVTB interface
Hello,
I have a openstudio model with 3 zones. We are using a python program to execute energyplus with the BCVTB interface. I got it to work on thermal zone 3 but not for thermal zone 1 and 2. I have the input variables defined in variables.cfg as:
<variable source="Ptolemy">
<EnergyPlus schedule="Cooling TZ2 Setpoint Schedule"/>
</variable>
<variable source="Ptolemy">
<EnergyPlus schedule="Heating TZ2 Setpoint Schedule"/>
</variable>
But when I run the execution I seem to get no load on the Air Loop for thermal zone 2. I have a plant loop for district heating and district cooling and then Air Loops thermal zone 2.
Could use some help with this.
The Osm and idf file can be found here: https://drive.google.com/file/d/1TM6L...
Output from energyplus:
Program Version,EnergyPlus, Version 22.1.0-ed759b17ee, YMD=2022.12.20 10:42,
************* Beginning Zone Sizing Calculations
** Warning ** SetUpDesignDay: Entered DesignDay Barometric Pressure=31000 differs by more than 10% from Standard Barometric Pressure=100201.
** ~~~ ** ...occurs in DesignDay=SIZING PERIOD DESIGN DAY 1, Standard Pressure (based on elevation) will be used.
** Warning ** ProcessScheduleInput: Schedule:Compact="ZONE CONTROL TYPE SCHED TZ2", Schedule Type Limits Name="ANY NUMBER" not found -- will not be validated
** Warning ** ProcessScheduleInput: Schedule:Constant="ALWAYS OFF DISCRETE", Blank Schedule Type Limits Name input -- will not be validated.
** Warning ** ProcessScheduleInput: Schedule:Constant="ALWAYS ON CONTINUOUS", Blank Schedule Type Limits Name input -- will not be validated.
** Warning ** ProcessScheduleInput: Schedule:Constant="ALWAYS OFF DISCRETE 1", Blank Schedule Type Limits Name input -- will not be validated.
** Warning ** ProcessScheduleInput: Schedule:Constant="ALWAYS ON CONTINUOUS 1", Blank Schedule Type Limits Name input -- will not be validated.
** Warning ** GetHTSurfaceData: Surfaces with interface to Ground found but no "Ground Temperatures" were input.
** ~~~ ** Found first in surface=SURFACE 7
** ~~~ ** Defaults, constant throughout the year of (18.0) will be used.
** Warning ** CheckUsedConstructions: There are 6 nominally unused constructions in input.
** ~~~ ** For explicit details on each unused construction, use Output:Diagnostics,DisplayExtraWarnings;
** Warning ** Calculated design cooling load for zone=THERMAL ZONE 2 is zero.
** ~~~ ** Check Sizing:Zone and ZoneControl:Thermostat inputs.
** Warning ** Calculated design heating load for zone=THERMAL ZONE 2 is zero.
** ~~~ ** Check Sizing:Zone and ZoneControl:Thermostat inputs.
************* Beginning System Sizing Calculations
** Warning ** ManageSizing: Calculated Cooling Design Air Flow Rate for System=AIR LOOP CLG TZ2 is zero.
** ~~~ ** Check Sizing:Zone and ZoneControl:Thermostat inputs.
** Warning ** ManageSizing: Calculated Heating Design Air Flow Rate for System=AIR LOOP CLG TZ2 is zero.
** ~~~ ** Check Sizing:Zone and ZoneControl:Thermostat inputs.
** Warning ** ManageSizing: Calculated Cooling Design Air Flow Rate for System=AIR LOOP HTG TZ2 is zero.
** ~~~ ** Check Sizing:Zone and ZoneControl:Thermostat inputs.
** Warning ** ManageSizing: Calculated Heating Design Air Flow Rate for System=AIR LOOP HTG TZ2 is zero.
** ~~~ ** Check Sizing:Zone and ZoneControl:Thermostat inputs.
************* Beginning Plant Sizing Calculations
** Severe ** SizeAirLoopBranches: AirLoopHVAC AIR LOOP CLG TZ2 has air flow less than 1.0000E-003 m3/s.
** ~~~ ** Primary air system volumetric flow rate = 0.0000 m3/s.
** ~~~ ** Check flow rate inputs for ...
We gave up on that model. We created a new model in Sefaira which worked the way we wanted.