CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Time Averaged Solids Volume Fraction in DPMFoam-GOldschmidt (https://www.cfd-online.com/Forums/openfoam/191648-time-averaged-solids-volume-fraction-dpmfoam-goldschmidt.html)

ronithstanly August 15, 2017 05:02

Time Averaged Solids Volume Fraction in DPMFoam-GOldschmidt
 
Can someone help me to obtain time averaged solids volume fraction for the DPMFoam test case- Goldschmidt?
I ran it from 0-5sec as normal, but I need to do the time averaging from 5-10s. How can I do it? Should I add some fieldAverage in controlDict?
Please help!

10120605 August 26, 2019 08:08

OK!
 
you‘re the best!believe in yourself! good luck!

dscian August 27, 2019 00:19

You can use voidFraction object function by adding the lines below into your kinematicCloudProperties file. This creates solid fraction field in your timestep folders so that you can analyze/average them afterwards.

Code:

cloudFunctions
{
    voidFraction
    {
        type            voidFraction;
    }
}


10120605 August 27, 2019 02:14

Thank you very much!
 
Nice to meet you, Utkan Caliskan! I'm a green hand in CFD. Could you please teach me how to acquire “time-averaged value” of static pressure in detail?


Quote:

Originally Posted by dscian (Post 743162)
You can use voidFraction object function by adding the lines below into your kinematicCloudProperties file. This creates solid fraction field in your timestep folders so that you can analyze/average them afterwards.

Code:

cloudFunctions
{
    voidFraction
    {
        type            voidFraction;
    }
}




All times are GMT -4. The time now is 10:24.