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

388 B

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.