70 const bool valueRequired
105 typename patchConstructorTable::iterator patchTypeCstrIter =
106 patchConstructorTablePtr_->find(p.type());
108 if (patchTypeCstrIter != patchConstructorTablePtr_->end())
110 return patchTypeCstrIter()
131 template<
class Type2>
137 return NewCalculatedType(pf.
patch());
152 "calculatedFvPatchField<Type>::" 153 "valueInternalCoeffs(const tmp<scalarField>&) const" 155 "valueInternalCoeffs cannot be called for a calculatedFvPatchField" 156 <<
"\n on patch " << this->patch().name()
159 <<
"\n You are probably trying to solve for a field with a " 160 "default boundary condition." 176 "calculatedFvPatchField<Type>::" 177 "valueBoundaryCoeffs(const tmp<scalarField>&) const" 179 "valueBoundaryCoeffs cannot be called for a calculatedFvPatchField" 180 <<
"\n on patch " << this->patch().name()
183 <<
"\n You are probably trying to solve for a field with a " 184 "default boundary condition." 197 "calculatedFvPatchField<Type>::" 198 "gradientInternalCoeffs() const" 200 "gradientInternalCoeffs cannot be called for a " 201 "calculatedFvPatchField" 202 <<
"\n on patch " << this->patch().name()
205 <<
"\n You are probably trying to solve for a field with a " 206 "default boundary condition." 219 "calculatedFvPatchField<Type>::" 220 "gradientBoundaryCoeffs() const" 222 "gradientBoundaryCoeffs cannot be called for a " 223 "calculatedFvPatchField" 224 <<
"\n on patch " << this->patch().name()
227 <<
"\n You are probably trying to solve for a field with a " 228 "default boundary condition." 239 this->writeEntry(
"value", os);
This boundary condition is not designed to be evaluated; it is assmued that the value is assigned via...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for handling words, derived from string.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Foam::fvPatchFieldMapper.
static const word & calculatedType()
Return the type of the calculated for of fvPatchField.
calculatedFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) 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...
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
static tmp< fvPatchField< Type > > NewCalculatedType(const fvPatch &)
Return a pointer to a new calculatedFvPatchField created on.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
rDeltaT dimensionedInternalField()
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void write(Ostream &) const
Write.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
const fvPatch & patch() const
Return patch.
A class for managing temporary objects.
tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.