Model for the wall lubrication force between two phases. More...


Public Member Functions | |
| TypeName ("wallLubricationModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
| wallLubricationModel (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~wallLubricationModel () |
| Destructor. More... | |
| virtual tmp< volVectorField > | F () const =0 |
| Return wall lubrication force. More... | |
| virtual tmp< surfaceScalarField > | Ff () const =0 |
| Return face wall lubrication force. More... | |
Public Member Functions inherited from wallDependentModel | |
| wallDependentModel (const fvMesh &mesh) | |
| Construct from a mesh. More... | |
| wallDependentModel (const wallDependentModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~wallDependentModel () |
| Destructor. More... | |
| const volScalarField & | yWall () const |
| Return the wall distance, creating and storing it if necessary. More... | |
| const volVectorField & | nWall () const |
| Return the wall normal, creating and storing it if necessary. More... | |
| void | operator= (const wallDependentModel &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< wallLubricationModel > | New (const dictionary &dict, const phaseInterface &interface, const bool outer=true) |
Static Public Attributes | |
| static const dimensionSet | dimF |
| Coefficient dimensions. More... | |
Protected Member Functions | |
| tmp< volVectorField > | zeroGradWalls (tmp< volVectorField >) const |
| Zero-gradient wall-lubrication force at walls. More... | |
Model for the wall lubrication force between two phases.
Definition at line 53 of file wallLubricationModel.H.
| wallLubricationModel | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 69 of file wallLubricationModel.C.
|
virtual |
Destructor.
Definition at line 81 of file wallLubricationModel.C.
|
protected |
Zero-gradient wall-lubrication force at walls.
Definition at line 44 of file wallLubricationModel.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryFieldRef(), forAll, DimensionedField< Type, GeoMesh, PrimitiveField >::mesh(), patches, patchi, fvPatchField< Type >::patchInternalField(), and tmp< T >::ref().

| TypeName | ( | "wallLubricationModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| wallLubricationModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phaseInterface &interface) | , | ||
| (dict, interface) | |||
| ) |
|
static |
Definition at line 31 of file wallLubricationModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), phaseInterface::name(), and Foam::outer().

|
pure virtual |
Return wall lubrication force.
Implemented in noWallLubrication, and dispersedWallLubricationModel.
Referenced by blendedWallLubricationModel::F().

|
pure virtual |
Return face wall lubrication force.
Implemented in noWallLubrication, and dispersedWallLubricationModel.
Referenced by blendedWallLubricationModel::Ff().

|
static |
Coefficient dimensions.
Definition at line 89 of file wallLubricationModel.H.
Referenced by blendedWallLubricationModel::F(), and blendedWallLubricationModel::Ff().