2

meaning of the warnings

May you help me to understand following warnings, please?

Link to the IDF file

----------

** Warning ** CheckEnvironmentSpecifications: SimulationControl specified doing design day simulations, but no design environments specified.
   **   ~~~   ** ...No design environment results produced. For these results, add appropriate SizingPeriod:* objects for your simulation.

----------

** Warning ** ManageSizing: For a zone sizing run, there must be at least 1 Sizing:Zone input object. SimulationControl Zone Sizing option ignored.

----------

 ** Warning ** ProcessScheduleInput: Schedule:Day:Interval="LARGE OFFICE CLGSETP DEFAULT SCHEDULE 1", Blank Schedule Type Limits Name input -- will not be validated.

----------

** Warning ** ProcessScheduleInput: Schedule:Compact="HVACTEMPLATE-ALWAYS 4", Blank Schedule Type Limits Name input -- will not be validated.

----------
Antop's avatar
353
Antop
asked 2015-01-12 09:01:31 -0500
Neal Kruis's avatar
4.7k
Neal Kruis
updated 2015-01-12 14:59:34 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

Attach the IDF please

Also, specify how you originally created it.

scottb's avatar scottb (2015-01-12 10:01:29 -0500) edit
1

@Antop, I moved your IDF file to Pastebin.com so that people can link to it. In general, please do not use the "Answer" section below to respond to comments. Thanks!

Neal Kruis's avatar Neal Kruis (2015-01-12 15:01:28 -0500) edit
add a comment see more comments

1 Answer

9

Each warning above references a specific EnergyPlus object type, e.g. SimulationControl. The Input Output Reference for that object type should give you enough information to better understand the warning. For these particular warnings:

  1. You've requested that sizing periods be simulated, but there are no sizing periods in the file. Can be ignored.
  2. You've turned on the zone sizing calculation, but there are no sizing objects present. Can be ignored.
  3. You've omitted the schedule type in some schedule objects, so they will not be validated. Can be ignored.
MJWitte's avatar
9.7k
MJWitte
answered 2015-01-16 16:59:28 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2015-01-19 02:59:58 -0500
edit flag offensive 0 remove flag delete link

Comments

Hi

I read the following warning message

* Warning * GetSimpleAirModelInputs: ZoneInfiltration:DesignFlowRate="THERMAL ZONE 5 189.1-2009 - OFFICE - WHOLEBUILDING - LG OFFICE - CZ1-3 INFILTRATION 2", Design Flow Rate Calculation Method specifies Flow per Exterior Surface Area, but Exterior Surface Area = 0. 0 Infiltration will result

Within my model , "the thermal zone 5" is a central zone image description

obviously, I have not "exterior surface area", so I don't know how I can have infiltration. what do you suggest me?

A.

Antop's avatar Antop (2015-01-25 03:44:00 -0500) edit

@Antop One could argue that zero infiltration is valid for a core zone, but if you want to include some, then you need to select a different Design Flow Rate Calculation Method such as flow/zone, flow/area, or AirChanges/Hour. (Also, I would suggest that you change this comment to be a new question.)

MJWitte's avatar MJWitte (2015-01-25 19:40:40 -0500) edit
add a comment see more comments