virtual void cacheFields(const bool store)
Cache fields.
virtual scalar massEff(const typename CloudType::parcelType &p, const scalar mass) const
Return the effective mass.
void setCalcCoupled(bool flag)
Set the calcCoupled flag.
virtual ~ParticleForceList()
Destructor.
bool calcNonCoupled_
Calculate non-coupled forces flag.
const dictionary & dict() const
Return the forces dictionary.
bool calcCoupled_
Calculate coupled forces flag.
virtual forceSuSp calcNonCoupled(const typename CloudType::parcelType &p, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const
Calculate the non-coupled force.
ParticleForceList(CloudType &owner, const fvMesh &mesh)
Null constructor.
const fvMesh & mesh_
Reference to the mesh database.
void setCalcNonCoupled(bool flag)
Set the calcNonCoupled flag.
const CloudType & owner() const
Return const access to the cloud owner.
const fvMesh & mesh() const
Return the mesh database.
CloudType & owner_
Reference to the owner cloud.
virtual forceSuSp calcCoupled(const typename CloudType::parcelType &p, const scalar dt, const scalar mass, const scalar Re, const scalar muc) const
Calculate the coupled force.