public class ConvertDXData
extends java.lang.Object
idf
-format for EnergyPlus to mo
-format for Modelica.
To convert the performance curves, run this program as
java -jar ConvertDXData.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 |
---|
ConvertDXData() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
This is the main routine that starts the program.
|