mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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:
@ -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;
|
||||
|
||||
|
||||
@ -80,8 +80,8 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
momentumPredictor no;
|
||||
nOuterCorrectors 3;
|
||||
nCorrectors 1;
|
||||
nOuterCorrectors 2;
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
ddtCorr yes;
|
||||
|
||||
Reference in New Issue
Block a user