Parametric Preprocessor
Hi,
Can someone help me to run the energyplus Parametric Preprocessor program? i need to create the four buildings for leed energy report.
Can i do this from open studio?
Hi,
Can someone help me to run the energyplus Parametric Preprocessor program? i need to create the four buildings for leed energy report.
Can i do this from open studio?
The ParametricPreprocessor can be used independently but is most often used with EP-Launch. In EP-Launch, just select the file containing parametric objects and run it. If that does not work make sure that Run ParametricPreprocessor checkbox is checked in Option..Miscellaneous.
I do not know if OpenStudio supports that utility but it includes other ways of doing parametric analyses.
To run ParametricPreprocessor independently, you need to open a command line in the EnergyPlusV8-5-0\Preprocess\ParametricPreProcessor directory and type:
parametricpreprocessor.exe "<filename>"
Where filename is the name of the file including the path in double quotes. For example:
C:\EnergyPlusV8-5-0\PreProcess\ParametricPreProcessor>parametricpreprocessor.exe "c:\EnergyPlusV8-5-0\ExampleFiles\LBuildingAppGRotPar.idf"
You should then get the various files generated in the directory with the original IDF file.
In OpenStudio, you could use the building rotation measure. It's under envelope measures in the BCL.
To enter a block of code:
Comments
As always, a good place to start is to look at the EnergyPlus documentation and search for relevant tags.