Calculates particle paramagnetic (magnetic field) force. More...
#include <ParamagneticForce.H>


Public Member Functions | |
| TypeName ("paramagnetic") | |
| Runtime type information. | |
| ParamagneticForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict) | |
| Construct from mesh. | |
| ParamagneticForce (const ParamagneticForce &gf) | |
| Construct copy. | |
| virtual autoPtr< ParticleForce< CloudType > > | clone () const |
| Construct and return a clone. | |
| virtual | ~ParamagneticForce () |
| Destructor. | |
| const word & | HdotGradHName () const noexcept |
| Return the name of paramagnetic field strength field. | |
| scalar | magneticSusceptibility () const noexcept |
| Return the magnetic susceptibility of particle. | |
| virtual void | cacheFields (const bool store) |
| Cache fields. | |
| 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. | |
| Public Member Functions inherited from ParticleForce< CloudType > | |
| TypeName ("particleForce") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, ParticleForce, dictionary,(CloudType &owner, const fvMesh &mesh, const dictionary &dict),(owner, mesh, dict)) | |
| Declare runtime constructor selection table. | |
| ParticleForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType, const bool readCoeffs) | |
| Construct from mesh. | |
| ParticleForce (const ParticleForce &pf) | |
| Construct copy. | |
| virtual | ~ParticleForce () |
| Destructor. | |
| const CloudType & | owner () const noexcept |
| Return const access to the cloud owner. | |
| CloudType & | owner () noexcept |
| Return reference to the cloud owner. | |
| const fvMesh & | mesh () const noexcept |
| Return the mesh database. | |
| const dictionary & | coeffs () const noexcept |
| Return the force coefficients dictionary. | |
| 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 coupled force. | |
| virtual scalar | massAdd (const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar mass) const |
| Return the added mass. | |
Additional Inherited Members | |
| Public Types inherited from ParticleForce< CloudType > | |
| typedef VectorSpace< Vector< vector >, vector, 2 > | returnType |
| Convenience typedef for return type. | |
| Static Public Member Functions inherited from ParticleForce< CloudType > | |
| static autoPtr< ParticleForce< CloudType > > | New (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType) |
| Selector. | |
Calculates particle paramagnetic (magnetic field) force.
Definition at line 52 of file ParamagneticForce.H.
| ParamagneticForce | ( | CloudType & | owner, |
| const fvMesh & | mesh, | ||
| const dictionary & | dict ) |
Construct from mesh.
Definition at line 29 of file ParamagneticForce.C.
References ParticleForce< CloudType >::coeffs(), dict, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, ParticleForce< CloudType >::mesh(), ParticleForce< CloudType >::owner(), and ParticleForce< CloudType >::ParticleForce().
Referenced by clone(), ParamagneticForce(), and TypeName().


Construct copy.
Definition at line 50 of file ParamagneticForce.C.
References ParamagneticForce(), and ParticleForce< CloudType >::ParticleForce().

|
virtual |
Destructor.
Definition at line 65 of file ParamagneticForce.C.
| TypeName | ( | "paramagnetic" | ) |
Runtime type information.
References dict, ParticleForce< CloudType >::mesh(), ParticleForce< CloudType >::owner(), and ParamagneticForce().

|
inlinevirtual |
Construct and return a clone.
Reimplemented from ParticleForce< CloudType >.
Definition at line 102 of file ParamagneticForce.H.
References ParamagneticForce().

Return the name of paramagnetic field strength field.
Definition at line 124 of file ParamagneticForce.H.
References Foam::noexcept.
|
inlinenoexcept |
Return the magnetic susceptibility of particle.
Definition at line 129 of file ParamagneticForce.H.
References Foam::noexcept.
|
virtual |
Cache fields.
Reimplemented from ParticleForce< CloudType >.
Definition at line 72 of file ParamagneticForce.C.
References Foam::deleteDemandDrivenData(), mesh, interpolation< Type >::New(), and ParticleForce< CloudType >::owner().

|
virtual |
Calculate the non-coupled force.
Reimplemented from ParticleForce< CloudType >.
Definition at line 93 of file ParamagneticForce.C.
References interpolation< Type >::interpolate(), Foam::constant::electromagnetic::mu0, p, Foam::Re(), forceSuSp::Su(), td(), and Foam::Zero.
