Sie sind auf Seite 1von 8

A S H RA E JOURNAL

The following article was published in ASHRAE Journal, April 2000. © Copyright 2000 American Society of Heating, Refrigerating and Air-
Conditioning Engineers, Inc. It is presented for educational purposes only. This article may not be copied and/or distributed electronically or in paper
form without permission of ASHRAE.

EnergyPlus:
Energy Simulation Program
By Drury B. Crawley Curtis O. Pedersen, Ph.D. • It provides structure that begins to
Member ASHRAE Fellow/Life Member ASHRAE be object-based.
and • It allows long variable names (up to
Linda K. Lawrie Frederick C. Winkelmann, Ph.D. 32 characters).
Member ASHRAE Member ASHRAE • It provides backward compatibility
during the development process.

V
We began working on EnergyPlus by
arious building energy simulation programs developed around the modularizing (restructuring) code from
world are reaching maturity. Many use simulation methods (and the heat balance engine in IBLAST, a re-
search version of BLAST with integrated
even code) that originated in the 1960s. Without substantial rede-
loads and HVAC calculation (Taylor et al.
sign and restructuring of the programs, continuing to expand their capabili- 1990). Normally, such restructuring would
ties has become difficult, time-consuming, and prohibitively expensive. How- result in major rewrites involving a long
development period, and extensive test-
ever, phenomenal advances in analysis methods and computational power ing to ensure the new code performs as
have increased the opportunity for significant improvements in the flexibility intended. To avoid this problem, we de-
vised a process we call “Evolutionary
and comprehensiveness of these tools. Reengineering (ER)” that incrementally
moves the program from old unstructured
The U.S. Department of Energy (DOE) What is EnergyPlus? code to new modular code by incorporat-
began planning for a new generation of EnergyPlus is a new building perfor- ing new code with old. Throughout the
simulation tools in 1995 using a three-step mance simulation program that combines process, existing code still works with user
process: the best capabilities and features from input data, and is extended to generate
• Create an inventory of existing DOE- BLAST and DOE–2 along with new ca- parameters needed by the new code mod-
sponsored tools pabilities. EnergyPlus comprises com-
• Sponsor workshops to get recom- pletely new code written in Fortran 90. It About the Authors
mendations from users and developers is primarily a simulation engine—there is Drury B. Crawley is program manager for
about needs in energy simulation, and no formal user interface. Both BLAST and Building Energy Tools and team leader for Commerical
• Define new generation tools based DOE–2 have many user interfaces devel- Buildings at the U.S. Department of Energy. He is
on the recommendations from the work- oped by independent third-party devel- chairman of ASHRAE Technical Committee (TC) 4.2,
shops and experience in developing opers. We have invited these same de- Weather Information, vice chair of 4.12, Integrated
BLAST (BLAST Support Office 1992) and velopers to work on graphical user inter- Building Design and secretary of TC 4.7, Energy Cal-
DOE-2 (Winkelmann et al. 1993). faces for EnergyPlus. culations. He is also a member of both SPC 140P and
Three organizations formed the initial SSPC 169P. Linda Lawrie is a senior researcher
development team: Lawrence Berkeley Modular Code at the Construction Engineering Research Labora-
National Laboratory (LBNL)—developers One of the main goals for EnergyPlus is tory, Engineer Research and Development Center.
of DOE’s DOE-2 program (Winkelmann to create a well-organized, modular struc- Frederick Winkelmann is leader of the
et al. 1993)—and U.S. Army Construction ture that facilitates adding features and Simulation Research Group of Lawrence Berkeley
Engineering Laboratory (CERL) and the links to other programs. We decided to National Laboratory’s Environmental Energy Tech-
University of Illinois (UI)—developers of select Fortran 90 as the programming lan- nologies Division He is a member of TC 4.7 and SPC
DOD’s BLAST program (BLAST Support guage for EnergyPlus because Fortran 90: 140P. Curtis O. Pedersen, Ph.D., is pro-
Office 1992). This article focuses on the • It is a modern, modular language with fessor emeritus of mechanical engineering at the
structure, features, and capabilities of good compilers on many platforms. University of Illinois, Urbana, Ill. He is a member of
EnergyPlus. • It allows C-like data structures and TC 4.1, Loads Calculation and was the chair of TC
mixed language modules. 1.5, Computer Applications.
April 2000 ASHRAE Journal 49
ules. In this way the new modules can be verified
without having to completely replace the entire func-
tional capability of the old program with new code
before it can be tested. As the process proceeds, old
routines are replaced by new routines and data struc-
tures. This makes the transition evolutionary and per-
mits a smooth transition with a greater capability for
verification testing. By the time we had achieved an
alpha version, all the old code had been replaced.

