ENH: Updating tutorials
This commit is contained in:
@ -85,12 +85,9 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
momentumPredictor false;
|
||||
correctPhi true;
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 4;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
ddtCorr false;
|
||||
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
@ -85,13 +85,10 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
momentumPredictor true;
|
||||
correctPhi false;
|
||||
checkMeshCourantNo yes;
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 4;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
ddtCorr true;
|
||||
pRefCell 0;
|
||||
pRefPoint (0.0001 0.0001 0.001);
|
||||
pRefValue 1e5;
|
||||
}
|
||||
|
||||
|
||||
@ -73,13 +73,9 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
momentumPredictor false;
|
||||
correctPhi false; //true;
|
||||
oversetAdjustPhi true;
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
ddtCorr true;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
||||
@ -70,13 +70,10 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
momentumPredictor no;
|
||||
correctPhi no;
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
ddtCorr false;
|
||||
|
||||
pRefPoint (0.0001 0.0001 0.001);
|
||||
pRefValue 0.0;
|
||||
}
|
||||
|
||||
@ -53,12 +53,13 @@ snGradSchemes
|
||||
|
||||
oversetInterpolation
|
||||
{
|
||||
method cellVolumeWeight;
|
||||
//method cellVolumeWeight;
|
||||
|
||||
// Faster but less accurate
|
||||
//method trackingInverseDistance;
|
||||
//searchBox (0 0 0)(0.02 0.01 0.01);
|
||||
//searchBoxDivisions 3{(64 64 1)};
|
||||
method trackingInverseDistance;
|
||||
searchBox (0 0 0)(0.02 0.01 0.01);
|
||||
searchBoxDivisions 3{(64 64 1)};
|
||||
allowHoleDonors false;
|
||||
}
|
||||
|
||||
fluxRequired
|
||||
|
||||
@ -71,13 +71,10 @@ solvers
|
||||
PIMPLE
|
||||
{
|
||||
momentumPredictor false;
|
||||
correctPhi no;
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 3;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
ddtCorr true;
|
||||
|
||||
pRefPoint (0.0001 0.0001 0.001);
|
||||
pRefValue 0.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user