

Public Member Functions | |
| TypeName ("preservePatches") | |
| Runtime type information. More... | |
| preservePatchesConstraint (const dictionary &constraintsDict, const word &type) | |
| Construct with generic dictionary with optional entry for type. More... | |
| preservePatchesConstraint (const wordReList &patches) | |
| Construct from components. More... | |
| virtual | ~preservePatchesConstraint () |
| Destructor. More... | |
| virtual void | add (const polyMesh &mesh, boolList &blockedFace, PtrList< labelList > &specifiedProcessorFaces, labelList &specifiedProcessor, List< labelPair > &explicitConnections) const |
| Add my constraints to list of constraints. More... | |
| virtual void | apply (const polyMesh &mesh, const boolList &blockedFace, const PtrList< labelList > &specifiedProcessorFaces, const labelList &specifiedProcessor, const List< labelPair > &explicitConnections, labelList &decomposition) const |
| Apply any additional post-decomposition constraints. More... | |
Public Member Functions inherited from decompositionConstraint | |
| TypeName ("decompositionConstraint") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, decompositionConstraint, dictionary,(const dictionary &constraintsDict, const word &type),(constraintsDict, type)) | |
| decompositionConstraint (const dictionary &constraintsDict, const word &type) | |
| Construct with generic dictionary with optional entry for type. More... | |
| virtual | ~decompositionConstraint () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from decompositionConstraint | |
| static autoPtr< decompositionConstraint > | New (const dictionary &constraintsDict, const word &type) |
| Return a reference to the selected decompositionConstraint. More... | |
Protected Attributes inherited from decompositionConstraint | |
| dictionary | coeffDict_ |
| Model coefficients dictionary. More... | |
Definition at line 53 of file preservePatchesConstraint.H.
| preservePatchesConstraint | ( | const dictionary & | constraintsDict, |
| const word & | type | ||
| ) |
Construct with generic dictionary with optional entry for type.
Definition at line 52 of file preservePatchesConstraint.C.
References Foam::endl(), Foam::Info, and Foam::type().

| preservePatchesConstraint | ( | const wordReList & | patches | ) |
Construct from components.
Definition at line 71 of file preservePatchesConstraint.C.
References preservePatchesConstraint::add(), Foam::endl(), Foam::Info, and Foam::type().

|
inlinevirtual |
Destructor.
Definition at line 84 of file preservePatchesConstraint.H.
References preservePatchesConstraint::add(), preservePatchesConstraint::apply(), and mesh.

| TypeName | ( | "preservePatches" | ) |
Runtime type information.
|
virtual |
Add my constraints to list of constraints.
Implements decompositionConstraint.
Definition at line 90 of file preservePatchesConstraint.C.
References preservePatchesConstraint::apply(), polyMesh::boundaryMesh(), Foam::endl(), forAll, Foam::Info, primitiveMesh::nFaces(), polyBoundaryMesh::patchSet(), Foam::reduce(), List< T >::setSize(), HashTable< T, Key, Hash >::sortedToc(), polyPatch::start(), syncTools::syncFaceList(), and Foam::type().
Referenced by preservePatchesConstraint::preservePatchesConstraint(), and preservePatchesConstraint::~preservePatchesConstraint().


|
virtual |
Apply any additional post-decomposition constraints.
Reimplemented from decompositionConstraint.
Definition at line 131 of file preservePatchesConstraint.C.
References polyMesh::boundaryMesh(), Foam::endl(), polyPatch::faceCells(), forAll, Foam::Info, Foam::labelMax, primitiveMesh::nFaces(), primitiveMesh::nInternalFaces(), patchi, polyBoundaryMesh::patchSet(), Foam::reduce(), HashTable< T, Key, Hash >::sortedToc(), polyPatch::start(), syncTools::syncBoundaryFaceList(), and Foam::type().
Referenced by preservePatchesConstraint::add(), and preservePatchesConstraint::~preservePatchesConstraint().


1.8.11