CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   Masse flow rate (https://www.cfd-online.com/Forums/openfoam-post-processing/113584-masse-flow-rate.html)

kont1901 February 22, 2013 08:56

Masse flow rate
 
hi everyone
can someone help me calculate the mass flow with OpenFOAM 1.6-ext through the input and output of my fan?
Thank.

Charly

despaired student April 6, 2013 06:52

might be a little late but if you're still looking for a solution maybe this helps. Put it in your controlDict.
( http://openfoamwiki.net/index.php/Co...unctionObjects )


Quote:

functions
(
massFlow
{
type patchMassFlow;
functionObjectLibs
(
"libsimpleFunctionObjects.so"
);
verbose true;
patches
(
inlet
outlet
);
}
);


All times are GMT -4. The time now is 12:32.