Processor patch. More...
Public Member Functions | |
TypeName (processorPolyPatch::typeName_()) | |
processorFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm) | |
virtual label | comm () const |
virtual int | myProcNo () const |
virtual int | neighbProcNo () const |
virtual int | tag () const |
virtual bool | coupled () const |
const processorPolyPatch & | procPolyPatch () const |
virtual bool | parallel () const |
virtual const tensorField & | forwardT () const |
virtual const tensorField & | reverseT () const |
virtual tmp< vectorField > | delta () const |
virtual tmp< labelField > | interfaceInternalField (const labelUList &internalData) const |
virtual tmp< labelField > | interfaceInternalField (const labelUList &internalData, const labelUList &faceCells) const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &internalData) const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF, const labelUList &faceCells) const |
virtual tmp< labelField > | internalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &internalData) const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, labelUList &iF) const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, labelUList &iF, const labelUList &faceCell) const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF, const labelUList &faceCells) const |
![]() | |
TypeName (coupledPolyPatch::typeName_()) | |
coupledFvPatch (const polyPatch &patch, const fvBoundaryMesh &bm) | |
virtual | ~coupledFvPatch () |
virtual const labelUList & | faceCells () const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, labelUList &iF) const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, labelUList &iF, const labelUList &faceCell) const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF) const |
virtual void | initInternalFieldTransfer (const Pstream::commsTypes commsType, const labelUList &iF, const labelUList &faceCells) const |
![]() | |
TypeName ("lduInterface") | |
lduInterface ()=default | |
virtual | ~lduInterface ()=default |
![]() | |
virtual void | makeDeltaCoeffs (scalarField &) const |
virtual void | makeNonOrthoDeltaCoeffs (scalarField &) const |
virtual void | makeNonOrthoCorrVectors (vectorField &) const |
virtual void | initMovePoints () |
virtual void | movePoints () |
TypeName (polyPatch::typeName_()) | |
declareRunTimeSelectionTable (autoPtr, fvPatch, polyPatch,(const polyPatch &patch, const fvBoundaryMesh &bm),(patch, bm)) | |
fvPatch (const polyPatch &, const fvBoundaryMesh &) | |
virtual | ~fvPatch () |
const polyPatch & | patch () const |
virtual const word & | name () const |
virtual label | start () const |
virtual label | size () const |
label | index () const |
const fvBoundaryMesh & | boundaryMesh () const |
template<class T > | |
const List< T >::subList | patchSlice (const List< T > &l) const |
const vectorField & | Cf () const |
tmp< vectorField > | Cn () const |
const vectorField & | Sf () const |
const scalarField & | magSf () const |
tmp< vectorField > | nf () const |
const scalarField & | weights () const |
const scalarField & | deltaCoeffs () const |
template<class Type > | |
tmp< Field< Type > > | patchInternalField (const UList< Type > &) const |
template<class Type > | |
tmp< Field< Type > > | patchInternalField (const UList< Type > &, const labelUList &faceCells) const |
template<class Type > | |
void | patchInternalField (const UList< Type > &, Field< Type > &) const |
template<class GeometricField , class Type > | |
const GeometricField::Patch & | patchField (const GeometricField &) const |
template<class GeometricField , class Type > | |
const GeometricField::Patch & | lookupPatchField (const word &name, const GeometricField *=nullptr, const Type *=nullptr) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | patchInternalField (const UList< Type > &f) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | patchInternalField (const UList< Type > &f, const labelUList &faceCells) const |
![]() | |
TypeName ("processorLduInterface") | |
processorLduInterface ()=default | |
virtual | ~processorLduInterface ()=default |
template<class Type > | |
void | send (const Pstream::commsTypes commsType, const UList< Type > &f) const |
template<class Type > | |
void | receive (const Pstream::commsTypes commsType, UList< Type > &f) const |
template<class Type > | |
tmp< Field< Type > > | receive (const Pstream::commsTypes commsType, const label size) const |
template<class Type > | |
void | compressedSend (const Pstream::commsTypes commsType, const UList< Type > &f) const |
template<class Type > | |
void | compressedReceive (const Pstream::commsTypes commsType, UList< Type > &f) const |
template<class Type > | |
tmp< Field< Type > > | compressedReceive (const Pstream::commsTypes commsType, const label size) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | receive (const Pstream::commsTypes commsType, const label size) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | compressedReceive (const Pstream::commsTypes commsType, const label size) const |
Protected Member Functions | |
void | makeWeights (scalarField &) const |
Additional Inherited Members | |
![]() | |
typedef fvBoundaryMesh | BoundaryMesh |
![]() | |
static autoPtr< fvPatch > | New (const polyPatch &, const fvBoundaryMesh &) |
static const fvPatch & | lookupPatch (const polyPatch &p) |
static bool | constraintType (const word &pt) |
static wordList | constraintTypes () |
|
inline |
Definition at line 76 of file processorFvPatch.H.
|
protectedvirtual |
Implements coupledFvPatch.
Definition at line 37 of file processorFvPatch.C.
References coupledFvPatch::delta(), Foam::mag(), processorPolyPatch::neighbFaceAreas(), processorPolyPatch::neighbFaceCellCentres(), processorPolyPatch::neighbFaceCentres(), fvPatch::nf(), and UPstream::parRun().
TypeName | ( | processorPolyPatch::typeName_() | ) |
|
inlinevirtual |
Implements processorLduInterface.
Definition at line 86 of file processorFvPatch.H.
References processorPolyPatch::comm().
Referenced by processorFvPatchField< Type >::comm().
|
inlinevirtual |
Implements processorLduInterface.
Definition at line 92 of file processorFvPatch.H.
References processorPolyPatch::myProcNo().
Referenced by processorFvPatchField< Type >::myProcNo().
|
inlinevirtual |
Implements processorLduInterface.
Definition at line 98 of file processorFvPatch.H.
References processorPolyPatch::neighbProcNo().
Referenced by processorFvPatchField< Type >::neighbProcNo().
|
inlinevirtual |
Implements processorLduInterface.
Reimplemented in processorCyclicFvPatch.
Definition at line 104 of file processorFvPatch.H.
References UPstream::msgType().
|
inlinevirtual |
Reimplemented from coupledFvPatch.
Definition at line 110 of file processorFvPatch.H.
References UPstream::parRun().
|
inline |
Definition at line 115 of file processorFvPatch.H.
|
inlinevirtual |
Implements coupledFvPatch.
Reimplemented in processorCyclicFvPatch.
Definition at line 121 of file processorFvPatch.H.
References coupledPolyPatch::parallel().
Referenced by processorFvPatchField< Type >::doTransform().
|
inlinevirtual |
Implements coupledFvPatch.
Reimplemented in processorCyclicFvPatch.
Definition at line 127 of file processorFvPatch.H.
References coupledPolyPatch::forwardT().
Referenced by processorFvPatchField< Type >::forwardT().
|
inlinevirtual |
Implements coupledFvPatch.
Reimplemented in processorCyclicFvPatch.
Definition at line 133 of file processorFvPatch.H.
References coupledPolyPatch::reverseT().
|
virtual |
Implements coupledFvPatch.
Definition at line 63 of file processorFvPatch.C.
References coupledFvPatch::delta(), UPstream::parRun(), and Foam::transform().
|
virtual |
Implements coupledFvPatch.
Definition at line 99 of file processorFvPatch.C.
|
virtual |
Implements coupledFvPatch.
Definition at line 108 of file processorFvPatch.C.
|
virtual |
Reimplemented from lduInterface.
Definition at line 118 of file processorFvPatch.C.
|
virtual |
Reimplemented from lduInterface.
Definition at line 128 of file processorFvPatch.C.
|
virtual |
Implements coupledFvPatch.
Definition at line 139 of file processorFvPatch.C.
|
inline |
Definition at line 142 of file coupledFvPatch.H.
|
inline |
Definition at line 150 of file coupledFvPatch.H.
|
inline |
Definition at line 96 of file lduInterface.H.
|
inline |
Definition at line 105 of file lduInterface.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.