29 #include "surfaceInterpolate.H"
56 *interface_.continuous().rho()
58 interface_.Ur() ^
fvc::curl(interface_.continuous().U())
65 return interface_.dispersed()*Fi();
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 ~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.
Calculate the curl of the given volField by constructing the Hodge-dual of the symmetric part of the ...
Calculate the face-flux of the given field.
tmp< SurfaceField< typename innerProduct< vector, Type >::type > > flux(const VolField< Type > &vf)
Return the face-flux field obtained from the given volVectorField.
static tmp< SurfaceField< Type > > interpolate(const VolField< Type > &tvf, const surfaceScalarField &faceFlux, Istream &schemeData)
Interpolate field onto faces using scheme given by Istream.
tmp< VolField< Type > > curl(const VolField< Type > &vf)