BUGFIX: Updating tuts for (fixed) pisoControl

This commit is contained in:
Henrik Rusche 2018-06-15 11:50:24 +02:00
parent f148ca0ed2
commit 6ba877df5f
14 changed files with 18 additions and 13 deletions

View file

@ -26,6 +26,11 @@ solvers
tolerance 1e-06;
relTol 0.01;
}
pFinal
{
$p;
relTol 0;
}
U
{
solver BiCGStab;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
solver PCG;
preconditioner DIC;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
solver PCG;
preconditioner DIC;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
solver PCG;
preconditioner DIC;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
solver CG;
preconditioner Cholesky;

View file

@ -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;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
// solver smoothSolver;
// smoother GaussSeidel;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
// solver smoothSolver;
// smoother GaussSeidel;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
solver BiCGStab;
preconditioner DILU;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
solver BiCGStab;
preconditioner DILU;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
// solver BiCGStab;
// preconditioner DILU;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
solver BiCGStab;
preconditioner DILU;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
solver BiCGStab;
preconditioner DILU;

View file

@ -16,7 +16,7 @@ FoamFile
solvers
{
p
"p|pFinal"
{
solver smoothSolver;
smoother GaussSeidel;