58 const scalar blendingFactor_;
74 const scalar blendingFactor
78 blendingFactor_(blendingFactor)
125 vf.
name() +
"BlendingFactor",
152 blendingFactor_*this->
mesh().surfaceInterpolation::weights()
virtual ~blended()
Destructor.
const word & name() const
Return name.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
virtual tmp< surfaceScalarField > limiter(const GeometricField< Type, fvPatchField, volMesh > &) const
Return the interpolation limiter.
static tmp< GeometricField< scalar, fvsPatchField, surfaceMesh > > New(const word &name, const Internal &, const PtrList< fvsPatchField< scalar >> &)
Return a temporary field constructed from name,.
TypeName("blended")
Runtime type information.
const dimensionSet dimless
const fvMesh & mesh() const
Return mesh reference.
const surfaceScalarField & faceFlux_
virtual tmp< surfaceScalarField > blendingFactor(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the face-based blending factor.
Base class for blended schemes to provide access to the blending factor surface field.
linear/upwind blended interpolation scheme.
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if successful.
dimensionedScalar pos0(const dimensionedScalar &ds)
void operator=(const blended &)=delete
Disallow default bitwise assignment.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for limited surface interpolation schemes.
A class for managing temporary objects.
blended(const fvMesh &mesh, const surfaceScalarField &faceFlux, const scalar blendingFactor)
Construct from mesh, faceFlux and blendingFactor.
virtual tmp< surfaceScalarField > weights(const GeometricField< Type, fvPatchField, volMesh > &vf) const
Return the interpolation weighting factors.