BUGFIX: Updating tuts for (fixed) pisoControl
This commit is contained in:
parent
f148ca0ed2
commit
6ba877df5f
14 changed files with 18 additions and 13 deletions
|
@ -26,6 +26,11 @@ solvers
|
|||
tolerance 1e-06;
|
||||
relTol 0.01;
|
||||
}
|
||||
pFinal
|
||||
{
|
||||
$p;
|
||||
relTol 0;
|
||||
}
|
||||
U
|
||||
{
|
||||
solver BiCGStab;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver CG;
|
||||
preconditioner Cholesky;
|
||||
|
|
|
@ -30,7 +30,7 @@ gradSchemes
|
|||
divSchemes
|
||||
{
|
||||
default none;
|
||||
div(phi,U) Gauss linear;
|
||||
div(phi,U) Gauss limitedLinearV 1;
|
||||
div(phi,k) Gauss limitedLinear 1;
|
||||
div(phi,B) Gauss limitedLinear 1;
|
||||
div(phi,nuTilda) Gauss limitedLinear 1;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
// solver smoothSolver;
|
||||
// smoother GaussSeidel;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
// solver smoothSolver;
|
||||
// smoother GaussSeidel;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner DILU;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner DILU;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
// solver BiCGStab;
|
||||
// preconditioner DILU;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner DILU;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver BiCGStab;
|
||||
preconditioner DILU;
|
||||
|
|
|
@ -16,7 +16,7 @@ FoamFile
|
|||
|
||||
solvers
|
||||
{
|
||||
p
|
||||
"p|pFinal"
|
||||
{
|
||||
solver smoothSolver;
|
||||
smoother GaussSeidel;
|
||||
|
|
Reference in a new issue