128 return subFaceCentre_;
140 return subFacePoints_;
146 return surfacePoints_;
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
cutFacePLIC(const fvMesh &mesh)
Construct from fvMesh and a scalarField.
label calcSubFace(const label faceI, const vector &normal, const vector &base)
Calculate cut points along edges of faceI.
const vector & subFaceArea() const noexcept
Returns area vector of cutted face.
void clearStorage()
Resets internal variables.
const DynamicList< point > & surfacePoints() const noexcept
Returns point of the face in sorted of cutted face.
const DynamicList< point > & subFacePoints() const noexcept
Returns the cut edge of the cutted face.
const point & subFaceCentre() const noexcept
Returns centre of cutted face.
cutFace(const fvMesh &mesh)
Construct from fvMesh.
Mesh data needed to do the Finite Volume discretisation.
vector point
Point is a vector.