[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EnergyPlus_Support] eppy release 0.464a
eppy release 0.464a
Read the developer docs only if you are interested. You don't need to know this to actually use eppy. But I would love to have some feedback on the developer documentation, specifically on the clarity of the explanations.
For those who are wondering what eppy is, read below
(release notes are below that)
Eppy
Eppy is a scripting language for EnergyPlus idf files, and EnergyPlus output files. Eppy is written in the programming language Python. As a result it takes full advantage of the rich data structure and idioms that are avaliable in python. You can programmatically navigate, search, and modify EnergyPlus idf files using eppy. The power of using a scripting language allows you to do the following:
- - Make a large number of changes in an idf file with a few lines of eppy code.
- - Use conditions and filters when making changes to an idf file
- - Make changes to multiple idf files.
- - Read data from the output files of a EnergyPlus simulation run.
- - Based on the results of a EnergyPlus simulation run, generate the input file for the next simulation run.
So what does this matter?
Here are some of the things you can do with eppy:
- - Change construction for all north facing walls.
- - Change the glass type for all windows larger than 2 square meters.
- - Change the number of people in all the interior zones.
- - Change the lighting power in all south facing zones.
- - Change the efficiency and fa
__._,_.___
Posted by: santosh_philip@xxxxxxxxx
Primary EnergyPlus support is found at:
http://energyplus.helpserve.com or send a message to energyplus-support@xxxxxxxx
The primary EnergyPlus web site is found at:
http://www.energyplus.gov
The group web site is:
http://groups.yahoo.com/group/EnergyPlus_Support/
Attachments are currently allowed but be mindful that not everyone has a high speed connection. Limit attachments to small files.
EnergyPlus Documentation is searchable. Open EPlusMainMenu.pdf under the Documentation link and press the "search" button.
__,_._,___