50 return *regionMeshPtr_;
74 return word(base + suffixHint_);
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
word areaName_
The finite-area mesh name.
word suffixHint_
Suffix hint for variable names (default: "").
List< bool > applied_
Applied flag list - corresponds to each fieldNames_ entry.
const fvMesh & mesh_
Reference to the mesh database.
void setApplied(const label fieldi)
Set the applied flag to true for field index fieldi.
word suffixed(const char *base) const
Return the concatenation of base and the suffix hint.
bool active() const noexcept
True if source is active.
const volSurfaceMapping & vsm() const
Return volSurfaceMapping (demand-driven).
const faMesh & regionMesh() const
Return the region mesh database (demand-driven).
Volume to surface and surface to volume mapping.
A class for handling words, derived from Foam::string.