55 #ifndef partialSlipFvPatchField_H
56 #define partialSlipFvPatchField_H
70 class partialSlipFvPatchField
72 public transformFvPatchField<Type>
165 return valueFraction_;
170 return valueFraction_;
199 virtual void operator+=(
const fvPatchField<Type>&) {}
200 virtual void operator-=(
const fvPatchField<Type>&) {}
201 virtual void operator*=(
const fvPatchField<scalar>&) {}
202 virtual void operator/=(
const fvPatchField<scalar>&) {}
204 virtual void operator+=(
const Field<Type>&) {}
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
commsTypes
Types of communications.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
tmp< fvPatchField< Type > > clone() const
Disallow clone without setting internal field reference.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition provides a partial slip condition. The amount of slip is controlled by a user...
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field.
virtual void write(Ostream &) const
Write.
partialSlipFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void operator+=(const fvPatchField< Type > &)
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
virtual void operator/=(const fvPatchField< scalar > &)
virtual void operator*=(const fvPatchField< scalar > &)
virtual void operator-=(const fvPatchField< Type > &)
virtual void operator=(const UList< Type > &)
virtual void reset(const fvPatchField< Type > &)
Reset the fvPatchField to the given fvPatchField.
virtual bool assignable() const
Return false: this patch field is not altered by assignment.
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
virtual scalarField & valueFraction()
virtual void map(const fvPatchField< Type > &, const fieldMapper &)
Map the given fvPatchField onto this fvPatchField.
TypeName("partialSlip")
Runtime type information.
A class for managing temporary objects.
Field< scalar > scalarField
Specialisation of Field<T> for scalar.