Files
openfoam/src/overset/include/readOversetDyMControls.H
sergio 2a406bbb25 ENH: overset: various improvements in the framework
The improvements include:

- Allowing overset patches to be displaced outside background domain.
  - The approach does not support overlapping of multiple inset meshes
    on top of background domain.
- Allowing fringe faces to walk away from hole cells in background domain.
  - The approach was not extensibly tested with overlapping patches.
- Improving mass conservation.
- Various experimental entries are removed: massFluxInterpolation, ddtCorr.
- New entries:
  - oversetAdjustPhi: adds a flux correction outside the pressure equation.
  - massCorrection: adds an implicit correction.
2022-11-11 10:19:47 +00:00

5 lines
224 B
C

adjustFringe = pimple.dict().getOrDefault("oversetAdjustPhi", false);
label zoneIdMass = pimple.dict().getOrDefault("adjustZone", -1);
oversetPatchErrOutput =
pimple.dict().getOrDefault("oversetPatchErrOutput", false);