Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.1 KB

File metadata and controls

47 lines (30 loc) · 1.1 KB

caution : current work in progress !

idfhub

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 .

Geometry

py .\generate_geometry_from_yam.py  --geoconf=conf_geometry/agence.yaml

The idf produced in openstudio :

HVAC

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

more on yml conf

DVIEW

Dview is the viewer to use to analyse an energyplus simulation

https://github.com/NatLabRockies/wex/releases/tag/v1.2.0