Go to the documentation of this file.
37 #ifndef wallLubricationModel_H
38 #define wallLubricationModel_H
42 #include "wallDependentModel.H"
57 class wallLubricationModel
59 public wallDependentModel
66 const phasePair&
pair_;
83 const dictionary&
dict,
93 static const dimensionSet
dimF;
101 const dictionary&
dict,
102 const phasePair& pair
112 static autoPtr<wallLubricationModel>
New
114 const dictionary&
dict,
115 const phasePair& pair
122 virtual tmp<volVectorField>
Fi()
const = 0;
125 virtual tmp<volVectorField>
F()
const;
128 virtual tmp<surfaceScalarField>
Ff()
const;
TypeName("wallLubricationModel")
wallLubricationModel(const dictionary &dict, const phasePair &pair)
static const dimensionSet dimF
virtual ~wallLubricationModel()=default
static autoPtr< wallLubricationModel > New(const dictionary &dict, const phasePair &pair)
Macros to ease declaration of run-time selection tables.
virtual tmp< volVectorField > F() const
virtual tmp< surfaceScalarField > Ff() const
virtual tmp< volVectorField > Fi() const =0
declareRunTimeSelectionTable(autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))