33 namespace wallLubricationModels
50 const dictionary&
dict,
51 const phaseInterface& interface
54 dispersedWallLubricationModel(dict, interface),
57 p_(dict.
lookup<scalar>(
"p"))
82 pos0(Eo - 1)*
neg(Eo - 5)*
exp(-0.933*Eo + 0.179)
83 +
pos0(Eo - 5)*
neg(Eo - 33)*(0.00599*Eo - 0.0187)
89 (1 - yTilde)/(Cwd_*
y*
pow(yTilde, p_ - 1))
layerAndWeight max(const layerAndWeight &a, const layerAndWeight &b)
const volVectorField & nWall() const
Return the wall normal, creating and storing it if necessary.
const dispersedPhaseInterface interface_
Interface.
virtual tmp< volScalarField > rho() const =0
Return the density field.
const dimensionSet dimless
tmp< volScalarField > d() const
Return the Sauter-mean diameter.
GeometricField< vector, fvPatchField, volMesh > volVectorField
dimensionedScalar neg(const dimensionedScalar &ds)
Macros for easy insertion into run-time selection tables.
const dimensionSet dimLength
GeometricField< scalar, fvPatchField, volMesh > volScalarField
tmp< volScalarField > Eo() const
Eotvos number.
stressControl lookup("compactNormalStress") >> compactNormalStress
dimensionedScalar exp(const dimensionedScalar &ds)
Frank(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
const phaseModel & continuous() const
Continuous phase.
tmp< volVectorField > Fi() const
Return phase-intensive wall lubrication force.
const phaseModel & dispersed() const
Dispersed phase.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
const volScalarField & yWall() const
Return the wall distance, creating and storing it if necessary.
dimensionedScalar pos0(const dimensionedScalar &ds)
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
tmp< volVectorField > zeroGradWalls(tmp< volVectorField >) const
Zero-gradient wall-lubrication force at walls.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
tmp< volVectorField > Ur() const
Relative velocity.
A class for managing temporary objects.
virtual ~Frank()
Destructor.