35 #ifndef wallLubricationModel_H 36 #define wallLubricationModel_H 40 #include "wallDependentModel.H" 54 class wallLubricationModel
56 public wallDependentModel
63 const phasePair&
pair_;
80 const dictionary&
dict,
90 static const dimensionSet
dimF;
98 const dictionary& dict,
109 static autoPtr<wallLubricationModel>
New 111 const dictionary& dict,
112 const phasePair& pair
119 virtual tmp<volVectorField>
Fi()
const = 0;
122 virtual tmp<volVectorField>
F()
const;
125 virtual tmp<surfaceScalarField>
Ff()
const;
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.
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.
virtual tmp< surfaceScalarField > Ff() const
Return face wall lubrication force.
Macros to ease declaration of run-time selection tables.