Go to the documentation of this file.
75 #ifndef wallShearStress_H
76 #define wallShearStress_H
101 public functionObjectFile
111 const objectRegistry&
obr_;
161 const bool loadFromFiles =
false
190 virtual void write();
virtual const word & name() const
Return name of the set of wallShearStress.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
word resultName_
Result name.
A class for handling words, derived from string.
bool active_
on/off switch
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
virtual void write()
Calculate the wallShearStress and write.
virtual ~wallShearStress()
Destructor.
TypeName("wallShearStress")
Runtime type information.
const objectRegistry & obr_
Refefence to the database.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
void calcShearStress(const fvMesh &mesh, const volSymmTensorField &Reff, volVectorField &shearStress)
Calculate the shear stress.
virtual void writeFileHeader(Ostream &os) const
File header information.
wallShearStress(const wallShearStress &)
Disallow default bitwise copy construct.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
labelHashSet patchSet_
Optional list of patches to process.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
Base class for output file data handling.
virtual void end()
Execute at the final time-loop, currently does nothing.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void read(const dictionary &)
Read the wallShearStress data.
HashSet< label, Hash< label > > labelHashSet
A HashSet with label keys.
Generic GeometricField class.
virtual void execute()
Execute, currently does nothing.
void operator=(const wallShearStress &)
Disallow default bitwise assignment.
word name_
Name of this set of wallShearStress object.
Switch log_
Switch to send output to Info as well as to file.
This function object evaluates and outputs the shear stress at wall patches. The result is written as...