36 #ifndef ParamagneticForce_H 37 #define ParamagneticForce_H 53 template<
class CloudType>
61 const word HdotGradHName_;
67 const scalar magneticSusceptibility_;
123 const typename CloudType::parcelType::trackingData& td,
virtual void cacheFields(const bool store)
Cache fields.
TypeName("paramagnetic")
Runtime type information.
Calculates particle paramagnetic (magnetic field) force.
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar magneticSusceptibility() const
Return the magnetic susceptibility of particle.
ParamagneticForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
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.
virtual forceSuSp calcNonCoupled(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.
Helper container for force Su and Sp terms.
A class for handling words, derived from string.
virtual ~ParamagneticForce()
Destructor.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
const word & HdotGradHName() const
Return the name of paramagnetic field strength field.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for interpolation.
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)
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.