Adding alphaEqn.H with interpolation method.

Adding special alphaCourantNo for overlaping
Adding bounded term to UEq.H for overInterDyMFoam
Changing to NO_WRITE for the cellMask field
Changing twoSimpleRotors tutorial to open domain
This commit is contained in:
sergio
2017-06-19 11:10:19 -07:00
parent ad8dfd4ad8
commit 6ff341b5f5
10 changed files with 233 additions and 37 deletions

View File

@ -20,7 +20,7 @@ libs ("liboverset.so");
application overInterDyMFoam ;
startFrom startTime;
startFrom latestTime;//startTime;
startTime 0.0;
@ -32,7 +32,7 @@ deltaT 0.001;
writeControl adjustableRunTime;
writeInterval 0.05;
writeInterval 0.1;
purgeWrite 0;

View File

@ -80,8 +80,8 @@ solvers
PIMPLE
{
momentumPredictor no;
nOuterCorrectors 3;
nCorrectors 1;
nOuterCorrectors 2;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
ddtCorr yes;