openfoam/tutorials/basic/overLaplacianDyMFoam/heatTransferFluxConservation1D
Kutalmis Bercin d5a973419a STYLE: overset: change massCorrection to fluxCorrection
COMP: overset: fixes for SPDP, int64
2022-11-14 15:41:40 +00:00
..
0.orig STYLE: overset: change massCorrection to fluxCorrection 2022-11-14 15:41:40 +00:00
constant STYLE: overset: change massCorrection to fluxCorrection 2022-11-14 15:41:40 +00:00
system STYLE: overset: change massCorrection to fluxCorrection 2022-11-14 15:41:40 +00:00
Allclean STYLE: overset: change massCorrection to fluxCorrection 2022-11-14 15:41:40 +00:00
Allrun STYLE: overset: change massCorrection to fluxCorrection 2022-11-14 15:41:40 +00:00
Allrun.pre STYLE: overset: change massCorrection to fluxCorrection 2022-11-14 15:41:40 +00:00
README.md STYLE: overset: change massCorrection to fluxCorrection 2022-11-14 15:41:40 +00:00

Implicit flux conservation test

The implicit flux conservation is switched on in the field (here T) overset BC.

The keyword is used as:

free
{
    type            overset;
    fluxCorrection  true;
    value           uniform 300;
}

A special net fringe flux is output in this tutorial.

Switch fluxCorrection to false to evaluate the flux correction.