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