57 const bool valueRequired
71 const bool mappingRequired
106 typename patchConstructorTable::iterator patchTypeCstrIter =
107 patchConstructorTablePtr_->find(p.type());
109 if (patchTypeCstrIter != patchConstructorTablePtr_->end())
111 return patchTypeCstrIter()
132 template<
class Type2>
138 return NewCalculatedType(pf.
patch());
152 <<
"cannot be called for a calculatedFvPatchField" 153 <<
"\n on patch " << this->patch().name()
154 <<
" of field " << this->internalField().name()
155 <<
" in file " << this->internalField().objectPath()
156 <<
"\n You are probably trying to solve for a field with a " 157 "default boundary condition." 172 <<
"cannot be called for a calculatedFvPatchField" 173 <<
"\n on patch " << this->patch().name()
174 <<
" of field " << this->internalField().name()
175 <<
" in file " << this->internalField().objectPath()
176 <<
"\n You are probably trying to solve for a field with a " 177 "default boundary condition." 189 <<
"cannot be called for a calculatedFvPatchField" 190 <<
"\n on patch " << this->patch().name()
191 <<
" of field " << this->internalField().name()
192 <<
" in file " << this->internalField().objectPath()
193 <<
"\n You are probably trying to solve for a field with a " 194 "default boundary condition." 206 <<
"cannot be called for a calculatedFvPatchField" 207 <<
"\n on patch " << this->patch().name()
208 <<
" of field " << this->internalField().name()
209 <<
" in file " << this->internalField().objectPath()
210 <<
"\n You are probably trying to solve for a field with a " 211 "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.