NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.12k stars 389 forks source link

Cooling limit capacity exceeded (with ZoneHVAC:IdealLoadsAirSystem object) #9731

Open cecile-accenta opened 1 year ago

cecile-accenta commented 1 year ago

Issue overview

I tried to put a cooling limit capacity to the object ZoneHVAC:IdealLoadsAirSystem on the idf input file but in the results the limit seems to be exceeded. I had no problem with the heating capacity limit. The ZoneHVAC:IdealLoadsAirSystem is defined as:

ZoneHVAC:IdealLoadsAirSystem,
    ZONE+00_+01_+00 Ideal Loads,    !- Name
    ,                         !- Availability Schedule Name
    ZONE+00_+01_+00 In Node,    !- Zone Supply Air Node Name
    ZONE+00_+01_+00 Ex Node,    !- Zone Exhaust Air Node Name
    ,                         !- System Inlet Air Node Name
    50,                       !- Maximum Heating Supply Air Temperature
    13,                       !- Minimum Cooling Supply Air Temperature
    0.0156,                   !- Maximum Heating Supply Air Humidity Ratio
    0.0077,                   !- Minimum Cooling Supply Air Humidity Ratio
    LimitCapacity,            !- Heating Limit
    autosize,                 !- Maximum Heating Air Flow Rate
    100000,                   !- Maximum Sensible Heating Capacity
    LimitCapacity,            !- Cooling Limit
    autosize,                 !- Maximum Cooling Air Flow Rate
    60000,                    !- Maximum Total Cooling Capacity
    Heating Availability Schedule,    !- Heating Availability Schedule Name
    Cooling Availability Schedule,    !- Cooling Availability Schedule Name
    None,                     !- Dehumidification Control Type
    1,                        !- Cooling Sensible Heat Ratio
    None,                     !- Humidification Control Type
    ,                         !- Design Specification Outdoor Air Object Name
    ,                         !- Outdoor Air Inlet Node Name
    ,                         !- Demand Controlled Ventilation Type
    ,                         !- Outdoor Air Economizer Type
    ,                         !- Heat Recovery Type
    ,                         !- Sensible Heat Recovery Effectiveness
    ;                         !- Latent Heat Recovery Effectiveness

(Remark: the problem is increased when there is heat recovery)

The TDS gives these results: image

Zoom in on a date with a peak above the limit: image

Details

Checklist

cecile-accenta commented 1 year ago
Nigusse commented 1 year ago

@cecilecrol I ran your defect file with Miami, Florida weather and location using the latest code and I don't see the same problem. Below is a plot showing the results. The cooling rate capacity limit has not exceeded 60,000 W even though the controlled temperature set-point overshoot 24.C.

image

Please run the idf using EnergyPlus V22.2 and let us know if you are seeing the same problem.

Also please attached the weather file used to generate your results.