Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
5

Visualizing Airflow between zones in EnergyPlus

asked 2014-09-09 09:19:17 -0500

updated 2014-09-09 10:09:32 -0500

Is there any tool out there that let the user visualize the airflow between the zones using the results of EnergyPlus run? We are doing some studies for naturally ventilated buildings and are looking for a way to visualize the airflow between the zones for different alternatives.

edit retag flag offensive close merge delete

4 Answers

Sort by ยป oldest newest most voted
4

answered 2014-09-19 00:46:01 -0500

TomB's avatar

updated 2014-09-19 10:54:29 -0500

Using ipython, eppy and paraview, I have had some success visualising this sort of thing. http://mde.maddog.webfactional.com/en...

The link shows visulaisation of the external pressure. To adapt the method to show airflow between zones would require some creative thinking. How do you imagine the airflow is visualised ? Through openings as a volumetric flow ? or as a scalar flow along a cutplane ? or maybe as a vector ?

edit flag offensive delete link more

Comments

Hi. I'm thinking of some colored vectors for each opening which can also be mapped on top of the surface itself.

Mostapha Roudsari's avatar Mostapha Roudsari  ( 2014-09-19 09:06:59 -0500 )edit

The mapping of the scalar flow variable from the energyplus results to the visualisation of the opening in parview (colour mapping onto opening surface) would be straightforward with the code I have pointed to. Mapping vectors might require extending the code to write a vector quantity to the vtp file. As it is, it only handles scalar quantities. I say might because this step could be done in paraview. The method would require some skills with python and paraview. Its not as user friendly as say a built in tool in a program like Design Builder. Happy to help understanding/getting started if you choose to go that way.

TomB's avatar TomB  ( 2014-09-19 22:49:57 -0500 )edit

Thanks. I will give it a try then and update this thread. Wanted to make sure that I am not re-inventing the wheel.

Mostapha Roudsari's avatar Mostapha Roudsari  ( 2014-09-25 05:15:24 -0500 )edit

+1 for Paraview, that is a very powerful engine for this type of visualization

macumber's avatar macumber  ( 2014-10-01 00:12:06 -0500 )edit
2

answered 2014-10-10 12:18:52 -0500

lisang's avatar

You could also model the building in CONTAM (http://www.bfrl.nist.gov/IAQanalysis/...) which the airflow visualization is built into the user interface.

edit flag offensive delete link more
1

answered 2017-01-25 13:39:11 -0500

updated 2017-01-26 11:29:59 -0500

@Mostapha Roudsari

Check this tool out:

https://www.ods-engineering.com/tools...

He has really good visualization capabilities.

edit flag offensive delete link more
1

answered 2014-09-19 04:44:28 -0500

Vmoreno's avatar

updated 2014-09-19 10:57:38 -0500

I use an interface of Energy Plus (Design Builder). Design Builder includes an internal calculation engine for CFD calculations. You can export the airflownetwork results and radiant temperature results of E+, and use them as limit condition inputs. Then you can make a CFD simulation and can view Airflow between zones in EnergyPlus.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2014-09-09 09:19:17 -0500

Seen: 1,047 times

Last updated: Jan 26 '17