169#ifndef advectionDiffusionPatchDistMethod_H
170#define advectionDiffusionPatchDistMethod_H
185class advectionDiffusion
222 bool checkAndWriteMesh_;
227 advectionDiffusion(
const advectionDiffusion&) =
delete;
230 void operator=(
const advectionDiffusion&) =
delete;
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
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.
patchDistMethod(const patchDistMethod &)=delete
No copy construct.
const labelHashSet & patchIDs() const
Return the patchIDs.
TypeName("advectionDiffusion")
Runtime type information.
GeometricField< vector, fvPatchField, volMesh > volVectorField
HashSet< label, Hash< label > > labelHashSet
A HashSet of labels, uses label hasher.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.