82 #ifndef wallShearStress_functionObject_H
83 #define wallShearStress_functionObject_H
96 namespace functionObjects
103 class wallShearStress
105 public fvMeshFunctionObject,
107 public writeLocalObjects
121 virtual void writeFileHeader(
const label i);
124 tmp<volVectorField> calcShearStress
169 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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
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.
SurfaceField< vector > surfaceVectorField