Go to the documentation of this file.
88 public functionObjectFile
95 const objectRegistry&
obr_;
116 template<
class TurbulenceModel>
146 const bool loadFromFiles =
false
175 virtual void write();
yPlus(const yPlus &)
Disallow default bitwise copy construct.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for handling words, derived from string.
void operator=(const yPlus &)
Disallow default bitwise assignment.
word phiName_
Name of mass/volume flux field (optional, default = phi)
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
virtual void read(const dictionary &)
Read the yPlus data.
virtual void writeFileHeader(Ostream &os) const
File header information.
const objectRegistry & obr_
word resultName_
Result name.
virtual void write()
Calculate the yPlus and write.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
Switch log_
Switch to send output to Info as well as to file.
Templated abstract base class for turbulence models.
word name_
Name of this set of yPlus objects.
virtual void end()
Execute at the final time-loop, currently does nothing.
Abstract base class for turbulence models (RAS, LES and laminar).
A list of keyword definitions, which are a keyword followed by any number of values (e....
TypeName("yPlus")
Runtime type information.
Mesh data needed to do the Finite Volume discretisation.
virtual ~yPlus()
Destructor.
bool active_
on/off switch
virtual void execute()
Execute, currently does nothing.
virtual const word & name() const
Return name of the set of yPlus.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
Base class for output file data handling.
This function object evaluates and outputs turbulence y+ for turbulence models. The field is stored o...
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Generic GeometricField class.
void calcYPlus(const TurbulenceModel &turbulenceModel, const fvMesh &mesh, volScalarField &yPlus)
Calculate y+.