patchDistMethod Class Referenceabstract

Specialisation of patchDist for wall distance calculation. More...

Inheritance diagram for patchDistMethod:
Collaboration diagram for patchDistMethod:

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 labelHashSetpatchIDs () 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< patchDistMethodNew (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 fvMeshmesh_
 Reference to the mesh. More...
 
const labelHashSet patchIDs_
 Set of patch IDs. More...
 

Detailed Description

Specialisation of patchDist for wall distance calculation.

Source files

Definition at line 56 of file patchDistMethod.H.

Constructor & Destructor Documentation

◆ patchDistMethod() [1/2]

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().

Here is the call graph for this function:

◆ patchDistMethod() [2/2]

patchDistMethod ( const patchDistMethod )
delete

Disallow default bitwise copy construction.

◆ ~patchDistMethod()

~patchDistMethod ( )
virtual

Destructor.

Definition at line 82 of file patchDistMethod.C.

Member Function Documentation

◆ TypeName()

TypeName ( "patchDistMethod"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
patchDistMethod  ,
dictionary  ,
(const dictionary &dict, const fvMesh &mesh, const labelHashSet &patchIDs ,
(dict, mesh, patchIDs  
)

◆ New()

Foam::autoPtr< Foam::patchDistMethod > New ( const dictionary dict,
const fvMesh mesh,
const labelHashSet 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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ patchTypes() [1/2]

static wordList patchTypes ( const fvMesh mesh,
const labelHashSet patchIDs 
)
static

Return the patch types for y and n.

These are fixedValue for the set provided otherwise zero-gradient

◆ patchIDs()

const labelHashSet& patchIDs ( ) const
inline

Return the patchIDs.

Definition at line 134 of file patchDistMethod.H.

References patchDistMethod::patchIDs_.

◆ movePoints()

virtual bool movePoints ( )
inlinevirtual

Update cached geometry when the mesh moves.

Definition at line 140 of file patchDistMethod.H.

◆ updateMesh()

virtual void updateMesh ( const mapPolyMesh )
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.

Here is the call graph for this function:

◆ correct() [1/2]

virtual bool correct ( volScalarField y)
pure virtual

Correct the given distance-to-patch field.

Implemented in advectionDiffusion, Poisson, and meshWave.

Referenced by patchDistMethod::updateMesh().

Here is the caller graph for this function:

◆ correct() [2/2]

virtual bool correct ( volScalarField y,
volVectorField n 
)
pure virtual

Correct the given distance-to-patch and normal-to-patch fields.

Implemented in advectionDiffusion, Poisson, and meshWave.

◆ operator=()

void operator= ( const patchDistMethod )
delete

Disallow default bitwise assignment.

Referenced by patchDistMethod::updateMesh().

Here is the caller graph for this function:

◆ patchTypes() [2/2]

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().

Here is the call graph for this function:

Member Data Documentation

◆ mesh_

const fvMesh& mesh_
protected

Reference to the mesh.

Definition at line 64 of file patchDistMethod.H.

◆ patchIDs_

const labelHashSet patchIDs_
protected

Set of patch IDs.

Definition at line 67 of file patchDistMethod.H.

Referenced by patchDistMethod::patchIDs().


The documentation for this class was generated from the following files: