Tomiyama particle lift force model applicable to deformable bubbles. More...
#include <TomiyamaLiftForce.H>


Public Member Functions | |
| TypeName ("TomiyamaLift") | |
| Runtime type information. | |
| TomiyamaLiftForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType=typeName) | |
| Construct from mesh. | |
| TomiyamaLiftForce (const TomiyamaLiftForce &lf) | |
| Construct copy. | |
| virtual autoPtr< ParticleForce< CloudType > > | clone () const |
| Construct and return a clone. | |
| virtual | ~TomiyamaLiftForce () |
| Destructor. | |
| Public Member Functions inherited from LiftForce< CloudType > | |
| LiftForce (CloudType &owner, const fvMesh &mesh, const dictionary &dict, const word &forceType) | |
| Construct from mesh. | |
| LiftForce (const LiftForce &lf) | |
| Construct copy. | |
| virtual | ~LiftForce () |
| Destructor. | |
| const interpolation< vector > & | curlUcInterp () const |
| Return the curl of the carrier phase velocity interpolator. | |
| virtual void | cacheFields (const bool store) |
| Cache fields. | |
| 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 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 | 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. | |
| virtual scalar | massAdd (const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const scalar mass) const |
| Return the added mass. | |
Protected Member Functions | |
| virtual scalar | Cl (const typename CloudType::parcelType &p, const typename CloudType::parcelType::trackingData &td, const vector &curlUc, const scalar Re, const scalar muc) const |
| Calculate the lift coefficient. | |
Protected Attributes | |
| scalar | sigma_ |
| Surface tension. | |
| Protected Attributes inherited from LiftForce< CloudType > | |
| const word | UName_ |
| Name of velocity field. | |
| autoPtr< interpolation< vector > > | curlUcInterpPtr_ |
| Curl of carrier phase velocity interpolator. | |
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. | |
Tomiyama particle lift force model applicable to deformable bubbles.
Definition at line 50 of file TomiyamaLiftForce.H.
| TomiyamaLiftForce | ( | CloudType & | owner, |
| const fvMesh & | mesh, | ||
| const dictionary & | dict, | ||
| const word & | forceType = typeName ) |
Construct from mesh.
Definition at line 60 of file TomiyamaLiftForce.C.
References ParticleForce< CloudType >::coeffs(), dict, LiftForce< CloudType >::LiftForce(), ParticleForce< CloudType >::mesh(), ParticleForce< CloudType >::owner(), and sigma_.
Referenced by clone(), TomiyamaLiftForce(), and TypeName().


Construct copy.
Definition at line 74 of file TomiyamaLiftForce.C.
References LiftForce< CloudType >::LiftForce(), sigma_, and TomiyamaLiftForce().

|
virtual |
Destructor.
Definition at line 87 of file TomiyamaLiftForce.C.
|
protectedvirtual |
Calculate the lift coefficient.
Reimplemented from LiftForce< CloudType >.
References p, Foam::Re(), and td().

| TypeName | ( | "TomiyamaLift" | ) |
Runtime type information.
References dict, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, ParticleForce< CloudType >::mesh(), ParticleForce< CloudType >::owner(), and TomiyamaLiftForce().

|
inlinevirtual |
Construct and return a clone.
Reimplemented from LiftForce< CloudType >.
Definition at line 108 of file TomiyamaLiftForce.H.
References TomiyamaLiftForce().

|
protected |
Surface tension.
Definition at line 61 of file TomiyamaLiftForce.H.
Referenced by TomiyamaLiftForce(), and TomiyamaLiftForce().