Go to the documentation of this file.
32 #ifndef frictionalStressModel_H
33 #define frictionalStressModel_H
44 namespace kineticTheoryModels
51 class frictionalStressModel
67 const dictionary&
dict_;
82 const dictionary&
dict
96 static autoPtr<frictionalStressModel>
New
98 const dictionary&
dict
122 virtual tmp<volScalarField>
nu
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
static autoPtr< frictionalStressModel > New(const dictionary &dict)
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
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.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
virtual ~frictionalStressModel()
Destructor.
dimensionedScalar alphaMax(laminarTransport.lookup("alphaMax"))
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