35 #ifndef TomiyamaLiftForce_H 36 #define TomiyamaLiftForce_H 49 template<
class CloudType>
68 const typename CloudType::parcelType::trackingData& td,
89 const word& forceType = typeName
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar sigma_
Surface tension.
virtual scalar Cl(const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const vector &curlUc, const scalar Re, const scalar muc) const
Calculate the lift coefficient.
const fvMesh & mesh() const
Return the mesh database.
const CloudType & owner() const
Return const access to the cloud owner.
A class for handling words, derived from string.
TomiyamaLiftForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType=typeName)
Construct from mesh.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
virtual ~TomiyamaLiftForce()
Destructor.
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
Mesh data needed to do the Finite Volume discretisation.
Base class for particle lift force models.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("TomiyamaLift")
Runtime type information.
Templated base class for dsmc cloud.
scalarField Re(const UList< complex > &cf)
Tomiyama particle lift force model applicable to deformable bubbles.