32 #ifndef frictionalStressModel_H
33 #define frictionalStressModel_H
45 namespace kineticTheoryModels
57 virtual bool readCoeffs(
const dictionary& coeffDict)
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
virtual tmp< volScalarField > nu(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const =0
frictionalStressModel(const dictionary &coeffDict)
Construct from the coefficients dictionary.
bool read(const dictionary &dict)
Read the coefficients from the optional ".*Coeffs" sub-dictionary.
virtual tmp< volScalarField > frictionalPressure(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
declareRunTimeSelectionTable(autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
static autoPtr< frictionalStressModel > New(const dictionary &dict)
void operator=(const frictionalStressModel &)=delete
Disallow default bitwise assignment.
TypeName("frictionalStressModel")
Runtime type information.
virtual tmp< volScalarField > frictionalPressurePrime(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
virtual ~frictionalStressModel()
Destructor.
A class for managing temporary objects.
dimensionedScalar alphaMax(viscosity->lookup("alphaMax"))
static const coefficient D("D", dimTemperature, 257.14)
Macros to ease declaration of run-time selection tables.