102 PLIC(mesh, faceFlux, is)
Velocity-weighted Piecewise-Linear Interface Calculation (PLICU) corrected scheme is a surface interp...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
PLICU(const fvMesh &mesh, const surfaceScalarField &faceFlux, Istream &is)
Construct from faceFlux and Istream.
const fvMesh & mesh() const
Return mesh reference.
virtual tmp< surfaceScalarField > interpolate(const volScalarField &vf) const
Return the face-interpolate of the given cell field.
TypeName("PLICU")
Runtime type information.
Piecewise-Linear Interface Calculation (PLIC) corrected scheme is a surface interpolation scheme for ...
Mesh data needed to do the Finite Volume discretisation.
void operator=(const PLICU &)=delete
Disallow default bitwise assignment.
A class for managing temporary objects.