52 template<
class CloudType>
74 const typename CloudType::parcelType::trackingData& td,
128 const typename CloudType::parcelType::trackingData& td,
virtual void cacheFields(const bool store)
Cache fields.
LiftForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType)
Construct from mesh.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const fvMesh & mesh() const
Return the mesh database.
Abstract base class for particle forces.
const CloudType & owner() const
Return const access to the cloud owner.
autoPtr< interpolation< vector > > curlUcInterpPtr_
Curk of carrier phase velocity interpolator.
Helper container for force Su and Sp terms.
virtual forceSuSp calcCoupled(const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const
Calculate the non-coupled force.
const interpolation< vector > & curlUcInterp() const
Return the curl of the carrier phase velocity interpolator.
A class for handling words, derived from string.
virtual ~LiftForce()
Destructor.
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
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.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for interpolation.
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...
Templated base class for dsmc cloud.
scalarField Re(const UList< complex > &cf)
const word UName_
Name of velocity field.