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