43 tmp<GeometricField<Type, fvPatchField, volMesh>>
49 word nameCurlVf =
"curl(" + vf.
name() +
')';
59 tcurlVf.
ref().rename(nameCurlVf);
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
const word & name() const
Return name.
dimensionedTensor skew(const dimensionedTensor &dt)
T & ref() const
Return non-const reference or generate a fatal error.
Generic GeometricField class.
tmp< GeometricField< Type, fvPatchField, volMesh > > curl(const GeometricField< Type, fvPatchField, volMesh > &vf)
Calculate the gradient of the given field.
Calculate the curl of the given volField by constructing the Hodge-dual of the symmetric part of the ...
A class for handling words, derived from string.
A class for managing temporary objects.