41 #ifndef limiterBlended_H 42 #define limiterBlended_H 145 blendingFactor*tScheme1_().weights(vf)
146 + (scalar(1) - blendingFactor)*tScheme2_().weights(vf);
160 blendingFactor*tScheme1_().interpolate(vf)
161 + (scalar(1) - blendingFactor)*tScheme2_().interpolate(vf);
168 return tScheme1_().corrected() || tScheme2_().corrected();
193 + (scalar(1) - blendingFactor)
210 (scalar(1) - blendingFactor)
tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the interpolation weighting factors.
void operator=(const limiterBlended &)=delete
Disallow default bitwise assignment.
virtual tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > correction(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the explicit correction to the face-interpolate.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the face-interpolate of the given cell field.
limiterBlended(const fvMesh &mesh, Istream &is)
Construct from mesh and Istream.
virtual bool corrected() const
Return true if this scheme uses an explicit correction.
static tmp< surfaceInterpolationScheme< Type > > New(const fvMesh &mesh, Istream &schemeData)
Return new tmp interpolation scheme.
void limiter(surfaceScalarField &lambda, const RdeltaTType &rDeltaT, const RhoType &rho, const volScalarField &psi, const surfaceScalarField &phiBD, const surfaceScalarField &phiCorr, const SpType &Sp, const SuType &Su, const PsiMaxType &psiMax, const PsiMinType &psiMin)
Blends two specified schemes using the limiter function provided by a limitedSurfaceInterpolationSche...
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for limited surface interpolation schemes.
A class for managing temporary objects.
Abstract base class for surface interpolation schemes.
TypeName("limiterBlended")
Runtime type information.