ENH: overset: new solvers, new stencil

This commit is contained in:
mattijs
2017-12-08 16:00:02 +00:00
parent 74b557d5f2
commit ddde330884
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;