Calculates the overlap volume of two cells using tetrahedral decomposition. More...
Public Member Functions | |
| ClassName ("tetOverlapVolume") | |
| Runtime type information. More... | |
| tetOverlapVolume ()=default | |
| Default construct. More... | |
| labelList | overlappingCells (const polyMesh &meshA, const polyMesh &meshB, const label cellBI) const |
| Return a list of cells in meshA which overlaps with cellBI in meshB. More... | |
| bool | cellCellOverlapMinDecomp (const primitiveMesh &meshA, const label cellAI, const primitiveMesh &meshB, const label cellBI, const treeBoundBox &cellBbB, const scalar threshold=0.0) const |
| Return true if overlap volume is greater than threshold. More... | |
| scalar | cellCellOverlapVolumeMinDecomp (const primitiveMesh &meshA, const label cellAI, const primitiveMesh &meshB, const label cellBI, const treeBoundBox &cellBbB) const |
| Calculates the overlap volume. More... | |
| Tuple2< scalar, point > | cellCellOverlapMomentMinDecomp (const primitiveMesh &meshA, const label cellAI, const primitiveMesh &meshB, const label cellBI, const treeBoundBox &cellBbB) const |
| Calculates the overlap volume and moment. More... | |
Calculates the overlap volume of two cells using tetrahedral decomposition.
Definition at line 53 of file tetOverlapVolume.H.
|
default |
Default construct.
| ClassName | ( | "tetOverlapVolume" | ) |
Runtime type information.
| Foam::labelList overlappingCells | ( | const polyMesh & | meshA, |
| const polyMesh & | meshB, | ||
| const label | cellBI | ||
| ) | const |
Return a list of cells in meshA which overlaps with cellBI in meshB.
Definition at line 133 of file tetOverlapVolume.C.
References primitiveMesh::cellPoints(), polyMesh::cellTree(), and polyMesh::points().

| bool cellCellOverlapMinDecomp | ( | const primitiveMesh & | meshA, |
| const label | cellAI, | ||
| const primitiveMesh & | meshB, | ||
| const label | cellBI, | ||
| const treeBoundBox & | cellBbB, | ||
| const scalar | threshold = 0.0 |
||
| ) | const |
Return true if overlap volume is greater than threshold.
Definition at line 57 of file tetOverlapVolume.C.
| Foam::scalar cellCellOverlapVolumeMinDecomp | ( | const primitiveMesh & | meshA, |
| const label | cellAI, | ||
| const primitiveMesh & | meshB, | ||
| const label | cellBI, | ||
| const treeBoundBox & | cellBbB | ||
| ) | const |
Calculates the overlap volume.
Definition at line 82 of file tetOverlapVolume.C.
Referenced by meshToMeshMethod::interVol().

| Foam::Tuple2< Foam::scalar, Foam::point > cellCellOverlapMomentMinDecomp | ( | const primitiveMesh & | meshA, |
| const label | cellAI, | ||
| const primitiveMesh & | meshB, | ||
| const label | cellBI, | ||
| const treeBoundBox & | cellBbB | ||
| ) | const |
Calculates the overlap volume and moment.
Definition at line 108 of file tetOverlapVolume.C.
Referenced by meshToMeshMethod::interVolAndCentroid().
