65 applied_[fieldi] =
true;
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
bool active_
Source active flag.
const word & name() const noexcept
Return const access to the source name.
const dictionary & coeffs() const noexcept
Return dictionary.
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.
bool active() const noexcept
True if source is active.
dictionary coeffs_
Dictionary containing source coefficients.
const fvMesh & mesh() const noexcept
Return const access to the mesh database.
const word name_
Source name.
A class for handling words, derived from Foam::string.