27 #include "phasePair.H" 34 namespace wallLubricationModels
51 const dictionary&
dict,
55 wallLubricationModel(dict, pair),
82 pos0(Eo - 1.0)*
neg(Eo - 5.0)*
exp(-0.933*Eo + 0.179)
83 +
pos0(Eo - 5.0)*
neg(Eo - 33.0)*(0.00599*Eo - 0.0187)
84 +
pos0(Eo - 33.0)*0.179
89 (1.0 - yTilde)/(Cwd_*
y*
pow(yTilde, p_ - 1.0))
Frank(const dictionary &dict, const phasePair &pair)
Construct from components.
const volVectorField & nWall() const
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
tmp< volVectorField > Ur() const
Relative velocity.
tmp< volScalarField > d() const
const phasePair & pair_
Phase pair.
GeometricField< vector, fvPatchField, volMesh > volVectorField
dimensionedScalar neg(const dimensionedScalar &ds)
Macros for easy insertion into run-time selection tables.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
tmp< volScalarField > Eo() const
Eotvos number.
stressControl lookup("compactNormalStress") >> compactNormalStress
virtual const phaseModel & continuous() const
Continuous phase.
dimensionedScalar exp(const dimensionedScalar &ds)
tmp< volVectorField > Fi() const
Return phase-intensive wall lubrication force.
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if successful.
virtual const phaseModel & dispersed() const
Dispersed phase.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
const volScalarField & yWall() const
dimensionedScalar pos0(const dimensionedScalar &ds)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
const dimensionedScalar & rho() const
const dimensionSet dimLength(0, 1, 0, 0, 0, 0, 0)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
A class for managing temporary objects.
virtual ~Frank()
Destructor.