Merge branch 'feature-overset-lsq' into 'develop'

ENH: overset: new solvers, new stencil

See merge request Development/OpenFOAM-plus!180
This commit is contained in:
Andrew Heather
2017-12-14 15:43:59 +00:00
38 changed files with 1508 additions and 310 deletions

View File

@ -56,7 +56,10 @@ snGradSchemes
oversetInterpolation
{
method inverseDistance;
method inverseDistance;
searchBox (0 0 0)(0.01 0.01 0.01);
searchBoxDivisions (100 100 1);
}
fluxRequired

View File

@ -16,11 +16,11 @@ FoamFile
numberOfSubdomains 8;
method hierarchical;
method scotch; //hierarchical;
coeffs
{
n (8 1 1);
n (4 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
}

View File

@ -60,6 +60,7 @@ solvers
SIMPLE
{
momentumPredictor true;
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;

View File

@ -29,8 +29,8 @@ solvers
"alpha.water.*"
{
nAlphaCorr 2;
nAlphaSubCycles 1;
nAlphaCorr 3;
nAlphaSubCycles 2;
cAlpha 1;
icAlpha 0;
@ -82,8 +82,12 @@ PIMPLE
nCorrectors 2;
nNonOrthogonalCorrectors 0;
ddtCorr yes;
correctPhi no;
ddtCorr yes;
correctPhi no;
massFluxInterpolation no;
moveMeshOuterCorrectors no;
turbOnFinalIterOnly no;
oversetAdjustPhi no;