processorCyclicLagrangianPatch Class Reference

Processor-cyclic Lagrangian patch. This is used for the patches that interface between processors across cyclic patches in the complete mesh. More...

Inheritance diagram for processorCyclicLagrangianPatch:
Collaboration diagram for processorCyclicLagrangianPatch:

Public Member Functions

 TypeName (processorCyclicPolyPatch::typeName_())
 Runtime type information. More...
 
 processorCyclicLagrangianPatch (const polyPatch &, const LagrangianBoundaryMesh &)
 Construct from a patch and a boundary mesh. More...
 
virtual ~processorCyclicLagrangianPatch ()
 Destructor. More...
 
const processorCyclicPolyPatch & processorCyclicPatch () const
 Return the processorCyclic patch. More...
 
label referPatchIndex () const
 Return the referred patch index. More...
 
const cyclicLagrangianPatch & referPatch () const
 Return a reference to the referred patch. More...
 
const transformer & transform () const
 Return a reference to the referred patch's transform. More...
 
- Public Member Functions inherited from processorLagrangianPatch
 TypeName (processorPolyPatch::typeName_())
 Runtime type information. More...
 
 processorLagrangianPatch (const polyPatch &, const LagrangianBoundaryMesh &)
 Construct from a patch and a boundary mesh. More...
 
virtual ~processorLagrangianPatch ()
 Destructor. More...
 
const processorPolyPatch & processorPatch () const
 Return the processor patch. More...
 
virtual const LagrangianSubMesh & mesh () const
 Return the sub-mesh associated with this patch. More...
 
virtual void initEvaluate (PstreamBuffers &, LagrangianMesh &, const LagrangianScalarInternalDynamicField &fraction) const
 Initialise evaluation of changes in elements that have tracked to. More...
 
virtual void evaluate (PstreamBuffers &, LagrangianMesh &, const LagrangianScalarInternalDynamicField &fraction) const
 Evaluate changes in elements that have tracked to this patch. More...
 
virtual void partition () const
 Update following partitioning of the mesh. More...
 
- Public Member Functions inherited from LagrangianPatch
 TypeName (polyPatch::typeName_())
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, LagrangianPatch, polyPatch,(const polyPatch &patch, const LagrangianBoundaryMesh &boundaryMesh),(patch, boundaryMesh))
 Declare run-time constructor selection tables. More...
 
 LagrangianPatch (const polyPatch &, const LagrangianBoundaryMesh &)
 Construct from a patch and a boundary mesh. More...
 
 LagrangianPatch (const LagrangianPatch &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~LagrangianPatch ()
 Destructor. More...
 
const polyPatch & patch () const
 Return the patch. More...
 
virtual const word & name () const
 Return name. More...
 
virtual bool coupled () const
 Return whether or not this patch is coupled. More...
 
const LagrangianBoundaryMesh & boundaryMesh () const
 Return the boundary mesh. More...
 
const objectRegistry & db () const
 Return the local object registry. More...
 
template<class GeometricField , class Type >
const GeometricField::Patch & lookupPatchField (const word &name)
 Lookup and return the patchField of the named field from the. More...
 
void operator= (const LagrangianPatch &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from LagrangianPatch
static autoPtr< LagrangianPatch > New (const word &type, const polyPatch &patch, const LagrangianBoundaryMesh &boundaryMesh)
 Return a pointer to a new LagrangianPatch of specified type. More...
 
static autoPtr< LagrangianPatch > New (const polyPatch &patch, const LagrangianBoundaryMesh &boundaryMesh)
 Return a pointer to a new LagrangianPatch corresponding to the. More...
 
- Protected Attributes inherited from processorLagrangianPatch
autoPtr< LagrangianSubMesh > receiveMeshPtr_
 The sub-mesh used to append received data. More...
 

Detailed Description

Processor-cyclic Lagrangian patch. This is used for the patches that interface between processors across cyclic patches in the complete mesh.

Source files

Definition at line 52 of file processorCyclicLagrangianPatch.H.

Constructor & Destructor Documentation

◆ processorCyclicLagrangianPatch()

processorCyclicLagrangianPatch ( const polyPatch &  patch,
const LagrangianBoundaryMesh &  boundaryMesh 
)

Construct from a patch and a boundary mesh.

Definition at line 45 of file processorCyclicLagrangianPatch.C.

◆ ~processorCyclicLagrangianPatch()

Destructor.

Definition at line 58 of file processorCyclicLagrangianPatch.C.

Member Function Documentation

◆ TypeName()

TypeName ( processorCyclicPolyPatch::typeName_()  )

Runtime type information.

◆ processorCyclicPatch()

const processorCyclicPolyPatch& processorCyclicPatch ( ) const
inline

Return the processorCyclic patch.

Definition at line 87 of file processorCyclicLagrangianPatch.H.

◆ referPatchIndex()

label referPatchIndex ( ) const
inline

Return the referred patch index.

Definition at line 93 of file processorCyclicLagrangianPatch.H.

References processorCyclicPolyPatch::referPatchIndex().

Referenced by nonConformalProcessorCyclicLagrangianPatch::referPatch(), and processorCyclicLagrangianPatch::referPatch().

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

◆ referPatch()

const cyclicLagrangianPatch& referPatch ( ) const
inline

Return a reference to the referred patch.

Definition at line 99 of file processorCyclicLagrangianPatch.H.

References LagrangianPatch::boundaryMesh(), and processorCyclicLagrangianPatch::referPatchIndex().

Here is the call graph for this function:

◆ transform()

const transformer& transform ( ) const
inline

Return a reference to the referred patch's transform.

Definition at line 109 of file processorCyclicLagrangianPatch.H.

References processorCyclicPolyPatch::transform().

Here is the call graph for this function:

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