Specialisation of patchDist for wall distance calculation. More...
Public Member Functions | |
TypeName ("patchDistMethod") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, patchDistMethod, dictionary,(const dictionary &dict, const fvMesh &mesh, const labelHashSet &patchIDs),(dict, mesh, patchIDs)) | |
patchDistMethod (const fvMesh &mesh, const labelHashSet &patchIDs) | |
Construct from mesh and patch ID set. More... | |
patchDistMethod (const patchDistMethod &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~patchDistMethod () |
Destructor. More... | |
const labelHashSet & | patchIDs () const |
Return the patchIDs. More... | |
virtual bool | movePoints () |
Update cached geometry when the mesh moves. More... | |
virtual void | updateMesh (const mapPolyMesh &) |
Update cached topology and geometry when the mesh changes. More... | |
virtual bool | correct (volScalarField &y)=0 |
Correct the given distance-to-patch field. More... | |
virtual bool | correct (volScalarField &y, volVectorField &n)=0 |
Correct the given distance-to-patch and normal-to-patch fields. More... | |
void | operator= (const patchDistMethod &)=delete |
Disallow default bitwise assignment. More... | |
template<class Type > | |
Foam::wordList | patchTypes (const fvMesh &mesh, const labelHashSet &patchIDs) |
Static Public Member Functions | |
static autoPtr< patchDistMethod > | New (const dictionary &dict, const fvMesh &mesh, const labelHashSet &patchIDs) |
template<class Type > | |
static wordList | patchTypes (const fvMesh &mesh, const labelHashSet &patchIDs) |
Return the patch types for y and n. More... | |
Protected Attributes | |
const fvMesh & | mesh_ |
Reference to the mesh. More... | |
const labelHashSet | patchIDs_ |
Set of patch IDs. More... | |
Specialisation of patchDist for wall distance calculation.
Definition at line 56 of file patchDistMethod.H.
patchDistMethod | ( | const fvMesh & | mesh, |
const labelHashSet & | patchIDs | ||
) |
Construct from mesh and patch ID set.
Definition at line 40 of file patchDistMethod.C.
References patchDistMethod::New().
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 82 of file patchDistMethod.C.
TypeName | ( | "patchDistMethod" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
patchDistMethod | , | ||
dictionary | , | ||
(const dictionary &dict, const fvMesh &mesh, const labelHashSet &patchIDs) | , | ||
(dict, mesh, patchIDs) | |||
) |
|
static |
Definition at line 53 of file patchDistMethod.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), and mesh.
Referenced by patchDistMethod::patchDistMethod().
|
static |
Return the patch types for y and n.
These are fixedValue for the set provided otherwise zero-gradient
|
inline |
Return the patchIDs.
Definition at line 134 of file patchDistMethod.H.
References patchDistMethod::patchIDs_.
|
inlinevirtual |
Update cached geometry when the mesh moves.
Definition at line 140 of file patchDistMethod.H.
|
inlinevirtual |
Update cached topology and geometry when the mesh changes.
Definition at line 146 of file patchDistMethod.H.
References patchDistMethod::correct(), n, patchDistMethod::operator=(), and y.
|
pure virtual |
Correct the given distance-to-patch field.
Implemented in advectionDiffusion, Poisson, and meshWave.
Referenced by patchDistMethod::updateMesh().
|
pure virtual |
Correct the given distance-to-patch and normal-to-patch fields.
Implemented in advectionDiffusion, Poisson, and meshWave.
|
delete |
Disallow default bitwise assignment.
Referenced by patchDistMethod::updateMesh().
Foam::wordList patchTypes | ( | const fvMesh & | mesh, |
const labelHashSet & | patchIDs | ||
) |
Definition at line 32 of file patchDistMethodTemplates.C.
References fvMesh::boundary(), forAllConstIter(), and UPtrList< T >::size().
|
protected |
Reference to the mesh.
Definition at line 64 of file patchDistMethod.H.
|
protected |
Set of patch IDs.
Definition at line 67 of file patchDistMethod.H.
Referenced by patchDistMethod::patchIDs().