57 if (!isType<wedgeFvPatch>(this->patch()))
61 "wedgeFvPatchField<Type>::wedgeFvPatchField\n" 63 " const wedgeFvPatchField<Type>& ptf,\n" 64 " const fvPatch& p,\n" 65 " const DimensionedField<Type, volMesh>& iF,\n" 66 " const fvPatchFieldMapper& mapper\n" 68 ) <<
"\n patch type '" << p.type()
69 <<
"' not constraint type '" << typeName <<
"'" 70 <<
"\n for patch " << p.name()
88 if (!isType<wedgeFvPatch>(p))
92 "wedgeFvPatchField<Type>::wedgeFvPatchField\n" 94 " const fvPatch& p,\n" 95 " const Field<Type>& field,\n" 99 ) <<
"\n patch type '" << p.type()
100 <<
"' not constraint type '" << typeName <<
"'" 101 <<
"\n for patch " << p.name()
141 transform(refCast<const wedgeFvPatch>(this->patch()).cellT(), pif) - pif
142 )*(0.5*this->patch().deltaCoeffs());
149 if (!this->updated())
151 this->updateCoeffs();
158 refCast<const wedgeFvPatch>(this->patch()).faceT(),
159 this->patchInternalField()
170 0.5*
diag(
I - refCast<const wedgeFvPatch>(this->patch()).cellT());
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
static const sphericalTensor I(1)
errorManipArg< error, int > exit(error &err, const int errNo=1)
Foam::fvPatchFieldMapper.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field.
void diag(pointPatchField< vector > &, const pointPatchField< tensor > &)
A list of keyword definitions, which are a keyword followed by any number of values (e...
This boundary condition is similar to the cyclic condition, except that it is applied to 2-D geometri...
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
dimensionSet transform(const dimensionSet &)
commsTypes
Types of communications.
Spatial transformation functions for primitive fields.
wedgeFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
3D symmetric tensor transformation operations.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Pre-declare SubField and related Field type.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
rDeltaT dimensionedInternalField()
Traits class for primitives.
Foam::transformFvPatchField.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
#define FatalIOErrorIn(functionName, ios)
Report an error message using Foam::FatalIOError.
A class for managing temporary objects.