public class ConvertEIRData
extends java.lang.Object
idf
-format for EnergyPlus to mo
-format for Modelica.
To convert the performance curves, run this program as
java -jar ConvertEIRData.jar inputFile.idfwhere
inputFile
is an EnergyPlus IDF file in the
idf
-format. This will produce two .mo
files. If
duplicates exist in the input file, they will be removed and printed in the
.txt
output files.
Constructor and Description |
---|
ConvertEIRData() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
This is the main routine that starts the program.
|