Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Multicut Piecewise-Linear Interface Calculation (MPLIC) corrected scheme is a surface interpolation s...
Piecewise-Linear Interface Calculation (PLIC) corrected scheme is a surface interpolation scheme for ...
virtual tmp< surfaceScalarField > interpolate(const volScalarField &vf) const
Return the face-interpolate of the given cell field.
PLIC(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
Construct from faceFlux and Istream.
tmp< surfaceInterpolationScheme< scalar > > tScheme_
Base scheme to which the compression is applied.
const surfaceScalarField & phi_
void operator=(const PLIC &)=delete
Disallow default bitwise assignment.
TypeName("PLIC")
Runtime type information.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for surface interpolation schemes.
const fvMesh & mesh() const
Return mesh reference.
static tmp< surfaceInterpolationScheme< scalar > > New(const fvMesh &mesh, Istream &schemeData)
Return new tmp interpolation scheme.
A class for managing temporary objects.