|
[Sponsors] |
How to compute total liquid volume of the whole domain |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 12, 2007, 15:27 |
Hi,
I finished an interFoam
|
#1 |
Senior Member
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 317
Rep Power: 18 |
Hi,
I finished an interFoam run. The case has liquid phase escaping from the domain. I would like to compute the total liquid volume left at each time step (post-porcessing). Can someone suggest the way(s) to do this? Thanks! Pei |
|
July 13, 2007, 08:24 |
Info << " Liquid: " << sum(mes
|
#2 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Info << " Liquid: " << sum(mesh.V()*gamma) << endl;
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
July 13, 2007, 19:18 |
Thanks a lot Bernhard!
I ca
|
#3 |
Senior Member
Pei-Ying Hsieh
Join Date: Mar 2009
Posts: 317
Rep Power: 18 |
Thanks a lot Bernhard!
I cannot believe it is SO easy! Pei |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to compute liquid volume of the NOT whole domain | snak | OpenFOAM Post-Processing | 4 | June 25, 2008 08:34 |
Need some help for total liquid fraction | linus | FLUENT | 0 | December 19, 2006 04:29 |
Compute total surface area of Dpm | figo | FLUENT | 0 | September 8, 2004 22:44 |
Total volume UDF | Alexandre | FLUENT | 1 | July 18, 2002 15:32 |
Compute volume | Tony | Main CFD Forum | 1 | October 2, 2001 18:39 |