Non-conformal-processor-cyclic Lagrangian patch. More...


Public Member Functions | |
| TypeName (nonConformalProcessorCyclicPolyPatch::typeName_()) | |
| Runtime type information. More... | |
| nonConformalProcessorCyclicLagrangianPatch (const polyPatch &, const LagrangianBoundaryMesh &) | |
| Construct from a patch and a boundary mesh. More... | |
| virtual | ~nonConformalProcessorCyclicLagrangianPatch () |
| Destructor. More... | |
| const nonConformalCyclicLagrangianPatch & | referPatch () const |
| Return a reference to the referred patch. More... | |
| virtual void | initEvaluate (PstreamBuffers &, LagrangianMesh &, const LagrangianInternalScalarDynamicField &fraction) const |
| Initialise evaluation of changes in elements that have tracked to. More... | |
| virtual void | evaluate (PstreamBuffers &, LagrangianMesh &, const LagrangianInternalScalarDynamicField &fraction) const |
| Evaluate changes in elements that have tracked to this patch. More... | |
Public Member Functions inherited from processorCyclicLagrangianPatch | |
| 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... | |
| 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 & | processorPoly () const |
| Return the processor patch. More... | |
| virtual const LagrangianSubMesh & | mesh () const |
| Return the sub-mesh associated with 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 &poly, const LagrangianBoundaryMesh &boundaryMesh),(poly, 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 & | poly () const |
| Return the polyPatch. 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... | |
| const Time & | time () const |
| Return time. 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 &poly, const LagrangianBoundaryMesh &boundaryMesh) |
| Return a pointer to a new LagrangianPatch of specified type. More... | |
| static autoPtr< LagrangianPatch > | New (const polyPatch &poly, 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... | |
Non-conformal-processor-cyclic Lagrangian patch.
Definition at line 51 of file nonConformalProcessorCyclicLagrangianPatch.H.
| nonConformalProcessorCyclicLagrangianPatch | ( | const polyPatch & | poly, |
| const LagrangianBoundaryMesh & | boundaryMesh | ||
| ) |
Construct from a patch and a boundary mesh.
Definition at line 50 of file nonConformalProcessorCyclicLagrangianPatch.C.
|
virtual |
Destructor.
Definition at line 67 of file nonConformalProcessorCyclicLagrangianPatch.C.
| TypeName | ( | nonConformalProcessorCyclicPolyPatch::typeName_() | ) |
Runtime type information.
|
inline |
Return a reference to the referred patch.
Definition at line 87 of file nonConformalProcessorCyclicLagrangianPatch.H.
References LagrangianPatch::boundaryMesh(), and processorCyclicLagrangianPatch::referPatchIndex().

|
virtual |
Initialise evaluation of changes in elements that have tracked to.
this patch
Reimplemented from processorLagrangianPatch.
Definition at line 74 of file nonConformalProcessorCyclicLagrangianPatch.C.
References Foam::units::fraction, mesh, VectorSpace< Form, Cmpt, Ncmpts >::nan, LagrangianSubMesh::sub(), and Foam::toBeRemoved.

|
virtual |
Evaluate changes in elements that have tracked to this patch.
Reimplemented from processorLagrangianPatch.
Definition at line 107 of file nonConformalProcessorCyclicLagrangianPatch.C.
References polyPatch::faceAreas(), polyMesh::faceOwner(), forAll, Foam::units::fraction, Foam::inCell, Foam::tracking::locate(), Foam::magSqr(), mesh, meshSearch::New(), fvMesh::poly(), Foam::tracking::position(), List< T >::size(), Foam::sqr(), and polyPatch::start().
