70 applied_[fieldi] =
true;
84 regionMeshPtr_.reset(
new faMesh(mesh_));
86 return *regionMeshPtr_;
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Finite area mesh (used for 2-D non-Euclidian finite area method) defined using a patch of faces on a ...
const word & name() const noexcept
Return const access to the source name.
const dictionary & coeffs() const noexcept
Return dictionary.
void setApplied(const label fieldi)
Set the applied flag to true for field index fieldi.
bool active() const noexcept
True if source is active.
const word & regionName() const noexcept
The region name.
const volSurfaceMapping & vsm() const
Return volSurfaceMapping (demand-driven)
const fvMesh & mesh() const noexcept
Return const access to the mesh database.
const faMesh & regionMesh() const
Return the region mesh database (demand-driven)
const fvPatch & patch() const noexcept
Return const access to fvPatch.
const word name_
Source name.
Mesh data needed to do the Finite Volume discretisation.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Volume to surface and surface to volume mapping.
A class for handling words, derived from Foam::string.