EnergyPlus Structure
In the next generation simulation tools workshops
there was strong consensus that a more flexible and
robust tool with additional capabilities is needed. Re-
current themes for energy simulation needs through-
out the workshops were design, environment, eco-
nomics, and occupant comfort and safety. Designers
need tools that provide answers to specific ques-
tions during design. They want tools that provide
the highest level of simulation accuracy possible with
a reasonable level of detail but don’t get in the user’s
way. One of the highest priorities was an integrated Figure 1: Overall EnergyPlus structure.
(simultaneous) simulation for accurate temperature
and comfort prediction. the HVAC water and air loops and their attached components
In response to these findings, we decided that integrated (coils, boilers, chillers, pumps, fans, etc.). We replaced the
simulation should be the underlying concept for EnergyPlus— hardwired “template” systems (VAV, Constant Volume Reheat,
loads calculated (by a heat balance engine) at a user-specified etc.) of DOE–2 and BLAST with user-configurable heating and
time step (15-minute default) are passed to the building sys- cooling equipment components. As starting points for users,
tems simulation module during the same time step. The build- we have created input file templates to describe the more popu-
ing systems simulation module, with a variable time step (down lar system types from DOE-2 and BLAST. This gives users
to seconds), calculates heating and cooling system and plant much more flexibility in matching their simulation to the actual
and electrical system response. Feedback from the building system configurations. The Building Systems Simulation Man-
systems simulation module on loads not met is reflected in the ager also manages data communication between the building
next time step of the load calculations in adjusted space tem- systems (HVAC, electrical) modules, building description (in-
peratures if necessary. put data), and calculation results (output data). A comparison
By using an integrated solution technique in EnergyPlus, of major features and capabilities of EnergyPlus, BLAST,
the most serious deficiency of the BLAST and DOE–2 sequen- IBLAST, and DOE–2 are shown in Tables 1-3.
tial simulations can be solved—inaccurate space temperature
predication due to no feedback from the HVAC module to the Simulation Management
loads calculations. Accurate prediction of space temperatures At the outermost program level, the Simulation Manager
is crucial to energy efficient system engineering—evaluation controls the interactions between all simulation modules from a
of system and plant size, and occupant comfort and health all sub-hour level up through the user-selected time step and simu-
require accurate space temperature prediction. lation period—day, month, season, year or several years. The
Integrated simulation also allows users to evaluate a number Simulation Manager instructs simulation modules to take ac-
of processes that neither BLAST nor DOE-2 can simulate well. tions such as initialize, simulate, record keep, or report.
Some of the more important include: Having a Simulation Manager provides several benefits:
• Realistic system controls. • Major simulation loops are contained in a single module.
• Interzone airflow. • Modules are self-contained and more object-based.
• Radiant heating and cooling systems. • New modules can be added easily.
• Moisture adsorption and desorption in building elements.
Figure 1 shows the overall program structure and the three Heat & Mass Balance Calculation
basic components: Simulation Manager, Heat Balance Simula- The underlying building thermal zone calculation method in
tion module, and Building Systems Simulation module. EnergyPlus is a heat balance model in which room air is mod-
The Simulation Manager controls the entire simulation pro- eled as well stirred with uniform temperature throughout. (The
cess, the Heat Balance Simulation module calculates thermal modular structure of EnergyPlus allows more detailed room air
and mass loads, and the Building Systems Simulation Manager convection calculations—such as CFD or zonal methods—to
handles communication between the heat balance engine and be included later in the program.) It also is assumed that room
50 ASHRAE Journal April 2000
ENERGY SIMULATION

