createFields.H
Go to the documentation of this file.
1 #include "../createFields.H"
2 
3 // Add solver-specific interpolations
4 {
5  wordHashSet& nonInt =
6  const_cast<wordHashSet&>(Stencil::New(mesh).nonInterpolatedFields());
7 
8  nonInt.insert("cellMask");
9  nonInt.insert("interpolatedCells");
10 
11 }
12 
13 // Mask field for zeroing out contributions on hole cells
14 #include "createCellMask.H"
15 
16 // Create bool field with interpolated cells
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
bool insert(const Key &key)
Insert a new entry, not overwriting existing entries.
Definition: HashSet.H:232
dynamicFvMesh & mesh
HashSet< word, Hash< word > > wordHashSet
A HashSet of words, uses string hasher.
Definition: HashSet.H:73
Creates mask for interpolated cells.
Creates mask for blocked out cells.