Cyclic-plane patch. More...
Public Member Functions | |
TypeName (cyclicPolyPatch::typeName_()) | |
Runtime type information. More... | |
cyclicFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm) | |
Construct from polyPatch. More... | |
const cyclicPolyPatch & | cyclicPatch () const |
Return local reference cast into the cyclic patch. More... | |
virtual label | nbrPatchID () const |
Return neighbour. More... | |
virtual bool | owner () const |
Does this side own the patch ? More... | |
virtual const cyclicFvPatch & | nbrPatch () const |
Return processor number. More... | |
virtual const transformer & | transform () const |
Return transformation between the coupled patches. More... | |
const cyclicFvPatch & | neighbFvPatch () const |
virtual tmp< vectorField > | delta () const |
Return delta (P to N) vectors across coupled patch. More... | |
virtual tmp< labelField > | interfaceInternalField (const labelUList &internalData) const |
Return the values of the given internal data adjacent to. More... | |
virtual tmp< labelField > | internalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &internalData) const |
Return neighbour field. More... | |
Public Member Functions inherited from coupledFvPatch | |
TypeName (coupledPolyPatch::typeName_()) | |
Runtime type information. More... | |
coupledFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm) | |
Construct from polyPatch. More... | |
virtual | ~coupledFvPatch () |
Destructor. More... | |
virtual bool | coupled () const |
Return true because this patch is coupled. More... | |
virtual bool | neighbour () const |
Does the coupled side own the patch ? More... | |
virtual const labelUList & | faceCells () const |
Return faceCell addressing. More... | |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, labelUList &iF) const |
Initialise neighbour field transfer. More... | |
Public Member Functions inherited from lduInterface | |
TypeName ("lduInterface") | |
Runtime type information. More... | |
lduInterface () | |
Construct null. More... | |
lduInterface (const lduInterface &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~lduInterface () |
Destructor. More... | |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const |
Initialise transfer of internal field adjacent to the interface. More... | |
void | operator= (const lduInterface &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from fvPatch | |
TypeName (polyPatch::typeName_()) | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, fvPatch, polyPatch,(const polyPatch &patch, const fvBoundaryMesh &bm),(patch, bm)) | |
fvPatch (const polyPatch &, const fvBoundaryMesh &) | |
Construct from polyPatch and fvBoundaryMesh. More... | |
fvPatch (const fvPatch &) | |
Disallow default bitwise copy construction. More... | |
virtual | ~fvPatch () |
Destructor. More... | |
const polyPatch & | patch () const |
Return the polyPatch. More... | |
virtual const word & | name () const |
Return name. More... | |
virtual label | start () const |
Return start label of this patch in the polyMesh face list. More... | |
virtual label | size () const |
Return size. More... | |
label | index () const |
Return the index of this patch in the fvBoundaryMesh. More... | |
const fvBoundaryMesh & | boundaryMesh () const |
Return boundaryMesh reference. More... | |
const objectRegistry & | db () const |
Return the local object registry. More... | |
template<class T > | |
const List< T >::subList | patchSlice (const List< T > &l) const |
Slice list to patch. More... | |
const vectorField & | Cf () const |
Return face centres. More... | |
tmp< vectorField > | Cn () const |
Return neighbour cell centres. More... | |
const vectorField & | Sf () const |
Return face area vectors. More... | |
const scalarField & | magSf () const |
Return face area magnitudes. More... | |
tmp< vectorField > | nf () const |
Return face normals. More... | |
const scalarField & | weights () const |
Return patch weighting factors. More... | |
const scalarField & | deltaCoeffs () const |
Return the face - cell distance coeffient. More... | |
template<class Type > | |
tmp< Field< Type > > | patchInternalField (const UList< Type > &) const |
Return given internal field next to patch as patch field. More... | |
template<class Type > | |
void | patchInternalField (const UList< Type > &, Field< Type > &) const |
Return given internal field next to patch as patch field. More... | |
template<class GeometricField , class Type > | |
const GeometricField::Patch & | patchField (const GeometricField &) const |
Return the corresponding patchField of the named field. More... | |
template<class GeometricField , class Type > | |
GeometricField::Patch & | patchField (GeometricField &) const |
Return the corresponding patchField reference of the named field. More... | |
template<class GeometricField , class Type > | |
const GeometricField::Patch & | lookupPatchField (const word &name) const |
Lookup and return the patchField of the named field from the. More... | |
void | operator= (const fvPatch &) |
Disallow default bitwise assignment. More... | |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | patchInternalField (const UList< Type > &f) const |
Public Member Functions inherited from cyclicLduInterface | |
TypeName ("cyclicLduInterface") | |
Runtime type information. More... | |
virtual | ~cyclicLduInterface () |
Destructor. More... | |
Protected Member Functions | |
void | makeWeights (scalarField &) const |
Make patch weighting factors. More... | |
Protected Member Functions inherited from coupledFvPatch | |
void | makeWeights (scalarField &w, const vectorField &nbrSf, const vectorField &nbrDelta) const |
Make patch weighting factors. More... | |
tmp< vectorField > | delta (const vectorField &nbrDelta) const |
Return delta (P to N) vectors across coupled patch. More... | |
Protected Member Functions inherited from fvPatch | |
virtual void | initMovePoints () |
Initialise the patches for moving points. More... | |
virtual void | movePoints () |
Correct patches after moving points. More... | |
Additional Inherited Members | |
Public Types inherited from fvPatch | |
typedef fvBoundaryMesh | BoundaryMesh |
Static Public Member Functions inherited from fvPatch | |
static autoPtr< fvPatch > | New (const polyPatch &, const fvBoundaryMesh &) |
Return a pointer to a new patch created on freestore from polyPatch. More... | |
static bool | constraintType (const word &pt) |
Return true if the given type is a constraint type. More... | |
static wordList | constraintTypes () |
Return a list of all the constraint patch types. More... | |
|
inline |
Construct from polyPatch.
Definition at line 78 of file cyclicFvPatch.H.
|
protectedvirtual |
Make patch weighting factors.
Implements coupledFvPatch.
Reimplemented in nonConformalCyclicFvPatch.
Definition at line 42 of file cyclicFvPatch.C.
References coupledFvPatch::delta(), and coupledFvPatch::makeWeights().
TypeName | ( | cyclicPolyPatch::typeName_() | ) |
Runtime type information.
|
inline |
Return local reference cast into the cyclic patch.
Definition at line 90 of file cyclicFvPatch.H.
|
inlinevirtual |
Return neighbour.
Implements cyclicLduInterface.
Definition at line 96 of file cyclicFvPatch.H.
References cyclicPolyPatch::nbrPatchID().
Referenced by domainDecomposition::procFaceAddressingBf().
|
inlinevirtual |
Does this side own the patch ?
Reimplemented from coupledFvPatch.
Definition at line 101 of file cyclicFvPatch.H.
References cyclicPolyPatch::owner().
Referenced by fvMeshStitcher::connect(), Foam::meshEdge(), and domainDecomposition::procFaceAddressingBf().
|
inlinevirtual |
Return processor number.
Implements cyclicLduInterface.
Reimplemented in nonConformalCyclicFvPatch.
Definition at line 107 of file cyclicFvPatch.H.
References fvPatch::boundaryMesh(), and cyclicPolyPatch::nbrPatchID().
Referenced by FvFaceCellWave< Type, TrackingData >::handleCyclicPatches(), and nonConformalCyclicFvPatch::nbrPatch().
|
inlinevirtual |
Return transformation between the coupled patches.
Implements coupledFvPatch.
Definition at line 116 of file cyclicFvPatch.H.
References cyclicPolyPatch::transform().
Referenced by FvFaceCellWave< Type, TrackingData >::handleCyclicPatches(), and cyclicFvPatchField< Type >::transform().
|
inline |
Definition at line 121 of file cyclicFvPatch.H.
References fvPatch::boundaryMesh(), cyclicFvPatch::delta(), cyclicFvPatch::interfaceInternalField(), cyclicFvPatch::internalFieldTransfer(), and cyclicPolyPatch::nbrPatchID().
|
virtual |
Return delta (P to N) vectors across coupled patch.
Implements coupledFvPatch.
Reimplemented in nonConformalCyclicFvPatch.
Definition at line 55 of file cyclicFvPatch.C.
References coupledFvPatch::delta(), and cyclicFvPatch::interfaceInternalField().
Referenced by cyclicFvPatch::neighbFvPatch().
|
virtual |
Return the values of the given internal data adjacent to.
the interface as a field
Implements coupledFvPatch.
Definition at line 62 of file cyclicFvPatch.C.
References cyclicFvPatch::internalFieldTransfer().
Referenced by cyclicFvPatch::delta(), and cyclicFvPatch::neighbFvPatch().
|
virtual |
Return neighbour field.
Implements coupledFvPatch.
Definition at line 71 of file cyclicFvPatch.C.
Referenced by cyclicFvPatch::interfaceInternalField(), and cyclicFvPatch::neighbFvPatch().