|
[Sponsors] |
August 21, 2006, 10:21 |
One easy question. How to calc
|
#1 |
Member
Dihao Tang
Join Date: Mar 2009
Posts: 78
Rep Power: 17 |
One easy question. How to calculate volume average of a volScalarField? I think the average() is not the function I want. Can somebody tell me? Thanks!
|
|
August 21, 2006, 11:38 |
That's the problem with easy q
|
#2 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
That's the problem with easy questions. Nobody wants to answer them because you can only embarrass yourself by saying somthing stupid.
Nevertheless: sum(mesh.V()*myField)/sum(mesh.V()) (weighted average of the cell-values)
__________________
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 |
|
August 21, 2006, 11:49 |
volScalarField a = ...;
a
|
#3 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
volScalarField a = ...; a.weightedAverage(mesh.V()); Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
May 1, 2013, 14:37 |
|
#4 |
Member
pooyan
Join Date: Nov 2011
Posts: 62
Rep Power: 15 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
calculate the average velocity of particles | robert | FLUENT | 0 | August 1, 2008 10:44 |
how to calculate the average | kumar | Main CFD Forum | 0 | July 13, 2006 13:17 |
calculate average in Paraview | alain | Main CFD Forum | 0 | March 14, 2006 06:49 |
how to calculate the average pressure | lenson | Siemens | 0 | March 4, 2005 04:24 |
calculate average magnitude | Ethan | Siemens | 1 | June 3, 2003 13:34 |