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... | |
static const bool | correctFixedFluxBCs = true |
Does this model require correcting on fixed flux boundaries? 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 68 of file wallLubricationModel.C.
|
virtual |
Destructor.
Definition at line 80 of file wallLubricationModel.C.
|
protected |
Zero-gradient wall-lubrication force at walls.
Definition at line 43 of file wallLubricationModel.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), forAll, DimensionedField< Type, GeoMesh >::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::FatalError, FatalErrorInFunction, phaseInterface::fluid(), Foam::Info, dictionary::lookup(), phaseSystem::modelSubDict(), 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().
|
static |
Does this model require correcting on fixed flux boundaries?
Definition at line 92 of file wallLubricationModel.H.