A class for handling words, derived from string.
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
autoPtr< T > operator()(const word &, Istream &is) const
Construct from word and Istream.
A helper class when constructing from an Istream or dictionary.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
autoPtr< T > operator()(const dictionary &dict) const
Construct from dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
autoPtr< T > operator()(Istream &is) const
Construct from Istream.
autoPtr< T > operator()(const word &, const dictionary &dict) const
Construct from word and dictionary.