Go to the documentation of this file.
59 #ifndef partialSlipFvPatchField_H
60 #define partialSlipFvPatchField_H
74 class partialSlipFvPatchField
76 public transformFvPatchField<Type>
206 virtual void operator+=(
const fvPatchField<Type>&) {}
207 virtual void operator-=(
const fvPatchField<Type>&) {}
208 virtual void operator*=(
const fvPatchField<scalar>&) {}
209 virtual void operator/=(
const fvPatchField<scalar>&) {}
211 virtual void operator+=(
const Field<Type>&) {}
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
virtual const scalarField & valueFraction() const
scalarField valueFraction_
Fraction (0-1) of value used for boundary condition.
virtual void operator=(const Type &)
virtual void operator-=(const Type &)
A class for managing temporary objects.
virtual void operator*=(const scalar)
virtual void operator-=(const fvPatchField< Type > &)
partialSlipFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void operator/=(const fvPatchField< scalar > &)
virtual void operator-=(const Field< Type > &)
virtual void operator=(const UList< Type > &)
virtual void operator*=(const fvPatchField< scalar > &)
virtual void operator+=(const Field< Type > &)
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
virtual scalarField & valueFraction()
Pre-declare SubField and related Field type.
virtual void operator/=(const scalar)
virtual void write(Ostream &) const
Write.
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
TypeName("partialSlip")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void operator+=(const Type &)
virtual void operator+=(const fvPatchField< Type > &)
commsTypes
Types of communications.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual void operator=(const fvPatchField< Type > &)
virtual void operator/=(const Field< scalar > &)
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
Foam::fvPatchFieldMapper.
This boundary condition provides a partial slip condition. The amount of slip is controlled by a user...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void operator*=(const Field< scalar > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field.