Go to the documentation of this file.
111 if (!this->updated())
113 this->updateCoeffs();
121 label faceID = edgeFaces[
edgeID];
122 const_cast<Field<scalar>&
>(this->primitiveField())[faceID] =
123 pTraits<scalar>::zero;
163 return this->
patch().deltaCoeffs()*(*this);
171 this->writeEntry(
"value",
os);
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
virtual void write(Ostream &) const
A class for managing temporary objects.
virtual void write(Ostream &) const
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
#define notImplemented(functionName)
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
void operator=(const Field< Type > &)
virtual tmp< Field< Type > > gradientInternalCoeffs() const
A traits class, which is primarily used for primitives.
fileName::Type type(const fileName &name, const bool followLink=true)
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
This BC provides a clamped BC. It sets zero fixe value and zeroGradient.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
UList< label > labelUList
A UList of labels.
clampedPlateFaPatchField(const faPatch &, const DimensionedField< Type, areaMesh > &)
Finite area patch class. Used for 2-D non-Euclidian finite area method.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void operator=(const UList< Type > &)