surfaces (walls, windows, ceilings, and En e r g y


floors) have: G e n e r a l Fe a t u r e DOE - 2 B L A ST I B L A ST
P lus
• Uniform surface temperatures.
• Uniform long and short wave irradia- Integrated, Simultaneous Solution No No Yes Yes
tion. •Integrated loads/systems/plant
• Diffuse radiating and reflecting sur- •Iterative solution
faces. •Tight coupling
• Internal heat conduction.
Multiple Time Step Approach No No Yes Yes
Figure 2 shows the structure of the •User-defined time step for interaction
EnergyPlus integrated solution manager between zones and environment (15-
that manages the surface and air heat bal- minute default)
ance modules and acts as an interface be- •Variable time-step for interactions
tween the heat balance and the building between zone air mass and HVAC system (
systems simulation manager. The Surface > minute)
Heat Balance Module simulates inside
and outside surface heat balance, inter- I n p u t Fu n c t i o n s Yes No No Yes
connections between heat balances and •Users can modify code without
boundary conditions, conduction, con- recompiling
vection, radiation, and mass transfer (wa-
New Reporting Mechanism No No No Yes
ter vapor) effects. The Air Mass Balance •Standard reports
Module deals with various mass streams •User-definable reports with graphics
such as ventilation and exhaust air, and
infiltration. It accounts for thermal mass Table 1: Comparison of general features and capabilities.
of zone air and evaluates direct convec-
tive heat gains. It is through this module
that we are connecting to COMIS for
improved multizone airflow, infiltration,
indoor contaminant, and ventilation cal-
culations (Huang et al 1999).
In addition to the basic heat balance
engine from IBLAST, we have created
three new modules based on capabilities
from DOE–2: daylighting simulation,
WINDOW 4-based window calculation,
and anisotropic sky. The daylighting
module calculates hourly interior daylight
illuminance, window glare, glare control,
electric lighting controls, and calculates Figure 2: Integrated Simulation Manager.
electric lighting reduction for the heat
balance module. culation of diffuse solar on tilted surfaces calculations. This provides a means for
The window module incorporates al- (walls and sloped roofs). improved modeling and control capabili-
gorithms from WINDOW 5—accurate an- Several other modules have been ties for the new building systems simula-
gular dependence of transmission and reengineered for inclusion in EnergyPlus: tion manager.
absorption for both solar and visible ra- solar shading from BLAST and conduc- With the support of the Gas Research
diation, and temperature-dependent U- tion transfer function (CTF) calculations Institute and Florida Solar Energy Cen-
value. Users can enter a layer-by-layer from IBLAST. The major enhancements ter, we are incorporating a simplified mois-
window description or choose windows of the IBLAST (and EnergyPlus) heat bal- ture model known as Effective Moisture
from the library (conventional, reflective, ance engine over BLAST include mass Penetration Depth (EMPD) to estimate
low-E, gas fill). Sun control can be mod- transfer and radiant heating and cooling. moisture interactions among the space air
eled with pull-down shades, blinds or The mass transfer capability within and interior surfaces and furnishings.
electrochromic glazing. EnergyPlus allows fundamental, layer-by- EMPD is useful for estimating impacts as-
The sky model includes non-isotropic layer solution for mass transfer through sociated with moisture where detailed in-
radiance and luminance distribution of the surfaces and a mass balance for zone air ternal geometry and/or detailed material
sky based on the empirical model by similar to the air heat balance. The radi- properties are not readily available.
Perez (1990, 1991) as a function of sun ant heating and cooling models are an Another important feature of the
position and cloud cover. This non-uni- expansion of the conduction transfer EnergyPlus heat balance engine is that it
form radiance distribution improves cal- function and incorporate thermal comfort is essentially identical in functionality to
April 2000 ASHRAE Journal 51
the Loads Toolkit being developed by UI projects benefit: modularization efforts Building Systems Simulation
under ASHRAE RP-987. UI is developing started by EnergyPlus will be useful in Manager
both the Loads Toolkit and the the Loads Toolkit and new component After the Heat Balance Manager com-
EnergyPlus heat and mass balance en- models developed for the Loads Toolkit pletes simulation for a time step, it calls
gine and is using the programming stan- will enhance EnergyPlus. Strand et al the Building Systems Simulation Man-
dard developed in the EnergyPlus project (1999) report on the implementation of the ager, which controls the simulation of
to produce the Loads Toolkit. Both heat balance technique in EnergyPlus. HVAC and electrical systems, equipment
and components and updates zone-air
conditions. EnergyPlus does not use the
sequential simulation method (first build-
ing loads, then distribution system, and
then plant) found in DOE–2 and BLAST
since this imposes rigid boundaries on
program structures and limits input flex-
ibility. Instead, we designed the Building
Systems Simulation Manager with three
objectives: fully integrated simulation of
loads, systems, and plant; modular; ex-
tensible.
Integrated simulation allows capacity
limits to be modeled more realistically and
provides tighter coupling between the air-
and water-side of the system and plant.
Modularity is maintained at both the com-
Advertisement in the print edition formerly in this space. ponent and system level. This eases add-
ing new components and flexibly model-
ing system configurations and, at the sys-
tem level, equipment and systems are
clearly connected to zone models in the
heat balance manager. To implement these
concepts, we use loops throughout the
Building Systems Simulation Manager—
primarily HVAC air and water loops.
Loops mimic the network of pipes and
ducts found in real buildings; later,
EnergyPlus will simulate head and ther-
mal losses that occur as fluid moves in
each loop.
The air loop simulates air transport,
conditioning and mixing, and includes
supply and return fans, central heating
and cooling coils, heat recovery, and con-
trols for supply air temperature and out-
side air economizer. The air loop connects
to the zone through the zone equipment.
Zone equipment includes diffusers, re-
heat/recool coils, supply air control (mix-
ing dampers, fan-powered VAV box, in-
duction unit, VAV dampers), local convec-
tion units (window air-conditioning, fan
coil, water-to-air heat pump, air-to-air heat
pump), high temperature radiant/convec-
tive units (baseboard, radiators) and low
temperature radiant panels. Users can
specify more than one equipment type
for a zone. However, equipment must be
listed in the order it will be used to meet
52 ASHRAE Journal April 2000
ENERGY SIMULATION

