Go to the documentation of this file.
34 #ifndef viscosityModel_H
35 #define viscosityModel_H
46 namespace kineticTheoryModels
A class for managing temporary objects.
virtual tmp< volScalarField > nu(const volScalarField &alpha1, const volScalarField &Theta, const volScalarField &g0, const volScalarField &rho1, const volScalarField &da, const dimensionedScalar &e) const =0
static autoPtr< viscosityModel > New(const dictionary &dict)
TypeName("viscosityModel")
Runtime type information.
declareRunTimeSelectionTable(autoPtr, viscosityModel, dictionary,(const dictionary &dict),(dict))
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
const double e
Elementary charge.
viscosityModel(const viscosityModel &)
Disallow default bitwise copy construct.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
void operator=(const viscosityModel &)
Disallow default bitwise assignment.
virtual ~viscosityModel()
Destructor.
Macros to ease declaration of run-time selection tables.
Generic GeometricField class.