caution : current work in progress !
how to generate idf files for energyplus ?
more on the energyplus ecosystem
honeybee is very convenient for geometry and materials.
The idfhub lib provides some helpers to go even faster and to easily add custom hvac through simple yaml declaration
To install :
git clone https://github.com/Open-Building-Management/ladybug_codes
cd ladybug_codes
py -m pip install -e .
pip install -e
py .\generate_geometry.py
The idf produced in openstudio :
py .\generate_hvac.py
py .\generate_hvac.py --conf=conf/a2w_hp_w_gas_backup.yml
py .\generate_hvac.py --conf=conf/borehole_500ml_tubes.yml
Dview is the viewer to use to analyse an energyplus simulation

