|
[Sponsors] |
July 14, 2017, 10:42 |
long time for running porousSimpleFoam
|
#1 |
Senior Member
|
Dear Foamers,
i am running a case using simplePorousFoam, with total mesh of 900.000 cells, i think that OpenFOAM takes a long time to run the case. this is a sample for first iteration. Code:
Time = 1 smoothSolver: Solving for Ux, Initial residual = 1, Final residual = 6.71033e-10, No Iterations 34 smoothSolver: Solving for Uy, Initial residual = 0.00118386, Final residual = 6.1944e-10, No Iterations 20 smoothSolver: Solving for Uz, Initial residual = 1, Final residual = 4.55901e-10, No Iterations 32 GAMG: Solving for p, Initial residual = 1, Final residual = 9.80576e-10, No Iterations 465 time step continuity errors : sum local = 1.5561e-06, global = 2.56885e-07, cumulative = 2.56885e-07 ExecutionTime = 114.83 s ClockTime = 116 s Code:
Time = 5681 smoothSolver: Solving for Ux, Initial residual = 2.17069e-07, Final residual = 4.33832e-10, No Iterations 10 smoothSolver: Solving for Uy, Initial residual = 1.12953e-06, Final residual = 6.57395e-10, No Iterations 12 smoothSolver: Solving for Uz, Initial residual = 5.88004e-07, Final residual = 3.57238e-10, No Iterations 12 GAMG: Solving for p, Initial residual = 3.9218e-07, Final residual = 9.62315e-10, No Iterations 38 time step continuity errors : sum local = 1.74474e-07, global = 1.50349e-08, cumulative = 3.61903e-05 ExecutionTime = 35684.6 s ClockTime = 43420 s smooth solver used for velocity with same criteria. |
|
July 17, 2017, 04:39 |
|
#2 |
Senior Member
|
Hi,
I think you should use a relative tolerance of 0.01 for pressure and 0.1 for velocity. There is no need to solve for the absolute tolerance in the beginning with the steady state solver. You will see that you will have much less iterations for the linear solvers and the total run will take much less time. Regards, Tom |
|
Tags |
poroussimplefoam, residual, time |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
bash script for pseudo-parallel usage of reconstructPar | kwardle | OpenFOAM Post-Processing | 42 | May 8, 2024 00:17 |
AMI speed performance | danny123 | OpenFOAM | 21 | October 24, 2020 05:13 |
How to export time series of variables for one point? | mary mor | OpenFOAM Post-Processing | 8 | July 19, 2017 11:54 |
same geometry,structured and unstructured mesh,different behaviour. | sharonyue | OpenFOAM Running, Solving & CFD | 13 | January 2, 2013 23:40 |
Missing math.h header | Travis | FLUENT | 4 | January 15, 2009 12:48 |