40 #ifndef mixedFaPatchField_H 41 #define mixedFaPatchField_H 158 virtual const Field<Type>&
refValue()
const 175 return valueFraction_;
180 return valueFraction_;
243 virtual void operator+=(
const faPatchField<Type>&) {}
244 virtual void operator-=(
const faPatchField<Type>&) {}
245 virtual void operator*=(
const faPatchField<scalar>&) {}
246 virtual void operator/=(
const faPatchField<scalar>&) {}
248 virtual void operator+=(
const Field<Type>&) {}
249 virtual void operator-=(
const Field<Type>&) {}
251 virtual void operator*=(
const Field<scalar>&) {}
252 virtual void operator/=(
const Field<scalar>&) {}
"blocking" : (MPI_Bsend, MPI_Recv)
commsTypes
Types of communications.
virtual void operator=(const UList< Type > &)
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual void operator-=(const faPatchField< Type > &)
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
virtual bool fixesValue() const
Return true if this patch field fixes a value.
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
faPatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cover...
virtual void operator/=(const faPatchField< scalar > &)
virtual Field< Type > & refValue()
Generic templated field type.
virtual scalarField & valueFraction()
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.
virtual void autoMap(const faPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void rmap(const faPatchField< Type > &, const labelList &)
Reverse map the given faPatchField onto this faPatchField.
virtual void operator+=(const faPatchField< Type > &)
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field.
Finite area patch class. Used for 2-D non-Euclidian finite area method.
virtual void operator*=(const faPatchField< scalar > &)
mixedFaPatchField(const faPatch &, const DimensionedField< Type, areaMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void write(Ostream &) const
Write.
virtual tmp< faPatchField< Type > > clone() const
Construct and return a clone.
A class for managing temporary objects.
A FieldMapper for finite-area patch fields.
virtual Field< Type > & refGrad()
TypeName("mixed")
Runtime type information.