Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
0315d654
Commit
0315d654
authored
Feb 12, 2016
by
Henry Weller
Browse files
tutorials: Add pFinal to PISO settings in icoFoam and mhdFoam tutorials
parent
26386498
Changes
5
Hide whitespace changes
Inline
Side-by-side
tutorials/electromagnetics/mhdFoam/hartmann/system/fvSolution
View file @
0315d654
...
...
@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
...
...
@@ -32,6 +38,12 @@ solvers
relTol 0;
}
pBFinal
{
$pB;
relTol 0;
}
"(U|B)"
{
solver smoothSolver;
...
...
tutorials/incompressible/icoFoam/cavity/system/fvSolution
View file @
0315d654
...
...
@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
...
...
tutorials/incompressible/icoFoam/cavityClipped/system/fvSolution
View file @
0315d654
...
...
@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
...
...
tutorials/incompressible/icoFoam/cavityGrade/system/fvSolution
View file @
0315d654
...
...
@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
...
...
tutorials/incompressible/icoFoam/elbow/system/fvSolution
View file @
0315d654
...
...
@@ -22,6 +22,12 @@ solvers
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.05;
}
pFinal
{
$p;
relTol 0;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment