Go to the documentation of this file.
9 nonInt.insert(
"grad(p)");
10 nonInt.insert(
"surfaceIntegrate(phi)");
11 nonInt.insert(
"surfaceIntegrate(phiHbyA)");
12 nonInt.insert(
"cellMask");
13 nonInt.insert(
"cellDisplacement");
14 nonInt.insert(
"interpolatedCells");
15 nonInt.insert(
"cellInterpolationWeight");
25 simple.dict().getOrDefault(
"oversetAdjustPhi",
false)
29 simple.dict().getOrDefault(
"massFluxInterpolation",
false)
const dictionary & simple
bool massFluxInterpolation(simple.dict().getOrDefault("massFluxInterpolation", false))
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Creates mask for interpolated cells.
bool adjustFringe(simple.dict().getOrDefault("oversetAdjustPhi", false))
bool insert(const Key &key)
Creates mask for blocked out cells.
HashSet< word, Hash< word > > wordHashSet
A HashSet with word keys and string hasher.