Loading...
Searching...
No Matches
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
bool insert(const Key &key)
Insert a new entry, not overwriting existing entries.
Definition HashSet.H:229
Creates mask for blocked out cells.
dynamicFvMesh & mesh
Creates mask for interpolated cells.
HashSet< word, Hash< word > > wordHashSet
A HashSet of words, uses string hasher.
Definition HashSet.H:80