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

EnergyPlus does not recognize Zone Sizing is Initialized #691

Closed
Ski90Moo opened this issue Mar 14, 2024 · 2 comments
Closed

EnergyPlus does not recognize Zone Sizing is Initialized #691

Ski90Moo opened this issue Mar 14, 2024 · 2 comments
Labels
Triage Issue needs to be assessed and labeled, further information on reported might be needed

Comments

@Ski90Moo
Copy link

Issue overview

This may be and EnergyPlus issue...

When the model is run, the following error appears in the eplusout.err file:
** Severe ** ManageSizing: Requested System Sizing but did not request Zone Sizing.
HEP-24-03 CALCS_002.txt

** ~~~ ** System Sizing cannot be done without Zone Sizing
** Fatal ** Program terminates for preceding conditions.

Current Behavior

OpenStudio does request Zone sizing:

OS:SimulationControl,
{3761ef35-bae8-4829-aabb-a11ecfac8e0e}, !- Handle
Yes, !- Do Zone Sizing Calculation
Yes, !- Do System Sizing Calculation
Yes, !- Do Plant Sizing Calculation
Yes, !- Run Simulation for Sizing Periods
Yes, !- Run Simulation for Weather File Run Periods
, !- Loads Convergence Tolerance Value {W}
, !- Temperature Convergence Tolerance Value {deltaC}
, !- Solar Distribution
, !- Maximum Number of Warmup Days
, !- Minimum Number of Warmup Days
Yes; !- Do HVAC Sizing Simulation for Sizing Periods

The in.idf file also does Request Zone sizing:

SimulationControl,
Yes, !- Do Zone Sizing Calculation
Yes, !- Do System Sizing Calculation
Yes, !- Do Plant Sizing Calculation
Yes, !- Run Simulation for Sizing Periods
Yes, !- Run Simulation for Weather File Run Periods
Yes, !- Do HVAC Sizing Simulation for Sizing Periods
; !- Maximum Number of HVAC Sizing Simulation Passes

Expected Behavior

Steps to Reproduce

OSM file is attached. Click run.

Possible Solution

Details

Environment

Some additional details about your environment for this issue (if relevant):

  • Platform (Operating system, version):
    image

  • Version of OpenStudioApplication (if using an intermediate build, include SHA):
    image

Context

@Ski90Moo Ski90Moo added the Triage Issue needs to be assessed and labeled, further information on reported might be needed label Mar 14, 2024
@macumber
Copy link
Collaborator

I looked at your model @Ski90Moo, I think your current problem is that you need to add diffusers to your zones in the air loop tab

image

After I added those to your model I got past the first issue and on to some issues with your geometry. Hope that helps

@Ski90Moo
Copy link
Author

Thank you @macumber. I have encountered this issue before, but I think I confused the diagnosis when I posted this issue. It appears that the default when creating a new OS model is that Do Zone Sizing Calculation and Do System Sizing Calculation is toggled off. Why is that? Without input from the users, I think by default these should be toggled on. For example, when I import spaces, create thermal zones and thermostats, and add an autosized Packaged Rooftop Air Conditioner and assign zones to the diffusers, these two remain toggled off. It then gives this error and the user has to diagnose the problem.

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