81 #ifndef functionObjects_wallShearStress_H 82 #define functionObjects_wallShearStress_H 94 namespace functionObjects
101 class wallShearStress
103 public fvMeshFunctionObject,
105 public writeLocalObjects
119 virtual void writeFileHeader(
const label i);
122 tmp<volVectorField> calcShearStress
167 virtual bool write();
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
FvWallInfoData< WallInfo, label > 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.
static const List< T > & null()
Return a null List.
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 ~wallShearStress()
Destructor.
A class for handling words, derived from string.
Calculates and write the shear-stress at wall patches as the volVectorField field 'wallShearStress' o...
void operator=(const wallShearStress &)=delete
Disallow default bitwise assignment.
virtual bool write()
Write the wall shear-stress.
virtual wordList fields() const
Return the list of fields required.
TypeName("wallShearStress")
Runtime type information.