40 #ifndef functionObjects_shearStress_H 41 #define functionObjects_shearStress_H 50 namespace functionObjects
104 virtual bool write();
const word & name() const
Return the name of this functionObject.
shearStress(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool execute()
Calculate the shearStress field.
Calculates and writes the shear-stress as the volSymmTensorField field 'shearStress'.
static const List< T > & null()
Return a null List.
virtual wordList fields() const
Return the list of fields required.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
TypeName("shearStress")
Runtime type information.
A class for handling words, derived from string.
virtual bool read(const dictionary &)
Read the data.
virtual bool write()
Do nothing.
FunctionObject base class for managing a list of objects on behalf of the inheriting function object...
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual ~shearStress()
Destructor.