57template<
class CloudType>
79 const typename CloudType::parcelType::trackingData&
td,
133 const typename CloudType::parcelType::trackingData&
td,
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
autoPtr< interpolation< vector > > curlUcInterpPtr_
Curl of carrier phase velocity interpolator.
const interpolation< vector > & curlUcInterp() const
Return the curl of the carrier phase velocity interpolator.
virtual void cacheFields(const bool store)
Cache fields.
LiftForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType)
Construct from mesh.
virtual ~LiftForce()
Destructor.
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 word UName_
Name of velocity field.
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 fvMesh & mesh() const noexcept
Return the mesh database.
const CloudType & owner() const noexcept
Return const access to the cloud owner.
ParticleForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType, const bool readCoeffs)
Construct from mesh.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Helper container for force Su and Sp terms.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for volume field interpolation.
A class for handling words, derived from Foam::string.
wallPoints::trackData td(isBlockedFace, regionToBlockSize)
DSMCCloud< dsmcParcel > CloudType
scalarField Re(const UList< complex > &cmplx)
Extract real component.