Go to the documentation of this file.
35 #ifndef frictionalStressModel_H
36 #define frictionalStressModel_H
42 #include "phaseModel.H"
48 namespace kineticTheoryModels
126 virtual bool read() = 0;
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
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
static autoPtr< frictionalStressModel > New(const dictionary &dict)
dimensionedScalar alphaMax("alphaMax", dimless/dimTime, laminarTransport)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
frictionalStressModel(const dictionary &dict)
virtual tmp< volScalarField > nu(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const =0
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
TypeName("frictionalStressModel")
Macros to ease declaration of run-time selection tables.
const dimensionedScalar & D
declareRunTimeSelectionTable(autoPtr, frictionalStressModel, dictionary,(const dictionary &dict),(dict))
virtual ~frictionalStressModel()=default
Generic GeometricField class.