NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
496 stars 190 forks source link

Coil:Heating:Water:Baseboard capacity not reported #5120

Open muh182 opened 6 months ago

muh182 commented 6 months ago

Issue overview

EnergyPlus isn’t showing the coil object in the sizing results. and…

OpenStudio doesn’t have a “applySizingValues” method for the ZoneHVACBaseboardConvectiveWater object.

Current Behavior

The capacity does not get reported.

Expected Behavior

The capacity of Coil:Heating:Water:Baseboard should be reported.

Steps to Reproduce

  1. Use the attached model
  2. Run the model
  3. Open the SQL or the EIO file.
  4. Observe that the "Heating Design Capacity" is not reported.

coil_heating_water_baseboard.osm.zip

This is likely an EnergyPlus bug too.

Possible Solution

Fix the method.

Details

Environment

Context

Students had to model baseboards and hard size their models last semester but could not find the capacity.

joseph-robertson commented 3 months ago

The ZoneHVACBaseboardConvectiveWater object does not contain any autosizable fields, so I believe we wouldn't expect it to have a “applySizingValues” method.

joseph-robertson commented 3 months ago

You are right, there doesn't appear to be a reported "Design Size Heating Design Capacity" field for the ZoneHVAC:Baseboard:Convective:Water object:

image

Looks like there's an open EnergyPlus issue about this: https://github.com/NREL/EnergyPlus/issues/4957

muh182 commented 3 months ago

Thanks @joseph-robertson for cross referencing it.