Go to the documentation of this file.
32 #ifndef frictionalStressModel_H
33 #define frictionalStressModel_H
44 namespace kineticTheoryModels
131 virtual bool read() = 0;
void operator=(const frictionalStressModel &)
Disallow default bitwise assignment.
virtual tmp< volScalarField > frictionalPressure(const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
A class for managing temporary objects.
static autoPtr< frictionalStressModel > New(const dictionary &dict)
virtual tmp< volScalarField > frictionalPressurePrime(const volScalarField &alpha1f, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
const dictionary & dict_
Reference to higher-level dictionary for re-read.
virtual ~frictionalStressModel()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
dimensionedScalar alphaMax(laminarTransport.lookup("alphaMax"))
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("frictionalStressModel")
Runtime type information.
frictionalStressModel(const frictionalStressModel &)
Disallow default bitwise copy construct.
Macros to ease declaration of run-time selection tables.
declareRunTimeSelectionTable(autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
virtual tmp< volScalarField > nu(const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const =0
Generic GeometricField class.