Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
muh182 opened this issue Mar 25, 2024 · 3 comments
Open

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

muh182 opened this issue Mar 25, 2024 · 3 comments
Labels
Triage Issue needs to be assessed and labeled, further information on reported might be needed

Comments

@muh182
Copy link
Member

muh182 commented Mar 25, 2024

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

  • Mac 14.4 but also occurred on Windows too.
  • Occurred on 3.6 and now on 3.7

Context

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

@muh182 muh182 added the Triage Issue needs to be assessed and labeled, further information on reported might be needed label Mar 25, 2024
@joseph-robertson
Copy link
Collaborator

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

@joseph-robertson
Copy link
Collaborator

joseph-robertson commented Jun 10, 2024

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: NREL/EnergyPlus#4957

@muh182
Copy link
Member Author

muh182 commented Jun 10, 2024

Thanks @joseph-robertson for cross referencing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Triage Issue needs to be assessed and labeled, further information on reported might be needed
Projects
None yet
Development

No branches or pull requests

2 participants