Auxiliary Programs — EnergyPlus 8.4

<< Prev | Table of Contents | Next >>

Technical Details on Files for Ground Heat Transfer with Basements[LINK]

The basement program used to calculate the results is included with the EnergyPlus distribution. It requires an input file named BasementGHTin.idf in input data file format. The needed corresponding idd file is BasementGHT.idd. An EnergyPlus weather file for the location is also needed. A batch file, RunBasement, is placed in the same folder with the program and sample files. To use it (Command mode or DOS mode), one may modify several important lines:

:Instructions:
:  Complete the following path and program names.
:  path names must have a following \\ or errors will happen
 set program\_path =
 set program\_name = Basement.exe
 set input\_path =
 set output\_path =
 set weather\_path = C:\\EnergyPlus\\WeatherData\\

and then in command mode issue the run command:

RunBasement myinput Chicago

Where you would have myinput.idf in “input_path” and Chicago would be the name of the .epw file in the “weather_path”.

You should set up the command mode so that it does not automatically close the window at the end of program termination if you want to see the commands as they run and know for sure that no errors occurred.