Go to the documentation of this file.
37 #ifndef wallLubricationModel_H
38 #define wallLubricationModel_H
42 #include "wallDependentModel.H"
Description for mass transfer between a pair of phases. The direction of the mass transfer is from th...
TypeName("wallLubricationModel")
wallLubricationModel(const dictionary &dict, const phasePair &pair)
A class for managing temporary objects.
static const dimensionSet dimF
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
tmp< volVectorField > zeroGradWalls(tmp< volVectorField >) const
virtual ~wallLubricationModel()=default
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static autoPtr< wallLubricationModel > New(const dictionary &dict, const phasePair &pair)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
virtual tmp< volVectorField > F() const
virtual tmp< surfaceScalarField > Ff() const
A class which provides on-demand creation and caching of wall distance and wall normal fields for use...
virtual tmp< volVectorField > Fi() const =0
declareRunTimeSelectionTable(autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))