|
[Sponsors] |
what is the usage of "residualControl" in rhoPimpleFoam? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 27, 2013, 17:52 |
what is the usage of "residualControl" in rhoPimpleFoam?
|
#1 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
when residuals is assigned before what does "residualControl" do?
Code:
"(U|e|h|R|k|epsilon|omega)" { solver PBiCG; preconditioner DILU; tolerance 1e-11; relTol 0; maxIter 25000; } "(U|h|R|k|epsilon|omega)Final" { $U; relTol 0; } } Code:
PIMPLE { momentumPredictor yes; nOuterCorrectors 3; nCorrectors 3; nNonOrthogonalCorrectors 0; rhoMin rhoMin [ 1 -3 0 0 0 ] 0.2; rhoMax rhoMax [ 1 -3 0 0 0 ] 9; residualControl { "(U|k|omega)" { relTol 0; tolerance 0.000000001; } } |
|
January 28, 2013, 08:28 |
|
#2 |
Senior Member
Ehsan
Join Date: Oct 2012
Location: Iran
Posts: 2,208
Rep Power: 27 |
does know someone anything about it?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
rhoPimpleFoam Boundary Condition Problem | dancfd | OpenFOAM Pre-Processing | 18 | September 16, 2021 08:43 |
rhoPimpleFoam floating point error | dancfd | OpenFOAM Running, Solving & CFD | 6 | January 5, 2014 21:57 |
Boosting CPU usage | earlybird | FLUENT | 2 | November 2, 2012 11:32 |
Questions about buoyantPimpleFoam and rhoPimpleFoam | Mojtaba.a | OpenFOAM Running, Solving & CFD | 6 | August 1, 2012 05:50 |
OpenFOAM Solver/BC usage description | murrayjc | OpenFOAM | 3 | August 25, 2009 05:48 |