ENH: dynamicRefineFvMesh: check all fluxes for interpolation

This commit is contained in:
mattijs
2011-09-28 12:28:34 +01:00
parent ca358fdc1c
commit b96eb963f9
3 changed files with 81 additions and 24 deletions

View File

@ -35,13 +35,14 @@ dynamicRefineFvMeshCoeffs
// Stop refinement if maxCells reached
maxCells 200000;
// Flux field and corresponding velocity field. Fluxes on changed
// faces get recalculated by interpolating the velocity.
// faces get recalculated by interpolating the velocity. Use 'none'
// on surfaceScalarFields that do not need to be reinterpolated.
correctFluxes
(
(
phi
U
)
(phi U)
(nHatf none)
(rho*phi none)
(ghf none)
);
// Write the refinement level as a volScalarField
dumpLevel true;