36 #ifndef vanDriestDelta_H 37 #define vanDriestDelta_H 64 scalar minWallFaceFraction_;
void operator=(const vanDriestDelta &)=delete
Disallow default bitwise assignment.
virtual ~vanDriestDelta()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const momentumTransportModel & turbulence() const
Return momentumTransportModel reference.
Abstract base class for LES deltas.
vanDriestDelta(const word &name, const momentumTransportModel &turbulence, const dictionary &)
Construct from name, momentumTransportModel and dictionary.
A class for handling words, derived from string.
TypeName("vanDriest")
Runtime type information.
word name(const complex &)
Return a string representation of a complex.
Abstract base class for turbulence models (RAS, LES and laminar).
Apply van Driest damping function to the specified geometric delta to improve near-wall behavior or L...
virtual void read(const dictionary &)
Read the LESdelta dictionary.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...