37 #ifndef dispersedLiftModel_H
38 #define dispersedLiftModel_H
A list of keyword definitions, which are a keyword followed by any number of values (e....
Class to represent a interface between phases where one phase is considered dispersed within the othe...
Model for the lift force between two phases.
virtual tmp< surfaceScalarField > Ff() const
Return face lift force.
virtual tmp< volVectorField > F() const
Return lift force.
virtual tmp< volScalarField > Cl() const =0
Lift coefficient.
const dispersedPhaseInterface interface_
Interface.
virtual ~dispersedLiftModel()
Destructor.
dispersedLiftModel(const dictionary &dict, const phaseInterface &interface)
virtual tmp< volVectorField > Fi() const
Return phase-intensive lift force.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
A class for managing temporary objects.