63 #ifndef functionObjects_yPlus_H 64 #define functionObjects_yPlus_H 79 namespace functionObjects
88 public fvMeshFunctionObject,
90 public writeLocalObjects
95 virtual void writeFileHeader(
const label i);
107 void operator=(
const yPlus&);
140 virtual bool write();
virtual bool read(const dictionary &)
Read the yPlus data.
virtual bool write()
Write the yPlus field.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool execute()
Calculate the yPlus field.
ThermalDiffusivity< CompressibleTurbulenceModel< fluidThermo > > turbulenceModel
Abstract base class for turbulence models (RAS, LES and laminar).
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from string.
virtual ~yPlus()
Destructor.
TypeName("yPlus")
Runtime type information.
Evaluates and outputs turbulence y+ for models. Values written to time directories as field 'yPlus'...
A class for managing temporary objects.