59 #ifndef PrandtlDelta_H 60 #define PrandtlDelta_H TypeName("Prandtl")
Runtime type information.
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.
A class for handling words, derived from string.
void operator=(const PrandtlDelta &)=delete
Disallow default bitwise assignment.
Apply Prandtl mixing-length based damping function to the specified geometric delta to improve near-w...
word name(const complex &)
Return a string representation of a complex.
Abstract base class for turbulence models (RAS, LES and laminar).
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void read(const dictionary &)
Read the LESdelta dictionary.
PrandtlDelta(const word &name, const momentumTransportModel &turbulence, const dictionary &)
Construct from name, momentumTransportModel and dictionary.
virtual ~PrandtlDelta()
Destructor.