Go to the documentation of this file.
77 const bool valueRequired
118 *(this->patchNeighbourField() - this->patchInternalField());
125 if (!this->updated())
127 this->updateCoeffs();
135 if (!this->updated())
137 this->updateCoeffs();
142 this->
patch().weights()*this->patchInternalField()
143 + (1.0 - this->
patch().weights())*this->patchNeighbourField()
199 return -this->gradientInternalCoeffs(deltaCoeffs);
208 return -this->gradientInternalCoeffs();
216 this->writeEntry(
"value",
os);
coupledFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
A class for managing temporary objects.
An abstract base class for implicitly-coupled interfaces e.g. processor and cyclic patches.
friend Ostream & operator(Ostream &, const Field< Type > &)
virtual void initEvaluate(const Pstream::commsTypes commsType)
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
virtual tmp< Field< Type > > gradientInternalCoeffs() const
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual void evaluate(const Pstream::commsTypes commsType)
An abstract base class for implicitly-coupled interface fields e.g. processor and cyclic patch fields...
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Abstract base class for coupled patches.
A traits class, which is primarily used for primitives.
void write(vtk::formatter &fmt, const Type &val, const label n=1)
Foam::fvPatchFieldMapper.
const fvPatch & patch() const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual tmp< Field< Type > > snGrad() const
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
virtual void write(Ostream &) const
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
string evaluate(label fieldWidth, const std::string &s, size_t pos=0, size_t len=std::string::npos)