|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectconvertDXSingleDoubleSpeed.ConvertDXData
public class ConvertDXData
This program converts DX cooling coils performance curves from 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 Summary | |
---|---|
ConvertDXData()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This is the main routine that starts the program. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConvertDXData()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |