openfoam/tutorials/basic/overLaplacianDyMFoam/heatTransferFluxConservation1D
2024-12-24 11:17:31 +00:00
..
0.orig RELEASE: Updated headers to v2412 2024-12-24 11:17:31 +00:00
constant RELEASE: Updated headers to v2412 2024-12-24 11:17:31 +00:00
system RELEASE: Updated headers to v2412 2024-12-24 11:17:31 +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.