Public Member Functions | List of all members
preserveFaceZonesConstraint Class Reference
Inheritance diagram for preserveFaceZonesConstraint:
Inheritance graph
[legend]
Collaboration diagram for preserveFaceZonesConstraint:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("preserveFaceZones")
 Runtime type information. More...
 
 preserveFaceZonesConstraint (const dictionary &constraintsDict, const word &type)
 Construct with generic dictionary with optional entry for type. More...
 
 preserveFaceZonesConstraint (const wordReList &zones)
 Construct from components. More...
 
virtual ~preserveFaceZonesConstraint ()
 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< decompositionConstraintNew (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...
 

Detailed Description

Definition at line 53 of file preserveFaceZonesConstraint.H.

Constructor & Destructor Documentation

◆ preserveFaceZonesConstraint() [1/2]

preserveFaceZonesConstraint ( const dictionary constraintsDict,
const word type 
)

Construct with generic dictionary with optional entry for type.

Definition at line 52 of file preserveFaceZonesConstraint.C.

References Foam::endl(), Foam::Info, and Foam::type().

Here is the call graph for this function:

◆ preserveFaceZonesConstraint() [2/2]

Construct from components.

Definition at line 71 of file preserveFaceZonesConstraint.C.

References preserveFaceZonesConstraint::add(), Foam::endl(), Foam::Info, and Foam::type().

Here is the call graph for this function:

◆ ~preserveFaceZonesConstraint()

virtual ~preserveFaceZonesConstraint ( )
inlinevirtual

Destructor.

Definition at line 83 of file preserveFaceZonesConstraint.H.

References preserveFaceZonesConstraint::add(), preserveFaceZonesConstraint::apply(), and mesh.

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "preserveFaceZones"  )

Runtime type information.

◆ add()

void add ( const polyMesh mesh,
boolList blockedFace,
PtrList< labelList > &  specifiedProcessorFaces,
labelList specifiedProcessor,
List< labelPair > &  explicitConnections 
) const
virtual

◆ apply()

void apply ( const polyMesh mesh,
const boolList blockedFace,
const PtrList< labelList > &  specifiedProcessorFaces,
const labelList specifiedProcessor,
const List< labelPair > &  explicitConnections,
labelList decomposition 
) const
virtual

The documentation for this class was generated from the following files: