NREL / EnergyPlus

EnergyPlus™ is a whole building energy simulation program that engineers, architects, and researchers use to model both energy consumption and water use in buildings.
https://energyplus.net
Other
1.1k stars 387 forks source link

Add support for common directed graph outputs from HVAC Diagram #5900

Open JasonGlazer opened 7 years ago

JasonGlazer commented 7 years ago

The HVAC-Diagram program produces directed graphs but in a SVG format. Add the ability to output in a common directed graph output format such as:

Whichever seems to have the most support with common diagramming software.

First suggested here.

jasondegraw commented 5 years ago

@JasonGlazer I'm generating DOT graphs from my AirflowNetwork model auditing script (see here). It is still pretty rough, but implementation of this sort of thing in Python is potentially easier than extending HVAC-Diagram or doing something in a compiled language.