64 #ifndef functionObjects_yPlus_H 65 #define functionObjects_yPlus_H 80 namespace functionObjects
89 public fvMeshFunctionObject,
91 public writeLocalObjects
106 virtual void writeFileHeader(
const label i);
148 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.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
CompressibleMomentumTransportModel< dynamicTransportModel > momentumTransportModel
word phaseName_
Optional phase name.
A class for handling words, derived from string.
void operator=(const yPlus &)=delete
Disallow default bitwise assignment.
yPlus(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
Abstract base class for turbulence models (RAS, LES and laminar).
virtual ~yPlus()
Destructor.
TypeName("yPlus")
Runtime type information.
Evaluates and outputs turbulence y+ for models. Values written to time directories as field 'yPlus' o...
A class for managing temporary objects.