Go to the documentation of this file.
101 #ifndef functionObjects_wallShearStress_H
102 #define functionObjects_wallShearStress_H
113 namespace functionObjects
120 class wallShearStress
122 public fvMeshFunctionObject,
182 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
virtual bool read(const dictionary &)
virtual ~wallShearStress()=default
TypeName("wallShearStress")
A HashTable with keys but without contents that is similar to std::unordered_set.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual void writeFileHeader(Ostream &os) const
void operator=(const wallShearStress &)=delete
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
Computes the wall-shear stress at selected wall patches.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
GeometricField< vector, fvPatchField, volMesh > volVectorField
const word & name() const noexcept
Base class for writing single files from the function objects.
wallShearStress(const word &name, const Time &runTime, const dictionary &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys and label hasher.
Generic GeometricField class.
void calcShearStress(const volSymmTensorField &Reff, volVectorField &shearStress)