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