TUT: overset: add new tutorials and update existing tutorials

This commit is contained in:
sergio
2022-08-09 14:07:21 +01:00
committed by Kutalmis Bercin
parent 2a406bbb25
commit b48fd4f38a
108 changed files with 3894 additions and 127 deletions

View File

@ -31,13 +31,13 @@ startTime 0.0;
stopAt endTime;
endTime 0.2;
endTime 0.1;
deltaT 0.00001;
writeControl adjustable;
writeInterval 0.001;
writeInterval 0.01;
purgeWrite 0;
@ -87,24 +87,6 @@ functions
(0.0009999 0.0015 0.003)
);
}
alphaVol
{
libs (utilityFunctionObjects);
type coded;
name alphaVolume;
writeControl timeStep;
writeInterval 10;
codeWrite
#{
const auto& alpha =
mesh().lookupObject<volScalarField>("alpha.water");
Info<< "Alpha volume = " << alpha.weightedAverage(mesh().Vsc())
<< endl;
#};
}
}
// ************************************************************************* //

View File

@ -63,8 +63,8 @@ solvers
pcorr
{
$p;
solver PCG;
preconditioner DIC;
solver PBiCGStab;
preconditioner DILU;
}
pcorrFinal
@ -93,15 +93,12 @@ solvers
PIMPLE
{
momentumPredictor no;
correctPhi no;
nOuterCorrectors 2;
nCorrectors 3;
nNonOrthogonalCorrectors 0;
ddtCorr false;
pRefPoint (0.0002 0.0099 0.001);
pRefValue 1e5; //Not used
pRefValue 1e5;
}
relaxationFactors