Go to the documentation of this file.
113 (patchNeighbourField() - this->patchInternalField())
114 *this->
patch().deltaCoeffs();
121 if (!this->updated())
123 this->updateCoeffs();
133 this->
patch().weights()*this->patchInternalField()
134 + (1.0 - this->
patch().weights())*patchNeighbourField()
173 return -gradientInternalCoeffs();
181 this->writeEntry(
"value",
os);
A class for managing temporary objects.
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches.
virtual void initEvaluate(const Pstream::commsTypes commsType)
friend Ostream & operator(Ostream &, const Field< Type > &)
coupledFaPatchField(const faPatch &, const DimensionedField< Type, areaMesh > &)
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
virtual tmp< Field< Type > > gradientInternalCoeffs() const
virtual void evaluate(const Pstream::commsTypes commsType)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields...
virtual tmp< Field< Type > > snGrad() const
Author Zeljko Tukovic, FMENA Hrvoje Jasak, Wikki Ltd.
A traits class, which is primarily used for primitives.
void write(vtk::formatter &fmt, const Type &val, const label n=1)
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
virtual void write(Ostream &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Finite area patch class. Used for 2-D non-Euclidian finite area method.
const faPatch & patch() const
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...