Lecture 02 Running EnergyPlus
Lecture 02 Running EnergyPlus
2
Purpose of this Lecture
3
Simulation Types
Peak Thermal Load Calculation
Simulation run for an extreme (design) day or several design
days
Generally used for determining sizing of equipment such as
fans, chillers, boilers, etc.
Building Energy Analysis
Simulation run for an extended period of time: a month,
season, year, or several years using weather files
Includes the building response to the entire range of
conditions expected at a particular site
Helps evaluate the energy cost of the building over longer
periods of time
4
EnergyPlus Files
Let EP-Launch or RunEPlus.bat worry about
getting files into the right place
Simple, console app concept
Energy+.idd constant
Energy+.ini working file paths
In.idf input data file
In.epw weather data
Input files in working directory
Execution from working directory
5
Files Overview
7
EP-Launch
Access EnergyPlus documentation
Run EnergyPlus
8
EP-Launch Setup
Select desired
spreadsheet program to
view csv files
9
EP-Launch Options
10
EP-Launch Alternate Layout
11
IDF Editor
Not really an interface
Reads IDD
Structures data entry based on IDD
Writes objects in IDD order
e.g. Run Period, Design Days, all Materials, all
Constructions, all Zones, all Surfaces
Files generated by other means will be rearranged
12
IDF Editor
Description of
entry, max and min
when applicable
13
WinEPDraw
14
Results
15
Results (contd)
ESO file contains the raw output from the run
(users rarely look here)
CSV versions of ESO and MTR files can be
opened by clicking on the Spreadsheet
button
Can be imported into any spreadsheet program
that accepts the CSV format
DXF file can be viewed by clicking on the
Drawing File button
Can be imported into any CAD program that
accepts the DXF format
16
Input Error Detection
Input Processor checks field type, max, min,
required fields, based on IDD specifications
Inputs are not processed sequentially
Simulation modules perform additional checks
Certain errors will terminate program before
all input has been retrieved by simulation
modules
Previously undetected errors may be reported
after fixing other errors
17
Error Diagnostics
18
Error Diagnostics (contd)
19
Error Diagnostics (contd)
Typo in file
BUILDING,
NONE, !- Building Name
0.0000000E+00, !- North Axis {deg}
Suburbs, !- Terrain
3.9999999E-02, !- Loads Convergence Tolerance Value {W}
0.4000000, !- Temperature Convergence Tolerance Value {deltaC}
FullInteriorAndExterior; !- Solar Distribution
21
Error Diagnostics (contd)
22
Error Diagnostics (contd)
20 BUILDING,
21 NONE, !- Building Name
22 0.0000000E+00, !- North Axis {deg}
23 Suburbs, !- Terrain
24 3.9999999E-02, !- Loads Convergence Tolerance Value {W}
25 0.4000000, !- Temperature Convergence Tolerance Value {deltaC}
26 FullInteriorAndExterior; !- Solar Distribution
27
28 abcdefg Typo here
** Severe ** , or ; expected on this line
29
Error message here
23
Error Diagnostics (contd)
Crashes
EP-Launch indicates that EnergyPlus crashed
EP-LaunchView MenuPause During Simulation
- adds a pause to view traceback
Name of failed routine may provide a clue to
where the problem lies, e.g., CalcSimple Cooling
Coil
24
Error Diagnostics (contd)
25
Error Diagnostics (contd)
Reports
Report, Surfaces, DXF
DXF file that will render the surfaces specified in the IDF
file into something viewable
Report, Surfaces, Details
Lists all surfaces with area, azimuth, tilt, construction
and surface type
Report Variable Dictionary
Allows determination of all of the key strings to specify
report variables in the input files (produces RDD file)
Report, Construction
Lists thermal properties of all construction types
26
Error Diagnostics (contd)
Common Errors
Missing comma or semicolon
Inappropriate zero value
Upside down roof or floor
HVAC missing components
HVAC misconnected nodes
Empty objects in IDF Editor
27
Summary
28
Summary (contd)
29