Go to the documentation of this file.
57 #ifndef fixedNormalSlipFvPatchField_H
58 #define fixedNormalSlipFvPatchField_H
72 class fixedNormalSlipFvPatchField
74 public transformFvPatchField<Type>
205 virtual void operator+=(
const fvPatchField<Type>&) {}
206 virtual void operator-=(
const fvPatchField<Type>&) {}
207 virtual void operator*=(
const fvPatchField<scalar>&) {}
208 virtual void operator/=(
const fvPatchField<scalar>&) {}
210 virtual void operator+=(
const Field<Type>&) {}
virtual void write(Ostream &) const
Write.
virtual void operator*=(const scalar)
TypeName("fixedNormalSlip")
Runtime type information.
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
virtual const Field< Type > & fixedValue() const
virtual void operator-=(const Type &)
A class for managing temporary objects.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field.
virtual void operator/=(const scalar)
virtual void operator/=(const Field< scalar > &)
virtual void operator=(const Type &)
virtual void operator-=(const Field< Type > &)
virtual Field< Type > & fixedValue()
fixedNormalSlipFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual void operator*=(const Field< scalar > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual tmp< fvPatchField< Type > > clone() const
Construct and return a clone.
virtual void operator*=(const fvPatchField< scalar > &)
A list of keyword definitions, which are a keyword followed by any number of values (e....
This boundary condition sets the patch-normal component to a fixed value.
virtual void operator+=(const Type &)
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
virtual void operator=(const fvPatchField< Type > &)
commsTypes
Types of communications.
Field< Type > fixedValue_
Value the normal component of which the boundary is set to.
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
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 UList< Type > &)
Foam::fvPatchFieldMapper.
virtual void operator/=(const fvPatchField< scalar > &)
virtual void operator+=(const Field< Type > &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void operator-=(const fvPatchField< Type > &)