convertEIR
Class ConvertEIRData

java.lang.Object
  extended by convertEIR.ConvertEIRData

public class ConvertEIRData
extends java.lang.Object

This program converts chillers performance curves from idf -format for EnergyPlus to mo-format for Modelica.

To convert the performance curves, run this program as

      java -jar ConvertEIRData.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
ConvertEIRData()
           
 
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

ConvertEIRData

public ConvertEIRData()
Method Detail

main

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