26 #include "wallLubricationModel.H" 27 #include "phasePair.H" 29 #include "surfaceInterpolate.H" 31 #include "BlendedInterfacialModel.H" 49 tmp<volVectorField> tFi
55 volVectorField::Boundary& FiBf = Fi.boundaryFieldRef();
59 if (isA<wallFvPatch>(patches[
patchi]))
62 Fiw = Fiw.patchInternalField();
74 const dictionary&
dict,
#define forAll(list, i)
Loop across all elements in list.
fvPatchField< vector > fvPatchVectorField
#define defineBlendedInterfacialModelTypeNameAndDebug(ModelType, DebugSwitch)
tmp< volVectorField > Fi() const
Return phase-intensive wall lubrication force.
const phasePair & pair_
Phase pair.
GeometricField< vector, fvPatchField, volMesh > volVectorField
virtual tmp< volVectorField > F() const
Return wall lubrication force.
Dimension set for the base types.
Calculate the face-flux of the given field.
virtual const phaseModel & dispersed() const
Dispersed phase.
virtual ~wallLubricationModel()
Destructor.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
defineTypeNameAndDebug(combustionModel, 0)
static tmp< GeometricField< Type, fvsPatchField, surfaceMesh > > interpolate(const GeometricField< Type, fvPatchField, volMesh > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
Internal & ref()
Return a reference to the dimensioned internal field.
static const dimensionSet dimF
Coefficient dimensions.
wallLubricationModel(const dictionary &dict, const phasePair &pair)
Construct from components.
tmp< volVectorField > zeroGradWalls(tmp< volVectorField >) const
Zero-gradient wall-lubrication force at walls.
PtrList< fvPatch > fvPatchList
container classes for fvPatch
virtual tmp< surfaceScalarField > Ff() const
Return face wall lubrication force.
A class for managing temporary objects.
tmp< surfaceScalarField > flux(const volVectorField &vvf)
Return the face-flux field obtained from the given volVectorField.