STYLE: overset: change massCorrection to fluxCorrection

COMP: overset: fixes for SPDP, int64
This commit is contained in:
Kutalmis Bercin
2022-08-11 14:24:31 +01:00
parent ab6615c060
commit d5a973419a
19 changed files with 34 additions and 26 deletions

View File

@ -30,7 +30,7 @@ boundaryField
free
{
type overset;
massCorrection true;
fluxCorrection true;
value uniform 300;
}

View File

@ -1,17 +1,17 @@
## Implicit mass conservation test
## Implicit flux conservation test
The implicit mass conservation is switched on in the field (here T) overset BC.
The implicit flux conservation is switched on in the field (here T) overset BC.
The keyword is used as:
free
{
type overset;
massCorrection true;
fluxCorrection true;
value uniform 300;
}
A special net fringe flux is output in this tutorial.
Switch `massCorrection` to `false` to evaluate the mass correction.
Switch `fluxCorrection` to `false` to evaluate the flux correction.

View File

@ -24,7 +24,7 @@ solvers
solver PBiCGStab;
preconditioner DILU;
//// Note: GAMG not supported with massCorrection switched on
//// Note: GAMG not supported with fluxCorrection switched on
//solver GAMG;
//smoother GaussSeidel;
//nCellsInCoarsestLevel 1;