72 const bool valueRequired
101 template<
class Type2>
107 typename patchConstructorTable::iterator patchTypeCstrIter =
108 patchConstructorTablePtr_->find(pf.
patch().type());
110 if (patchTypeCstrIter != patchConstructorTablePtr_->end())
112 return patchTypeCstrIter()
142 "calculatedFvPatchField<Type>::"
143 "valueInternalCoeffs(const tmp<scalarField>&) const"
145 "valueInternalCoeffs cannot be called for a calculatedFvPatchField"
146 <<
"\n on patch " << this->patch().name()
147 <<
" of field " << this->dimensionedInternalField().name()
148 <<
" in file " << this->dimensionedInternalField().objectPath()
149 <<
"\n You are probably trying to solve for a field with a "
150 "default boundary condition."
165 "calculatedFvPatchField<Type>::"
166 "valueBoundaryCoeffs(const tmp<scalarField>&) const"
168 "valueBoundaryCoeffs cannot be called for a calculatedFvPatchField"
169 <<
"\n on patch " << this->patch().name()
170 <<
" of field " << this->dimensionedInternalField().name()
171 <<
" in file " << this->dimensionedInternalField().objectPath()
172 <<
"\n You are probably trying to solve for a field with a "
173 "default boundary condition."
184 "calculatedFvPatchField<Type>::"
185 "gradientInternalCoeffs() const"
187 "gradientInternalCoeffs cannot be called for a "
188 "calculatedFvPatchField"
189 <<
"\n on patch " << this->patch().name()
190 <<
" of field " << this->dimensionedInternalField().name()
191 <<
" in file " << this->dimensionedInternalField().objectPath()
192 <<
"\n You are probably trying to solve for a field with a "
193 "default boundary condition."
204 "calculatedFvPatchField<Type>::"
205 "gradientBoundaryCoeffs() const"
207 "gradientBoundaryCoeffs cannot be called for a "
208 "calculatedFvPatchField"
209 <<
"\n on patch " << this->patch().name()
210 <<
" of field " << this->dimensionedInternalField().name()
211 <<
" in file " << this->dimensionedInternalField().objectPath()
212 <<
"\n You are probably trying to solve for a field with a "
213 "default boundary condition."
225 this->writeEntry(
"value", os);