mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: overset: new solvers, new stencil
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
@ -60,6 +60,7 @@ solvers
|
||||
|
||||
SIMPLE
|
||||
{
|
||||
momentumPredictor true;
|
||||
nOuterCorrectors 1;
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
Reference in New Issue
Block a user