57 const bool valueRequired
71 const bool mappingRequired
96 typename patchConstructorTable::iterator patchTypeCstrIter =
97 patchConstructorTablePtr_->find(p.type());
99 if (patchTypeCstrIter != patchConstructorTablePtr_->end())
101 return patchTypeCstrIter()
122 template<
class Type2>
128 return NewCalculatedType(pf.
patch());
142 <<
"cannot be called for a calculatedFvPatchField" 143 <<
"\n on patch " << this->patch().name()
144 <<
" of field " << this->internalField().name()
145 <<
" in file " << this->internalField().objectPath()
146 <<
"\n You are probably trying to solve for a field with a " 147 "default boundary condition." 162 <<
"cannot be called for a calculatedFvPatchField" 163 <<
"\n on patch " << this->patch().name()
164 <<
" of field " << this->internalField().name()
165 <<
" in file " << this->internalField().objectPath()
166 <<
"\n You are probably trying to solve for a field with a " 167 "default boundary condition." 179 <<
"cannot be called for a calculatedFvPatchField" 180 <<
"\n on patch " << this->patch().name()
181 <<
" of field " << this->internalField().name()
182 <<
" in file " << this->internalField().objectPath()
183 <<
"\n You are probably trying to solve for a field with a " 184 "default boundary condition." 196 <<
"cannot be called for a calculatedFvPatchField" 197 <<
"\n on patch " << this->patch().name()
198 <<
" of field " << this->internalField().name()
199 <<
" in file " << this->internalField().objectPath()
200 <<
"\n You are probably trying to solve for a field with a " 201 "default boundary condition."
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.
tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
static const word & calculatedType()
Return the type of the calculated for of fvPatchField.
A class for handling words, derived from string.
Foam::fvPatchFieldMapper.
This boundary condition is not designed to be evaluated; it is assumed that the value is assigned via...
void write(std::ostream &os, const bool binary, List< floatScalar > &fField)
Write floats ascii or binary.
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
errorManip< error > abort(error &err)
const fvPatch & patch() const
Return patch.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
calculatedFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
static tmp< fvPatchField< Type > > NewCalculatedType(const fvPatch &)
Return a pointer to a new calculatedFvPatchField created on.
A class for managing temporary objects.