79 #ifndef functionObjects_wallShearStress_H 80 #define functionObjects_wallShearStress_H 92 namespace functionObjects
101 public fvMeshFunctionObject,
103 public writeLocalObjects
159 virtual bool write();
tmp< volVectorField > calcShearStress(const volSymmTensorField &tau)
Calculate the shear-stress.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & name() const
Return the name of this functionObject.
virtual bool read(const dictionary &)
Read the wallShearStress data.
A list of keyword definitions, which are a keyword followed by any number of values (e...
wallShearStress(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
labelHashSet patchSet_
Optional list of patches to process.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool execute()
Calculate the wall shear-stress.
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys.
virtual void writeFileHeader(const label i)
File header information.
virtual ~wallShearStress()
Destructor.
A class for handling words, derived from string.
Calculates and write the shear-stress at wall patches as the volVectorField field 'wallShearStress'...
void operator=(const wallShearStress &)=delete
Disallow default bitwise assignment.
virtual bool write()
Write the wall shear-stress.
TypeName("wallShearStress")
Runtime type information.