Go to the documentation of this file.
32 #ifndef wallShearStressWriter_H
33 #define wallShearStressWriter_H
67 bool & foundField)
const;
A class for handling words, derived from string.
A class for managing temporary objects.
word rhoName_
Name of density field (optional)
TypeName("wallShearStressWriter")
Runtime type information.
Registry of regIOobjects.
Basis for writers used in derivedFields e.g., wallShearStressWriter.
virtual void write(const objectRegistry &obr)
Write derived field.
scalar rhoRef_
Reference density needed for incompressible calculations.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Write wallShearStress field.
wallShearStressWriter(const dictionary &dict)
word UName_
Name of velocity field.
tmp< volSymmTensorField > devRhoReff(const objectRegistry &obr, bool &foundField) const
Return the effective viscous stress (laminar + turbulent).
static const word FIELD_NAME
Field file name.
tmp< Foam::volScalarField > rho(const objectRegistry &obr) const
Return rho field if it exists or rhoRef_ for incompressible rho.