92 #ifndef functionObjects_yPlus_H 93 #define functionObjects_yPlus_H 104 namespace functionObjects
113 public fvMeshFunctionObject,
119 bool useWallFunction_;
125 virtual void writeFileHeader(Ostream&
os)
const;
141 const dictionary&
dict 164 virtual bool write();
virtual bool read(const dictionary &)
Read the yPlus data.
virtual bool write()
Write the yPlus field.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
virtual bool execute()
Calculate the yPlus field.
virtual ~yPlus()=default
Destructor.
const word & name() const noexcept
Return the name of this functionObject.
void operator=(const yPlus &)=delete
No copy assignment.
OBJstream os(runTime.globalPath()/outputName)
yPlus(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
TypeName("yPlus")
Runtime type information.