Provides local cell addressing for geometry and data for MPLIC class. More...
Public Member Functions | |
| MPLICcellStorage (const primitiveMesh &mesh, const scalarField &pointsAlpha, const vectorField &pointsU, const scalar cellAlpha, const vector &cellU, const label celli) | |
| Construct from components. More... | |
| const pointField & | points () const |
| Return reference to mesh points. More... | |
| const faceList & | faces () const |
| Return reference to the mesh faces. More... | |
| const edgeList & | edges () const |
| Return reference to the mesh edges. More... | |
| const labelListList & | faceEdges () const |
| Return reference to the mesh face edges. More... | |
| const labelList & | cellPoints () const |
| Return reference to the cell points. More... | |
| const labelList & | cellFaces () const |
| Return reference to face list. More... | |
| const labelList & | cellEdges () const |
| Return reference to cell edges. More... | |
| const boolList & | isOwner () const |
| Return isOwners. More... | |
| const scalarField & | pointsAlpha () const |
| Return point alphas. More... | |
| const vectorField & | pointsU () const |
| Return point velocities. More... | |
| scalar | cellAlpha () const |
| Return cell alpha. More... | |
| const vector & | cellU () const |
| Return cell velocity. More... | |
| scalar | V () const |
| Return cell volume. More... | |
| const vector & | C () const |
| Return cell centre. More... | |
| const UIndirectList< vector > & | Sf () const |
| Return face surface area vectors. More... | |
| const UIndirectList< vector > & | Cf () const |
| Return face centres. More... | |
| const UIndirectList< scalar > & | magSf () const |
| Return face areas. More... | |
| scalar | cellAlphaMax () const |
| Return maximum point alpha value in the cell. More... | |
| scalar | cellAlphaMin () const |
| Return minimum point alpha value in the cell. More... | |
| const scalarField & | facesAlphaMin () const |
| Return minimum point alpha value on the cell faces. More... | |
| const scalarField & | facesAlphaMax () const |
| Return maximum point alpha value on the cell faces. More... | |
| label | size () const |
| Return number of faces in the the cell. More... | |
Provides local cell addressing for geometry and data for MPLIC class.
Definition at line 50 of file MPLICcellStorage.H.
| MPLICcellStorage | ( | const primitiveMesh & | mesh, |
| const scalarField & | pointsAlpha, | ||
| const vectorField & | pointsU, | ||
| const scalar | cellAlpha, | ||
| const vector & | cellU, | ||
| const label | celli | ||
| ) |
Construct from components.
Definition at line 139 of file MPLICcellStorage.C.
|
inline |
Return reference to mesh points.
Definition at line 30 of file MPLICcellStorageI.H.
|
inline |
Return reference to the mesh faces.
Definition at line 36 of file MPLICcellStorageI.H.
|
inline |
Return reference to the mesh edges.
Definition at line 42 of file MPLICcellStorageI.H.
|
inline |
Return reference to the mesh face edges.
Definition at line 48 of file MPLICcellStorageI.H.
|
inline |
Return reference to the cell points.
Definition at line 53 of file MPLICcellStorageI.H.
|
inline |
Return reference to face list.
Definition at line 59 of file MPLICcellStorageI.H.
|
inline |
Return reference to cell edges.
Definition at line 65 of file MPLICcellStorageI.H.
|
inline |
Return isOwners.
Definition at line 71 of file MPLICcellStorageI.H.
|
inline |
Return point alphas.
Definition at line 77 of file MPLICcellStorageI.H.
|
inline |
Return point velocities.
Definition at line 83 of file MPLICcellStorageI.H.
|
inline |
Return cell alpha.
Definition at line 89 of file MPLICcellStorageI.H.
|
inline |
Return cell velocity.
Definition at line 95 of file MPLICcellStorageI.H.
|
inline |
Return cell volume.
Definition at line 101 of file MPLICcellStorageI.H.
|
inline |
Return cell centre.
Definition at line 107 of file MPLICcellStorageI.H.
|
inline |
Return face surface area vectors.
Definition at line 114 of file MPLICcellStorageI.H.
|
inline |
Return face centres.
Definition at line 121 of file MPLICcellStorageI.H.
|
inline |
Return face areas.
Definition at line 128 of file MPLICcellStorageI.H.
|
inline |
Return maximum point alpha value in the cell.
Definition at line 134 of file MPLICcellStorageI.H.
|
inline |
Return minimum point alpha value in the cell.
Definition at line 140 of file MPLICcellStorageI.H.
|
inline |
Return minimum point alpha value on the cell faces.
Definition at line 146 of file MPLICcellStorageI.H.
|
inline |
Return maximum point alpha value on the cell faces.
Definition at line 152 of file MPLICcellStorageI.H.
|
inline |
Return number of faces in the the cell.
Definition at line 158 of file MPLICcellStorageI.H.