Go to the documentation of this file.
34 #ifndef JohnsonJackson_H
35 #define JohnsonJackson_H
37 #include "frictionalStressModel.H"
43 namespace kineticTheoryModels
45 namespace frictionalStressModels
54 public frictionalStressModel
108 virtual tmp<volScalarField>
nu
dimensionedScalar p_
Material constant for frictional normal stress.
dimensionedScalar phi_
Angle of internal friction.
virtual ~JohnsonJackson()
Destructor.
dimensionedScalar alphaDeltaMin_
Lower limit for (alphaMax - alpha1)
virtual tmp< volScalarField > nu(const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField
dimensionedScalar Fr_
Material constant for frictional normal stress.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
TypeName("JohnsonJackson")
Runtime type information.
dimensionedScalar eta_
Material constant for frictional normal stress.
dimensionedScalar alphaMax(laminarTransport.lookup("alphaMax"))
JohnsonJackson(const dictionary &dict)
Construct from components.
virtual tmp< volScalarField > frictionalPressure(const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
virtual tmp< volScalarField > frictionalPressurePrime(const volScalarField &alpha1, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const