zone heating and cooling demand. lems and is currently in final beta testing. use EnergyPlus through an interface from
The air loop is solved iteratively at A library of HVAC components has been a third-party developer. To make it easy
each time step, not a single-pass calcula- created for SPARK. As mentioned earlier, for current DOE–2 and BLAST users to
tion as in DOE–2 and BLAST. In order to EnergyPlus users will have input file tem- move to EnergyPlus, the team has writ-
specify equipment connections to a loop, plates for many of the more popular sys- ten utilities that convert BLAST and
nodes are defined at key locations around tem types to use as starting points but DOE–2 input requirements to the new
the loop with each node assigned a developers and advanced users will be EnergyPlus input.
unique numeric identifier. Node identifi- able to build complex new HVAC models During a simulation, EnergyPlus saves
ers store loop state variables and set- with SPARK. Fisher et al (1999) provide results for each time step in an output
point information for that location in the more information on the EnergyPlus loop- data structure. The user selects the heat
loop. We use an iterative solution tech- based simulation. balance time step (15-minute default). The
nique to solve for unknown state vari- building system simulation may proceed
ables along with control equation repre- Input, Output, & Weather Data at the heat balance time step or at smaller
sentations. These representations con- Instead of user readability, we de- time steps in order to reach stability. The
nect the set points at one node with the signed the EnergyPlus input and output EnergyPlus output processor produces
control function of a component, such as data files for easy maintenance and ex- results in a simple variable-based format
fan damper position and cooling coil wa- pansion. We chose to keep the input file that can easily be read by post-process-
ter flow rate. In this scheme, all the loop format simple in order to accept simula- ing programs.
components are simulated first, and then tion input data from other sources such The other major data input is weather.
the control equations are updated using as CADD programs, and preprocessors Rather than a binary file created by a sepa-
explicit finite difference. This procedure similar to those written for BLAST and rate weather processor, again we use a
continues until the simulation converges. DOE–2. An EnergyPlus input file is not simple comma-separate, text-based for-
There are two water loops for HVAC intended to be the main interface for typi- mat, similar to the input data and output
plant equipment—a primary loop (for sup- cal end-users. We expect most users will data files. The weather data format in-
ply equipment such as boilers, chillers,
thermal storage, and heat pumps) and a
secondary loop (for heat rejection equip-
ment such as cooling towers and con-
densers). Equipment is specified by type
(gas-fired boiler, open drive centrifugal
chiller) and its operating characteristics.
In the first release of EnergyPlus we are
supporting curve-based equipment mod-
els derived from manufacturer perfor-
mance data (such as in BLAST and DOE–
2). However, because of the modular
code, it will be easy for developers to add
other types of models.
As in the air loop, the primary and sec- Advertisement in the print edition formerly in this space.
ondary plant loops use explicit nodes to
connect equipment to each loop. Connec-
tions between the air loop and zone equip-
ment and the primary and secondary loops
are made through the node data struc-
ture and must be explicitly defined in the
input file.
A similar loop approach is proposed
for a new electrical loop for simulating
electrical systems—supply (utility, pho-
tovoltaic modules, and fuel cells), demand
(plug loads, lighting, and other electrical
loads), and measurement (meters). In the
longer term, EnergyPlus users will have
more systems and equipment options
through a link to SPARK, a new equa-
tion-based simulation tool. SPARK is a
better solver for complex iterative prob-
April 2000 ASHRAE Journal 53
En e r g y
G e n e r a l Fe a t u r e DOE - 2 B L A ST I B L A ST
P lus

