convertDXSingleSpeed
Class ConvertDXData

java.lang.Object
  extended by convertDXSingleSpeed.ConvertDXData

public class ConvertDXData
extends java.lang.Object

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.idf
 
where 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.

License agreement

The use of this program is subjected to the following license terms.


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

ConvertDXData

public ConvertDXData()
Method Detail

main

public static void main(java.lang.String[] args)
This is the main routine that starts the program.