Public Member Functions | List of all members
WallSpringSliderDashpot< CloudType > Class Template Reference

Forces between particles and walls, interacting with a spring, slider, damper model. More...

Inheritance diagram for WallSpringSliderDashpot< CloudType >:
Inheritance graph
[legend]
Collaboration diagram for WallSpringSliderDashpot< CloudType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("wallSpringSliderDashpot")
 
 WallSpringSliderDashpot (const dictionary &dict, CloudType &cloud)
 
virtual ~WallSpringSliderDashpot ()
 
scalar volumeFactor () const
 
virtual scalar pREff (const typename CloudType::parcelType &p) const
 
virtual bool controlsTimestep () const
 
virtual label nSubCycles () const
 
virtual void evaluateWall (typename CloudType::parcelType &p, const List< point > &flatSitePoints, const List< WallSiteData< vector >> &flatSiteData, const List< point > &sharpSitePoints, const List< WallSiteData< vector >> &sharpSiteData) const
 
- Public Member Functions inherited from WallModel< CloudType >
 TypeName ("wallModel")
 
 declareRunTimeSelectionTable (autoPtr, WallModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 WallModel (const dictionary &dict, CloudType &owner, const word &type)
 
virtual ~WallModel ()
 
const CloudTypeowner () const
 
CloudTypeowner ()
 
const dictionarydict () const
 
const dictionarycoeffDict () const
 
virtual bool controlsTimestep () const=0
 
virtual label nSubCycles () const=0
 

Additional Inherited Members

- Static Public Member Functions inherited from WallModel< CloudType >
static autoPtr< WallModel< CloudType > > New (const dictionary &dict, CloudType &owner)
 

Detailed Description

template<class CloudType>
class Foam::WallSpringSliderDashpot< CloudType >

Forces between particles and walls, interacting with a spring, slider, damper model.

Reference:

    "Lagrangian numerical simulation of plug flow of cohesionless
     particles in a horizontal pipe"
    Tsuji, Y., Tanaka, T., Ishida, T.,
    Powder Technology
    Volume 73, Issue 3, September 1992, pp. 239-250

Definition at line 51 of file WallSpringSliderDashpot.H.

Constructor & Destructor Documentation

◆ WallSpringSliderDashpot()

WallSpringSliderDashpot ( const dictionary dict,
CloudType cloud 
)

Definition at line 153 of file WallSpringSliderDashpot.C.

References Foam::mag(), nu, and Foam::sqr().

Here is the call graph for this function:

◆ ~WallSpringSliderDashpot()

Definition at line 200 of file WallSpringSliderDashpot.C.

Member Function Documentation

◆ TypeName()

TypeName ( "wallSpringSliderDashpot"  )

◆ volumeFactor()

scalar volumeFactor ( ) const
inline

Definition at line 147 of file WallSpringSliderDashpot.H.

◆ pREff()

Foam::scalar pREff ( const typename CloudType::parcelType p) const
virtual

Implements WallModel< CloudType >.

Definition at line 208 of file WallSpringSliderDashpot.C.

References Foam::cbrt(), and p.

Here is the call graph for this function:

◆ controlsTimestep()

bool controlsTimestep
virtual

Definition at line 222 of file WallSpringSliderDashpot.C.

◆ nSubCycles()

Foam::label nSubCycles
virtual

Definition at line 229 of file WallSpringSliderDashpot.C.

References Foam::pow(), rhoMax, and Foam::sqrt().

Here is the call graph for this function:

◆ evaluateWall()

void evaluateWall ( typename CloudType::parcelType p,
const List< point > &  flatSitePoints,
const List< WallSiteData< vector >> &  flatSiteData,
const List< point > &  sharpSitePoints,
const List< WallSiteData< vector >> &  sharpSiteData 
) const
virtual

Implements WallModel< CloudType >.

Definition at line 255 of file WallSpringSliderDashpot.C.

References forAll, p, and Foam::sqrt().

Here is the call graph for this function:

The documentation for this class was generated from the following files: