In EnergyPlus, input and output are accomplished by means
of ASCII (text) files. On the input side, there are two
files:
1) the Input Data Dictionary (IDD) that describes the
types (classes) of input objects and the data associated with
each object;
2) the Input Data File (IDF) that contains all the data
for a particular simulation.
Each EnergyPlus module is responsible for getting its own
input. Of course, EnergyPlus provides services to the module
that make this quite easy. The first task of a module
developer is to design and insert a new entry into the Input
Data Dictionary.
Input Concepts[LINK]
In EnergyPlus, input and output are accomplished by means of ASCII (text) files. On the input side, there are two files:
1) the Input Data Dictionary (IDD) that describes the types (classes) of input objects and the data associated with each object;
2) the Input Data File (IDF) that contains all the data for a particular simulation.
Each EnergyPlus module is responsible for getting its own input. Of course, EnergyPlus provides services to the module that make this quite easy. The first task of a module developer is to design and insert a new entry into the Input Data Dictionary.
Documentation content copyright © 1996-2026 The Board of Trustees of the University of Illinois and the Regents of the University of California through the Ernest Orlando Lawrence Berkeley National Laboratory. All rights reserved. EnergyPlus is a trademark of the US Department of Energy.
This documentation is made available under the EnergyPlus Open Source License v1.0.