35 #ifndef VirtualMassForce_H 36 #define VirtualMassForce_H 49 template<
class CloudType>
74 const word& forceType = typeName
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~VirtualMassForce()
Destructor.
const fvMesh & mesh() const
Return the mesh database.
VirtualMassForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType=typeName)
Construct from mesh.
Helper container for force Su and Sp terms.
Calculates particle virtual mass force.
virtual void cacheFields(const bool store)
Cache fields.
Calculates particle pressure gradient force.
A class for handling words, derived from string.
virtual scalar massAdd(const typename CloudType::parcelType &p, const scalar mass) const
Return the added mass.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
TypeName("virtualMass")
Runtime type information.
Mesh data needed to do the Finite Volume discretisation.
const CloudType & owner() const
Return const access to the cloud owner.
virtual forceSuSp calcCoupled(const typename CloudType::parcelType &p, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const
Calculate the non-coupled force.
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)