165 #ifndef advectionDiffusionPatchDistMethod_H 166 #define advectionDiffusionPatchDistMethod_H 174 namespace patchDistMethods
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const advectionDiffusion &)=delete
Disallow default bitwise assignment.
advectionDiffusion(const dictionary &dict, const fvMesh &mesh, const labelHashSet &patchIDs)
Construct from coefficients dictionary, mesh.
virtual bool correct(volScalarField &y)
Correct the given distance-to-patch field.
const labelHashSet & patchIDs() const
Return the patchIDs.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("advectionDiffusion")
Runtime type information.
Specialisation of patchDist for wall distance calculation.
Calculation of approximate distance to nearest patch for all cells and boundary by solving the Eikona...