Go to the documentation of this file.
36 #ifndef ParamagneticForce_H
37 #define ParamagneticForce_H
53 template<
class CloudType>
const CloudType & owner() const
Return const access to the cloud owner.
A class for handling words, derived from string.
virtual ~ParamagneticForce()
Destructor.
const interpolation< vector > * HdotGradHInterpPtr_
HdotGradH interpolator.
scalarField Re(const UList< complex > &cf)
scalar magneticSusceptibility() const
Return the magnetic susceptibility of particle.
TypeName("paramagnetic")
Runtime type information.
ParamagneticForce(CloudType &owner, const fvMesh &mesh, const dictionary &dict)
Construct from mesh.
const word & HdotGradHName() const
Return the name of paramagnetic field strength field.
Helper container for force Su and Sp terms.
Abstract base class for particle forces.
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.
Calculates particle paramagnetic (magnetic field) force.
Templated base class for dsmc cloud.
Abstract base class for interpolation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void cacheFields(const bool store)
Cache fields.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual autoPtr< ParticleForce< CloudType > > clone() const
Construct and return a clone.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
const fvMesh & mesh() const
Return the mesh database.
const word HdotGradHName_
Name of paramagnetic field strength field - default = "HdotGradH".
const scalar magneticSusceptibility_
Magnetic susceptibility of particle.