123 const scalar cutValue
129 return subFaceCentre_;
141 return subFacePoints_;
147 return surfacePoints_;
A 1D vector of objects of type <T> that resizes itself as necessary to accept the new objects.
cutFaceIso(const fvMesh &mesh, scalarField &f)
Construct from fvMesh and a scalarField.
label calcSubFace(const label faceI, const scalar cutValue)
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.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
vector point
Point is a vector.