Heat Balance Calculation No Yes Yes Yes


•Simultaneous calculation of radiation and
convection processes each time step

Interior Surface Convection


•Dependent on temperature and air flow No Yes Yes Yes
•Internal thermal mass Yes Yes Yes Yes

Moisture Adsorption/Desorption No No Yes Yes


•Combined heat and mass transfer in
building envelopes

Thermal Comfort No Yes Yes Yes


•Human comfort model based on activity,
inside dry bulb, humidity, and radiation

Anisotropic Sky Model Yes No No Yes


•Sky radiance depends on sun position for
Advertisement in the print edition better calculation of diffuse solar on tilted
formerly in this space. surfaces

A d v a n c e d Fe n e s t r a t i o n C a l c u l a t i o n s Yes No No Yes
•Controllable window blinds
•Electrochromic glazing

WINDOW 5 Calculations Yes Yes Yes Yes


•More than 200 window types—
conventional, reflective, low-E,
gas-fill, electrochromic
•User defined using WINDOW 5

Daylighting Illumination and Controls Yes No No Yes


•Interior illuminance from windows and
skylights
•Step, dimming, on/off luminaire controls
•Glare simulation and control
•Effects of dimming on heating and
cooling

Table 2: Comparisons of loads features and capabilities.

cludes basic location information in the weather service file types such as TD1440
first eight lines: location (name, state/ and DATSAV2 and newer “typical year”
province/region, country), data source, weather files such as TMY2 and WYEC2.
latitude, longitude, time zone, elevation, A detailed review of the EnergyPlus
peak heating and cooling design condi- weather format is provided in (Crawley et
tions, holidays, daylight savings period, al 1999).
and typical and extreme periods. The data In summary, all the data files associ-
contain much of the same data in the ated with EnergyPlus—input, output, and
TMY2 weather data set. EnergyPlus does weather—have simple, self-contained
not require a full year (8,760 or 8,784 formats which can be easily read and in-
hours) for its weather files. In fact, terpreted by other programs—spread-
EnergyPlus allows and reads subsets of sheets, databases, or custom programs.
years and even sub-hourly (5 minute, 15
minute) data because the weather format Adding A New Module
includes a “minutes” field. EnergyPlus One of the main goals for EnergyPlus
comes with a utility that reads standard is to make it easy for developers to add
54 ASHRAE Journal April 2000
ENERGY SIMULATION

new features and modules. The process En e r g y


H V A C S y s t e m s a n d E q u i p m e n t Fe a t u r e DOE - 2 B L A ST I B L A ST
is relatively simple. First, a developer de- P lus
fines a new module with model param-
eters and equations, specialized coeffi- F l u i d Lo o p s No No No Yes
cients, and data needed. A developer then •Connect primary equipment and coils
•Hot water loops, chilled water and
finds the “plug-in” point—where the
condenser loops, refrigerant loops
module would be called within
EnergyPlus. Next, the developer writes the A i r Lo o p s No No No Yes
module (using the EnergyPlus program- •Connect fans, coils, mixing boxes, zones
ming standard), breaking the simulation
tasks into modules. Finally, the developer Hardwired Template HVAC Systems Yes Yes Yes No
writes new input file syntax based on the
User- Configurable HVAC Systems No No No Yes
input needed for the module, determines
what variables will be available for out- High-Temperature Radiant Heating No Yes No Yes
put processing and uses EnergyPlus in- •Gas/electric heaters, wall radiators
ternal service routines to get the input
and produce any output. Low -Temperature
Radiant Heating/ Cooling No No Yes Yes
Release 1.0 and Beyond •Heated floor/ceiling
•Cooled ceiling
The first working version of
EnergyPlus, an alpha version, was com- Atmospheric Pollution Calculation Yes Yes No Yes
pleted in Dec. 1998 for internal testing by •CO2, SOx, NOx, CO, particulate matter and
the team. We plan to release a series of hydrocarbon production
EnergyPlus beta versions with increas- On-site and at power plant
ing capabilities for testing by outside de- Calculate reductions in greenhouse gases
velopers and users beginning in late 1999.
Currently, we anticipate releasing Version SPARK Link No No No Yes
1.0 of EnergyPlus by early 2001. TRNSYS Link No No No Yes
In mid-2000 we will begin planning for
Version 2.0 of EnergyPlus based on new Table 3: Comparisons of HVAC features and capabilities.
features suggested by users, developers
and the team. Working with a coordinat- • Simple input and output data formats www.eren.doe.gov/buildings/energy_tools/
ing group of users and developers, we will to facilitate graphical front-end develop- workshops.htm
then select the features and capabilities ment. EnergyPlus, up-to-date information on the
for that release. We plan to release updates current status of EnergyPlus and working with
to EnergyPlus on a regular, 18-month re- Acknowledgments the team, and documentation such as input
lease cycle. Some new features already The authors wish to acknowledge the data structure, output data structure, and li-
under development are links to TRNSYS significant contributions of the entire censing opportunities.
and SPARK, a connection to the COMIS EnergyPlus development team to this ar- www.eren.doe.gov/buildings/energy_tools/
airflow program, improved ground heat ticle. Other members of the EnergyPlus energyplus.htm
transfer, electrical system simulation, and development team include Richard K.
solar thermal and photovoltaic modules. Strand, Richard J. Liesen and Russell D. References
Taylor at the University of Illinois; Daniel BLAST Support Office. 1992. BLAST 3.0
Summary E. Fisher at Oklahoma State University Users Manual. Urbana-Champaign, Illinois:
EnergyPlus is new energy simulation (formerly at the University of Illinois); and BLAST Support Office, Department of Me-
program that builds on the strengths of W. F. Buhl and Y. Joe Huang at Lawrence chanical and Industrial Engineering, Univer-
both BLAST and DOE-2 and includes Berkeley National Laboratory. sity of Illinois.
many new simulation capabilities. Fea- Crawley, D.B., J.W. Hand, and L.K. Lawrie.
tures include: Web Resources 1999. “Improving the weather information
• Heat balance load calculations. Building Energy Tools Directory, a directory available to simulation programs,” in Proceed-
• Integrated loads, system and plant of information on more than 180 energy tools ings of Building Simulation ’99, September
calculations in same time step. from around the world. 1999, Kyoto, Japan, IBPSA.
• User-configurable HVAC system de- www.eren.doe.gov/buildings/tools_directory/
Fisher, D.E, et al. 1999. “A modular, loop-
scription. Next-Generation Simulation Workshops, de- based approach to HVAC energy simulation
• Modular structure to make it easy for scription of the process and the results from and its implementation in EnergyPlus,” in
other developers to add new simulation two workshops on needs for new energy Proceedings of Building Simulation ’99, Sep-
modules. simulation tools. tember 1999, Kyoto, Japan, IBPSA.

April 2000 ASHRAE Journal 55


Huang, J., et al. 1999. “Linking the COMIS national Solar Energy Society, Vol. 1, Part II, Liege, Belgium.
multi-zone airflow model with the EnergyPlus pp. 951–956.
Winkelmann, F.C., B.E. Birdsall, et al. 1993.
Building Energy Simulation Program,” in Pro-
Strand, R., et al. 1999. “Enhancing and extend- DOE–2 Supplement, Version 2.1E, LBL-
ceedings of Building Simulation’99, Septem-
ing the capabilities of the building heat balance 34947, November 1993, Lawrence Berkeley
ber 1999, Kyoto, Japan, IBPSA.
simulation technique for use in EnergyPlus,” in National Laboratory. Springfield, Virginia:
Perez, R., et al. 1990. “Modeling daylight Proceedings of Building Simulation ’99, Sep- National Technical Information Service. „
availability and irradiance components from tember 1999, Kyoto, Japan, IBPSA.
direct and global irradiance,” in Solar Energy,
Taylor, R.D, C.O. Pedersen, and L.K. Lawrie. Please circle the appropriate number on the Reader Ser-
Vol. 44, pp. 271–289.
1990. “Simultaneous simulation of buildings vice Card at the back of the publication.
Perez, R.R., et al. 1991. “Dynamic models and mechanical systems in heat balance based
Extremely Helpful ....................................................... 462
for hourly global-to-direct irradiance conver- energy analysis programs,” in Proceedings of Helpful ....................................................................... 463
sion,” in 1991 Solar World Congress: Pro- the 3rd International Conference on System Somewhat Helpful ..................................................... 464
ceedings of the Biennial Congress of the Inter- Simulation in Buildings, December 1990, Not Helpful ................................................................ 465

Advertisement in the print edition formerly in this space.

56 ASHRAE Journal April 2000


(Circle No. 29 on Reader Service Card)

Das könnte Ihnen auch gefallen