36#ifndef JohnsonJacksonSchaeffer_H
37#define JohnsonJacksonSchaeffer_H
39#include "frictionalStressModel.H"
45namespace kineticTheoryModels
47namespace frictionalStressModels
54class JohnsonJacksonSchaeffer
56 public frictionalStressModel
60 dictionary coeffDict_;
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
JohnsonJacksonSchaeffer(const dictionary &dict)
Construct from components.
virtual tmp< volScalarField > nu(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const
virtual tmp< volScalarField > frictionalPressure(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
virtual ~JohnsonJacksonSchaeffer()
Destructor.
virtual tmp< volScalarField > frictionalPressure(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
virtual tmp< volScalarField > frictionalPressurePrime(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
virtual tmp< volScalarField > frictionalPressurePrime(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
TypeName("JohnsonJacksonSchaeffer")
Runtime type information.
virtual ~JohnsonJacksonSchaeffer()
Destructor.
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.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
const dimensionedScalar & D
dimensionedScalar alphaMax("alphaMax", dimless/dimTime, laminarTransport)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.