32 #ifndef frictionalStressModel_H 33 #define frictionalStressModel_H 39 #include "phaseModel.H" 45 namespace kineticTheoryModels
132 virtual bool read() = 0;
declareRunTimeSelectionTable(autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~frictionalStressModel()
Destructor.
TypeName("frictionalStressModel")
Runtime type information.
virtual tmp< volScalarField > frictionalPressurePrime(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
virtual tmp< volScalarField > frictionalPressure(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const =0
dimensionedScalar alphaMax(laminarTransport.lookup("alphaMax"))
const dictionary & dict_
Reference to higher-level dictionary for re-read.
static autoPtr< frictionalStressModel > New(const dictionary &dict)
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.
virtual tmp< volScalarField > nu(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const =0
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...