Cyclic patch for Arbitrarily Coupled Mesh Interface (ACMI). More...
Public Member Functions | |
TypeName ("cyclicACMI") | |
cyclicACMIPolyPatch (const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType, const transformType transform=UNKNOWN, const word &defaultAMIMethod=faceAreaWeightAMI::typeName) | |
cyclicACMIPolyPatch (const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm, const word &patchType, const word &defaultAMIMethod=faceAreaWeightAMI::typeName) | |
cyclicACMIPolyPatch (const cyclicACMIPolyPatch &, const polyBoundaryMesh &) | |
cyclicACMIPolyPatch (const cyclicACMIPolyPatch &pp, const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart, const word &nbrPatchName, const word &nonOverlapPatchName) | |
cyclicACMIPolyPatch (const cyclicACMIPolyPatch &pp, const polyBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const label newStart) | |
virtual autoPtr< polyPatch > | clone (const polyBoundaryMesh &bm) const |
virtual autoPtr< polyPatch > | clone (const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart) const |
virtual autoPtr< polyPatch > | clone (const polyBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const label newStart) const |
virtual | ~cyclicACMIPolyPatch ()=default |
virtual void | newInternalProcFaces (label &, label &) const |
virtual refPtr< labelListList > | mapCollocatedFaces () const |
virtual const cyclicACMIPolyPatch & | neighbPatch () const |
const word & | nonOverlapPatchName () const |
virtual label | nonOverlapPatchID () const |
const polyPatch & | nonOverlapPatch () const |
polyPatch & | nonOverlapPatch () |
const scalarField & | mask () const |
virtual const scalarField & | srcMask () const |
virtual const scalarField & | tgtMask () const |
virtual void | initOrder (PstreamBuffers &, const primitivePatch &) const |
virtual bool | order (PstreamBuffers &, const primitivePatch &, labelList &faceMap, labelList &rotation) const |
virtual void | write (Ostream &) const |
virtual bool | updateAreas () const |
bool | upToDate (const regIOobject &) const |
void | setUpToDate (regIOobject &) const |
![]() | |
TypeName ("cyclicAMI") | |
cyclicAMIPolyPatch (const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType, const transformType transform=UNKNOWN, const word &defaultAMIMethod=faceAreaWeightAMI::typeName) | |
cyclicAMIPolyPatch (const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm, const word &patchType, const word &defaultAMIMethod=faceAreaWeightAMI::typeName) | |
cyclicAMIPolyPatch (const cyclicAMIPolyPatch &, const polyBoundaryMesh &) | |
cyclicAMIPolyPatch (const cyclicAMIPolyPatch &pp, const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart, const word &nbrPatchName) | |
cyclicAMIPolyPatch (const cyclicAMIPolyPatch &pp, const polyBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const label newStart) | |
virtual | ~cyclicAMIPolyPatch ()=default |
virtual const labelUList & | nbrCells () const |
virtual label | neighbPolyPatchID () const |
virtual bool | masterImplicit () const |
bool | canResetAMI () const |
bool | createAMIFaces () const |
bool | updatingAMI () const |
virtual bool | changeTopology () const |
virtual bool | setTopology (polyTopoChange &topoChange) |
virtual bool | coupled () const |
const word & | neighbPatchName () const |
virtual label | neighbPatchID () const |
scalar | fraction () const |
virtual bool | owner () const |
label | periodicPatchID () const |
const AMIPatchToPatchInterpolation & | AMI () const |
const scalarListList & | weights () const |
const scalarField & | weightsSum () const |
bool | applyLowWeightCorrection () const |
vectorField & | faceAreas0 () const |
vectorField & | faceCentres0 () const |
const vector & | rotationAxis () const |
const point & | rotationCentre () const |
const vector & | separationVector () const |
virtual void | transformPosition (pointField &) const |
virtual void | transformPosition (point &l, const label facei) const |
virtual void | reverseTransformPosition (point &l, const label facei) const |
virtual void | reverseTransformDirection (vector &d, const label facei) const |
template<class Type > | |
tmp< Field< Type > > | interpolate (const Field< Type > &fld, const UList< Type > &defaultValues=UList< Type >()) const |
template<class Type > | |
tmp< Field< Type > > | interpolate (const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues=UList< Type >()) const |
template<class Type > | |
tmp< Field< Type > > | interpolateUntransformed (const Field< Type > &fld, const UList< Type > &defaultValues) const |
template<class Type , class CombineOp > | |
void | interpolate (const UList< Type > &fld, const CombineOp &cop, List< Type > &result, const UList< Type > &defaultValues=UList< Type >()) const |
virtual void | calcGeometry (const primitivePatch &referPatch, const pointField &thisCtrs, const vectorField &thisAreas, const pointField &thisCc, const pointField &nbrCtrs, const vectorField &nbrAreas, const pointField &nbrCc) |
label | pointFace (const label facei, const vector &n, point &p) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | interpolateUntransformed (const Field< Type > &fld, const UList< Type > &defaultValues) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | interpolate (const Field< Type > &fld, const UList< Type > &defaultValues) const |
template<class Type > | |
Foam::tmp< Foam::Field< Type > > | interpolate (const tmp< Field< Type >> &tFld, const UList< Type > &defaultValues) const |
![]() | |
TypeName ("coupled") | |
coupledPolyPatch (const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType, const transformType transform) | |
coupledPolyPatch (const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm, const word &patchType) | |
coupledPolyPatch (const coupledPolyPatch &, const polyBoundaryMesh &bm) | |
coupledPolyPatch (const coupledPolyPatch &, const labelList &faceCells) | |
coupledPolyPatch (const coupledPolyPatch &pp, const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart) | |
coupledPolyPatch (const coupledPolyPatch &pp, const polyBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const label newStart) | |
virtual | ~coupledPolyPatch () |
virtual bool | neighbour () const |
virtual transformType | transform () const |
virtual transformType & | transform () |
virtual bool | separated () const |
virtual const vectorField & | separation () const |
virtual bool | parallel () const |
virtual const tensorField & | forwardT () const |
virtual const tensorField & | reverseT () const |
virtual const boolList & | collocated () const |
scalar | matchTolerance () const |
![]() | |
TypeName ("patch") | |
declareRunTimeSelectionTable (autoPtr, polyPatch, word,(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType),(name, size, start, index, bm, patchType)) | |
declareRunTimeSelectionTable (autoPtr, polyPatch, dictionary,(const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm, const word &patchType),(name, dict, index, bm, patchType)) | |
polyPatch (const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType) | |
polyPatch (const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &physicalType, const wordList &inGroups) | |
polyPatch (const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm, const word &patchType) | |
polyPatch (const polyPatch &, const polyBoundaryMesh &) | |
polyPatch (const polyPatch &pp, const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart) | |
polyPatch (const polyPatch &pp, const polyBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const label newStart) | |
polyPatch (const polyPatch &p) | |
polyPatch (const polyPatch &p, const labelList &faceCells) | |
virtual autoPtr< polyPatch > | clone (const labelList &faceCells) const |
virtual | ~polyPatch () |
virtual word | neighbRegionID () const |
label | offset () const |
label | start () const |
labelRange | range () const |
const polyBoundaryMesh & | boundaryMesh () const |
template<class T > | |
const UIndirectList< T > | patchInternalList (const UList< T > &internalValues) const |
template<class T > | |
const List< T >::subList | patchSlice (const UList< T > &l) const |
template<class T > | |
const Field< T >::subField | patchSlice (const Field< T > &l) const |
const vectorField::subField | faceCentres () const |
const vectorField::subField | faceAreas () const |
tmp< vectorField > | faceCellCentres () const |
tmp< scalarField > | areaFraction () const |
const labelUList & | faceCells () const |
const labelList & | meshEdges () const |
virtual void | clearAddressing () |
label | whichFace (const label l) const |
void | operator= (const polyPatch &) |
![]() | |
patchIdentifier (const patchIdentifier &)=default | |
patchIdentifier & | operator= (const patchIdentifier &)=default |
virtual | ~patchIdentifier ()=default |
patchIdentifier () | |
patchIdentifier (const word &name, const label index) | |
patchIdentifier (const word &name, const label index, const word &physicalType, const wordList &inGroups=wordList()) | |
patchIdentifier (const word &name, const dictionary &dict, const label index) | |
patchIdentifier (const patchIdentifier &ident, const label index) | |
const word & | name () const noexcept |
word & | name () noexcept |
label | index () const noexcept |
label & | index () noexcept |
const word & | physicalType () const noexcept |
word & | physicalType () noexcept |
const wordList & | inGroups () const noexcept |
wordList & | inGroups () noexcept |
bool | inGroup (const word &name) const |
void | write (Ostream &os) const |
![]() | |
PrimitivePatch (const FaceList &faces, const PointField &points) | |
PrimitivePatch (FaceList &&faces, const PointField &points) | |
PrimitivePatch (FaceList &faces, PointField &points, const bool reuse) | |
PrimitivePatch (const PrimitivePatch< FaceList, PointField > &pp) | |
virtual | ~PrimitivePatch () |
void | clearOut () |
void | clearGeom () |
void | clearTopology () |
void | clearPatchMeshAddr () |
void | swap (PrimitivePatch &)=delete |
const Field< point_type > & | points () const noexcept |
label | nFaces () const noexcept |
label | nPoints () const |
label | nEdges () const |
const edgeList & | edges () const |
const edgeList::subList | internalEdges () const |
const edgeList::subList | boundaryEdges () const |
label | nInternalEdges () const |
label | nBoundaryEdges () const |
bool | isInternalEdge (const label edgei) const |
const labelList & | boundaryPoints () const |
const labelListList & | faceFaces () const |
const labelListList & | edgeFaces () const |
const labelListList & | faceEdges () const |
const labelListList & | pointEdges () const |
const labelListList & | pointFaces () const |
const List< face_type > & | localFaces () const |
labelList | boundaryFaces () const |
labelList | uniqBoundaryFaces () const |
const labelList & | meshPoints () const |
const Map< label > & | meshPointMap () const |
const Field< point_type > & | localPoints () const |
const labelList & | localPointOrder () const |
label | whichPoint (const label gp) const |
edge | meshEdge (const label edgei) const |
edge | meshEdge (const edge &e) const |
label | findEdge (const edge &e) const |
labelList | meshEdges (const edgeList &allEdges, const labelListList &cellEdges, const labelList &faceCells) const |
labelList | meshEdges (const edgeList &allEdges, const labelListList &pointEdges) const |
label | meshEdge (const label edgei, const edgeList &allEdges, const labelListList &pointEdges) const |
labelList | meshEdges (const labelUList &edgeLabels, const edgeList &allEdges, const labelListList &pointEdges) const |
const Field< point_type > & | faceCentres () const |
const Field< point_type > & | faceAreas () const |
const Field< scalar > & | magFaceAreas () const |
const Field< point_type > & | faceNormals () const |
const Field< point_type > & | pointNormals () const |
bool | hasFaceAreas () const |
bool | hasFaceCentres () const |
bool | hasFaceNormals () const |
bool | hasPointNormals () const |
bool | hasBoundaryPoints () const |
bool | hasFaceFaces () const |
bool | hasEdgeFaces () const |
bool | hasFaceEdges () const |
bool | hasPointEdges () const |
bool | hasPointFaces () const |
bool | hasMeshPointMap () const |
template<class ToPatch > | |
List< objectHit > | projectPoints (const ToPatch &targetPatch, const Field< point_type > &projectionDirection, const intersection::algorithm=intersection::FULL_RAY, const intersection::direction=intersection::VECTOR) const |
template<class ToPatch > | |
List< objectHit > | projectFaceCentres (const ToPatch &targetPatch, const Field< point_type > &projectionDirection, const intersection::algorithm=intersection::FULL_RAY, const intersection::direction=intersection::VECTOR) const |
const labelListList & | edgeLoops () const |
surfaceTopo | surfaceType () const |
bool | checkTopology (const bool report=false, labelHashSet *setPtr=nullptr) const |
bool | checkPointManifold (const bool report=false, labelHashSet *setPtr=nullptr) const |
virtual void | movePoints (const Field< point_type > &) |
void | operator= (const PrimitivePatch< FaceList, PointField > &rhs) |
void | operator= (PrimitivePatch< FaceList, PointField > &&rhs) |
label | whichEdge (const edge &e) const |
template<class ToPatch > | |
Foam::List< Foam::objectHit > | projectPoints (const ToPatch &targetPatch, const Field< typename Foam::PrimitivePatch< FaceList, PointField >::point_type > &projectionDirection, const intersection::algorithm alg, const intersection::direction dir) const |
template<class ToPatch > | |
Foam::List< Foam::objectHit > | projectFaceCentres (const ToPatch &targetPatch, const Field< typename Foam::PrimitivePatch< FaceList, PointField >::point_type > &projectionDirection, const intersection::algorithm alg, const intersection::direction dir) const |
![]() | |
ClassName ("PrimitivePatch") | |
PrimitivePatchBase ()=default | |
Static Public Member Functions | |
static scalar | tolerance () |
![]() | |
static scalarField | calcFaceTol (const UList< face > &faces, const pointField &points, const pointField &faceCentres) |
![]() | |
static autoPtr< polyPatch > | New (const word &patchType, const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm) |
static autoPtr< polyPatch > | New (const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm) |
static autoPtr< polyPatch > | New (const word &patchType, const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm) |
static bool | constraintType (const word &pt) |
static wordList | constraintTypes () |
![]() | |
static word | defaultName (const label n=-1) |
Protected Member Functions | |
void | reportCoverage (const word &name, const scalarField &weightSum) const |
virtual void | resetAMI (const UList< point > &points) const |
virtual void | resetAMI () const |
virtual void | scalePatchFaceAreas () |
virtual void | scalePatchFaceAreas (const cyclicACMIPolyPatch &acmipp, const scalarField &mask, const vectorList &faceArea, const vectorList &noFaceArea) |
virtual void | initGeometry (PstreamBuffers &) |
virtual void | calcGeometry (PstreamBuffers &) |
virtual void | initMovePoints (PstreamBuffers &pBufs, const pointField &) |
virtual void | movePoints (PstreamBuffers &pBufs, const pointField &) |
virtual void | initUpdateMesh (PstreamBuffers &) |
virtual void | updateMesh (PstreamBuffers &) |
virtual void | clearGeom () |
![]() | |
virtual bool | removeAMIFaces (polyTopoChange &topoChange) |
virtual bool | addAMIFaces (polyTopoChange &topoChange) |
virtual void | setAMIFaces () |
virtual void | restoreScaledGeometry () |
const autoPtr< searchableSurface > & | surfPtr () const |
autoPtr< coordSystem::cylindrical > | cylindricalCS () const |
virtual void | calcTransforms () |
![]() | |
void | calcTransformTensors (const vectorField &Cf, const vectorField &Cr, const vectorField &nf, const vectorField &nr, const scalarField &smallDist, const scalar absTol, const transformType=UNKNOWN) const |
![]() | |
virtual void | movePoints (const Field< point_type > &) |
Cyclic patch for Arbitrarily Coupled Mesh Interface (ACMI).
Mixes cyclicAMI behaviour with non-coupled patch behaviour using the overlap area fraction. The non-coupled patch is specified through the nonOverlapPatch keyword.
type cyclicACMI; neighbourPatch ACMI2_couple; // cyclicAMI neighbour patch nonOverlapPatch ACMI1_blockage; // patch for uncoupled faces
Optional time-dependent scaling (PatchFunction1) scale table ( (0.00 1.0) (0.02 1.0) (0.0201 0.0) );
Definition at line 74 of file cyclicACMIPolyPatch.H.
cyclicACMIPolyPatch | ( | const word & | name, |
const label | size, | ||
const label | start, | ||
const label | index, | ||
const polyBoundaryMesh & | bm, | ||
const word & | patchType, | ||
const transformType | transform = UNKNOWN , |
||
const word & | defaultAMIMethod = faceAreaWeightAMI::typeName |
||
) |
Definition at line 505 of file cyclicACMIPolyPatch.C.
cyclicACMIPolyPatch | ( | const word & | name, |
const dictionary & | dict, | ||
const label | index, | ||
const polyBoundaryMesh & | bm, | ||
const word & | patchType, | ||
const word & | defaultAMIMethod = faceAreaWeightAMI::typeName |
||
) |
Definition at line 554 of file cyclicACMIPolyPatch.C.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::name().
cyclicACMIPolyPatch | ( | const cyclicACMIPolyPatch & | pp, |
const polyBoundaryMesh & | bm | ||
) |
Definition at line 605 of file cyclicACMIPolyPatch.C.
cyclicACMIPolyPatch | ( | const cyclicACMIPolyPatch & | pp, |
const polyBoundaryMesh & | bm, | ||
const label | index, | ||
const label | newSize, | ||
const label | newStart, | ||
const word & | nbrPatchName, | ||
const word & | nonOverlapPatchName | ||
) |
Definition at line 644 of file cyclicACMIPolyPatch.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::name().
cyclicACMIPolyPatch | ( | const cyclicACMIPolyPatch & | pp, |
const polyBoundaryMesh & | bm, | ||
const label | index, | ||
const labelUList & | mapAddressing, | ||
const label | newStart | ||
) |
Definition at line 696 of file cyclicACMIPolyPatch.C.
|
virtualdefault |
|
protected |
Definition at line 151 of file cyclicACMIPolyPatch.C.
References Foam::endl(), Foam::Info, Foam::name(), Foam::reduce(), Foam::returnReduce(), and Foam::sum().
Reimplemented from cyclicAMIPolyPatch.
Definition at line 264 of file cyclicACMIPolyPatch.C.
References Foam::abort(), primitiveMesh::clearCellGeom(), Foam::expressions::patchExpr::debug, DebugPout, Foam::endl(), Foam::FatalError, FatalErrorInFunction, primitiveMesh::hasCellCentres(), primitiveMesh::hasFaceAreas(), Foam::max(), mesh, boundaryMesh::mesh(), Foam::min(), patchIdentifier::name(), Foam::name(), Foam::nl, Foam::foamVersion::patch, points, Foam::Pout, cyclicAMIPolyPatch::resetAMI(), AMIInterpolation::srcWeightsSum(), and AMIInterpolation::tgtWeightsSum().
|
protectedvirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 258 of file cyclicACMIPolyPatch.C.
|
protectedvirtual |
Definition at line 346 of file cyclicACMIPolyPatch.C.
References polyPatch::faceAreas(), boundaryMesh::mesh(), and cyclicACMIPolyPatch::nonOverlapPatch().
Referenced by cyclicACMIPolyPatch::updateAreas().
|
protectedvirtual |
Definition at line 180 of file cyclicACMIPolyPatch.C.
References DebugPout, Foam::endl(), polyPatch::faceAreas(), forAll, Foam::max(), Foam::min(), patchIdentifier::name(), Foam::nl, cyclicACMIPolyPatch::nonOverlapPatch(), Foam::sum(), WarningInFunction, cyclicAMIPolyPatch::weights(), and cyclicAMIPolyPatch::weightsSum().
|
protectedvirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 387 of file cyclicACMIPolyPatch.C.
References DebugPout, Foam::endl(), cyclicAMIPolyPatch::initGeometry(), and Foam::name().
|
protectedvirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 405 of file cyclicACMIPolyPatch.C.
References cyclicAMIPolyPatch::calcGeometry(), DebugPout, Foam::endl(), and Foam::name().
|
protectedvirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 414 of file cyclicACMIPolyPatch.C.
References DebugPout, Foam::endl(), cyclicAMIPolyPatch::initMovePoints(), Foam::name(), and p.
|
protectedvirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 434 of file cyclicACMIPolyPatch.C.
References DebugPout, Foam::endl(), cyclicAMIPolyPatch::movePoints(), Foam::name(), and p.
|
protectedvirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 446 of file cyclicACMIPolyPatch.C.
References DebugPout, Foam::endl(), cyclicAMIPolyPatch::initUpdateMesh(), and Foam::name().
|
protectedvirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 454 of file cyclicACMIPolyPatch.C.
References DebugPout, Foam::endl(), Foam::name(), and cyclicAMIPolyPatch::updateMesh().
|
protectedvirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 462 of file cyclicACMIPolyPatch.C.
References cyclicAMIPolyPatch::clearGeom(), DebugPout, Foam::endl(), and Foam::name().
TypeName | ( | "cyclicACMI" | ) |
|
inlinevirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 240 of file cyclicACMIPolyPatch.H.
|
inlinevirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 248 of file cyclicACMIPolyPatch.H.
References patchIdentifier::index(), and cyclicAMIPolyPatch::neighbPatchName().
|
inlinevirtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 273 of file cyclicACMIPolyPatch.H.
References patchIdentifier::index().
|
virtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 737 of file cyclicACMIPolyPatch.C.
References forAll.
|
virtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 772 of file cyclicACMIPolyPatch.C.
References forAll, and List::setSize().
|
virtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 795 of file cyclicACMIPolyPatch.C.
References Foam::endl(), Foam::name(), and WarningInFunction.
Referenced by cyclicACMIPolyPatch::updateAreas().
|
inline |
Definition at line 23 of file cyclicACMIPolyPatchI.H.
|
virtual |
Definition at line 813 of file cyclicACMIPolyPatch.C.
References Foam::exit(), polyPatch::faceAreas(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::mag(), patchIdentifier::name(), Foam::name(), Foam::nl, and Foam::type().
Referenced by cyclicACMIFvPatch::nonOverlapPatchID().
|
inline |
Definition at line 29 of file cyclicACMIPolyPatchI.H.
Referenced by particle< Type >::hitCyclicACMIPatch(), cyclicACMIPolyPatch::scalePatchFaceAreas(), and cyclicACMIPolyPatch::updateAreas().
|
inline |
|
inline |
Definition at line 47 of file cyclicACMIPolyPatchI.H.
Referenced by assemblyFaceAreaPairGAMGAgglomeration::assemblyFaceAreaPairGAMGAgglomeration(), cyclicACMIFvPatchField< Type >::fixesValue(), particle< Type >::hitCyclicACMIPatch(), and AMIWeights::writeWeightField().
|
virtual |
Definition at line 470 of file cyclicACMIPolyPatch.C.
|
virtual |
Definition at line 486 of file cyclicACMIPolyPatch.C.
|
inlinestatic |
Definition at line 58 of file cyclicACMIPolyPatchI.H.
Referenced by assemblyFaceAreaPairGAMGAgglomeration::assemblyFaceAreaPairGAMGAgglomeration(), particle< Type >::hitCyclicACMIPatch(), and cyclicACMIFvPatch::makeWeights().
|
virtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 880 of file cyclicACMIPolyPatch.C.
References cyclicAMIPolyPatch::initOrder().
|
virtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 890 of file cyclicACMIPolyPatch.C.
References Foam::faceMap(), and cyclicAMIPolyPatch::order().
|
virtual |
Reimplemented from cyclicAMIPolyPatch.
Definition at line 901 of file cyclicACMIPolyPatch.C.
References os(), cyclicAMIPolyPatch::write(), and Ostream::writeEntry().
|
virtual |
Definition at line 39 of file cyclicACMIPolyPatch.C.
References polyPatch::boundaryMesh(), cyclicAMIPolyPatch::createAMIFaces_, Foam::expressions::patchExpr::debug, Foam::endl(), regIOobject::eventNo(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::gAverage(), Foam::max(), mesh, polyBoundaryMesh::mesh(), Foam::min(), patchIdentifier::name(), cyclicACMIPolyPatch::neighbPatch(), cyclicACMIPolyPatch::nonOverlapPatch(), cyclicAMIPolyPatch::owner(), Foam::Pout, cyclicACMIPolyPatch::scalePatchFaceAreas(), regIOobject::setUpToDate(), cyclicAMIPolyPatch::tolerance_, and WarningInFunction.
Referenced by cyclicACMIFvPatch::updateAreas().
bool upToDate | ( | const regIOobject & | io | ) | const |
Definition at line 135 of file cyclicACMIPolyPatch.C.
References regIOobject::upToDate().
Referenced by cyclicACMIFvPatch::updateAreas().
void setUpToDate | ( | regIOobject & | io | ) | const |
Definition at line 144 of file cyclicACMIPolyPatch.C.
References regIOobject::setUpToDate().
Referenced by cyclicACMIFvPatch::updateAreas().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.