35 #ifndef wallLubricationModel_H 36 #define wallLubricationModel_H 40 #include "wallDependentModel.H"
A list of keyword definitions, which are a keyword followed by any number of values (e...
static autoPtr< wallLubricationModel > New(const dictionary &dict, const phasePair &pair)
const phasePair & pair_
Phase pair.
declareRunTimeSelectionTable(autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
virtual tmp< volVectorField > F() const
Return wall lubrication force.
Dimension set for the base types.
virtual tmp< volVectorField > Fi() const =0
Return phase-intensive wall lubrication force.
virtual ~wallLubricationModel()
Destructor.
static const dimensionSet dimF
Coefficient dimensions.
wallLubricationModel(const dictionary &dict, const phasePair &pair)
Construct from components.
TypeName("wallLubricationModel")
Runtime type information.
tmp< volVectorField > zeroGradWalls(tmp< volVectorField >) const
Zero-gradient wall-lubrication force at walls.
virtual tmp< surfaceScalarField > Ff() const
Return face wall lubrication force.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.
A class which provides on-demand creation and caching of wall distance and wall normal fields for use...