101 #ifndef functionObjects_wallShearStress_H 102 #define functionObjects_wallShearStress_H 113 namespace functionObjects
120 class wallShearStress
122 public fvMeshFunctionObject,
182 virtual bool write();
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
virtual bool read(const dictionary &)
Read the wallShearStress data.
virtual ~wallShearStress()=default
Destructor.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
wallShearStress(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
GeometricField< vector, fvPatchField, volMesh > volVectorField
labelHashSet patchSet_
Optional list of patches to process.
const word & name() const noexcept
Return the name of this functionObject.
virtual bool execute()
Calculate the wall shear-stress.
HashSet< label, Hash< label > > labelHashSet
A HashSet of labels, uses label hasher.
void calcShearStress(const volSymmTensorField &Reff, volVectorField &shearStress)
Calculate the shear-stress.
virtual void writeFileHeader(Ostream &os) const
File header information.
void operator=(const wallShearStress &)=delete
No copy assignment.
OBJstream os(runTime.globalPath()/outputName)
virtual bool write()
Write the wall shear-stress.
TypeName("wallShearStress")
Runtime type information.