Go to the documentation of this file.
37 namespace kineticTheoryModels
39 namespace frictionalStressModels
45 frictionalStressModel,
62 coeffDict_(
dict.optionalSubDict(typeName +
"Coeffs")),
63 phi_(
"phi",
dimless, coeffDict_)
130 phase.mesh().time().timeName(),
148 0.5*pf[celli]*
sin(phi_.value())
169 mag(
U.boundaryField()[patchi].snGrad())
185 coeffDict_ <<= dict_.optionalSubDict(typeName +
"Coeffs");
187 phi_.read(coeffDict_);
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
Defines the attributes of an object for which implicit objectRegistry management is supported,...
virtual tmp< volScalarField > frictionalPressure(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
const dimensionedScalar alpha
dimensionedScalar sin(const dimensionedScalar &ds)
Unit conversion functions.
const Type & value() const
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
label max(const labelHashSet &set, label maxValue=labelMin)
dimensionedScalar alphaMax("alphaMax", dimless/dimTime, laminarTransport)
defineTypeNameAndDebug(JohnsonJackson, 0)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
addToRunTimeSelectionTable(frictionalStressModel, JohnsonJackson, dictionary)
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
Cmpt invariantII(const SymmTensor< Cmpt > &st)
constexpr scalar degToRad(const scalar deg) noexcept
virtual tmp< volScalarField > frictionalPressurePrime(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax) const
void correctBoundaryConditions()
Schaeffer(const dictionary &dict)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Internal & ref(const bool updateAccessTime=true)
Boundary & boundaryFieldRef(const bool updateAccessTime=true)
dimensionedScalar sqrt(const dimensionedScalar &ds)
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
const dimensionedScalar & D
const polyBoundaryMesh & patches
dimensionedScalar tr(const dimensionedSphericalTensor &dt)
bool coupled(solutionDict.getOrDefault("coupledEnergyField", false))
Generic GeometricField class.
virtual tmp< volScalarField > nu(const phaseModel &phase, const dimensionedScalar &alphaMinFriction, const dimensionedScalar &alphaMax, const volScalarField &pf, const volSymmTensorField &D) const
const Boundary & boundaryField() const
const dimensionSet dimless