mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Updated VoF tutorials
This commit is contained in:
@ -54,5 +54,6 @@ runTimeModifiable true;
|
||||
adjustTimeStep yes;
|
||||
|
||||
maxCo 2;
|
||||
maxAlphaCo 2;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -16,7 +16,7 @@ FoamFile
|
||||
|
||||
solvers
|
||||
{
|
||||
alpha.water
|
||||
"alpha.water.*"
|
||||
{
|
||||
cAlpha 0;
|
||||
nAlphaCorr 2;
|
||||
@ -32,7 +32,7 @@ solvers
|
||||
maxIter 10;
|
||||
};
|
||||
|
||||
pcorr
|
||||
"pcorr.*"
|
||||
{
|
||||
solver GAMG;
|
||||
tolerance 1e-2;
|
||||
|
||||
Reference in New Issue
Block a user