89 if constexpr (!is_rotational_vectorspace_v<Type>)
96 tmp<vectorField> nHat = this->
patch().edgeNormals();
98 const auto& dc = this->
patch().deltaCoeffs();
100 const Field<Type> pif(this->patchInternalField());
114 if (!this->updated())
116 this->updateCoeffs();
119 if constexpr (!is_rotational_vectorspace_v<Type>)
122 this->extrapolateInternal();
126 tmp<vectorField> nHat = this->
patch().edgeNormals();
128 const Field<Type> pif(this->patchInternalField());
130 Field<Type>::operator=
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
void diag(pointPatchField< vector > &, const pointPatchField< tensor > &)
static const Identity< scalar > I
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::buffered)
Evaluate the patch field.
void cmptMag(FieldField< Field, Type > &cf, const FieldField< Field, Type > &f)
refinementData transform(const tensor &, const refinementData val)
No-op rotational transform for base types.
Finite area patch class. Used for 2-D non-Euclidian finite area method.
string evaluate(label fieldWidth, const std::string &s, size_t pos=0, size_t len=std::string::npos)
String evaluation with specified (positive, non-zero) field width.
basicSymmetryFaPatchField(const faPatch &, const DimensionedField< Type, areaMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const std::string patch
OpenFOAM patch number as a std::string.
::Foam::direction rank(const expressions::valueTypeCode) noexcept
The vector-space rank associated with given valueTypeCode.
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...
A class for managing temporary objects.
A FieldMapper for finite-area patch fields.
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.