|
[Sponsors] |
June 14, 2021, 05:49 |
The problem with my pimpleFoam residuals
|
#1 |
Senior Member
mohammad
Join Date: Sep 2015
Posts: 281
Rep Power: 12 |
Hi everyone,
I am just simulating a planar poiseuille problem but with non-Newtonian Herschel Bulkley fluid. The problem I'm solving is showing reasonable velocity profile and pressure drop, but when monitoring initial residuals, shows me some weird behaviour. I wanna know what the issue with my case in terms of residuals. I should mention that I'm using fvOption to have a periodic domain. Code:
solvers { p { solver GAMG; tolerance 0; relTol 0.1; smoother GaussSeidel; } pFinal { $p; smoother DICGaussSeidel; tolerance 1e-06; relTol 0; } "(U|k|nuTilda)" { solver smoothSolver; smoother symGaussSeidel; tolerance 1e-05; relTol 0.1; } "(U|k|nuTilda)Final" { $U; tolerance 1e-05; relTol 0; } } PIMPLE { nOuterCorrectors 15; nCorrectors 2; nNonOrthogonalCorrectors 0; pRefCell 1001; pRefValue 0; turbOnFinalIterOnly no; } relaxationFactors { equations { ".*" 0.2; } } |
|
June 20, 2021, 04:43 |
|
#2 |
Senior Member
mohammad
Join Date: Sep 2015
Posts: 281
Rep Power: 12 |
Is there anyone to help me with these pimpleFoam strange residual values?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to plot local residuals in pimpleFoam ? | cyln | OpenFOAM Running, Solving & CFD | 4 | June 25, 2018 05:14 |
Problem Exporting Residuals Report | poliakon | STAR-CCM+ | 0 | January 26, 2018 04:26 |
Why is Scaled Residuals Graph Smooth for Transient Problem? | benjeev1 | FLUENT | 0 | November 18, 2017 17:23 |
Problem with residuals, especially continuity | Ozgur_ | FLUENT | 2 | December 3, 2013 06:48 |
PimpleFoam problem | Vadims.geza | OpenFOAM | 8 | December 7, 2011 09:54 |