Energyplus water heater sizing -99999.0

asked 2 years ago

xchen's avatar

updated 2 years ago

image description

In the energyplus html report, I noticed that the Equipment Summary section reports Input for service water heating as "-99999.0". What does this mean?

The water heater is modeled as autosized. But in other models that I have water heater autosized, this report will show an autosized input rate not -99999.0.

Preview: (hide)

Comments

@xchen are you running just a design day simulation, or both design days plus a run period (usually annual simulation) using the EPW weather file?

Aaron Boranian's avatar Aaron Boranian  ( 2 years ago )

Both design days and a run period using a epw weather file.

xchen's avatar xchen  ( 2 years ago )

I looked up the EnergyPlus repo on github and it seems to be a flag for autosize. https://github.com/NREL/EnergyPlus/bl... // Test for #9001: Make sure BackupElementCapacity is reset when equal to DataSizing::Autosize which is -99999.0 // or a negative number because this results in negative electricity consumption.

xchen's avatar xchen  ( 1 year ago )