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

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

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

Public Member Functions

 TypeName ("wallLocalSpringSliderDashpot")
 
 WallLocalSpringSliderDashpot (const dictionary &dict, CloudType &cloud)
 
virtual ~WallLocalSpringSliderDashpot ()=default
 
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::WallLocalSpringSliderDashpot< 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 52 of file WallLocalSpringSliderDashpot.H.

Constructor & Destructor Documentation

◆ WallLocalSpringSliderDashpot()

WallLocalSpringSliderDashpot ( const dictionary dict,
CloudType cloud 
)

Definition at line 169 of file WallLocalSpringSliderDashpot.C.

References DynamicList::append(), forAll, dictionary::get(), Foam::mag(), mesh, Foam::name(), nu, DynamicList::setSize(), and Foam::sqr().

Here is the call graph for this function:

◆ ~WallLocalSpringSliderDashpot()

virtual ~WallLocalSpringSliderDashpot ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "wallLocalSpringSliderDashpot"  )

◆ volumeFactor()

scalar volumeFactor ( ) const
inline

Definition at line 153 of file WallLocalSpringSliderDashpot.H.

◆ pREff()

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

Implements WallModel< CloudType >.

Definition at line 270 of file WallLocalSpringSliderDashpot.C.

References Foam::cbrt(), and p.

Here is the call graph for this function:

◆ controlsTimestep()

bool controlsTimestep
virtual

Definition at line 284 of file WallLocalSpringSliderDashpot.C.

◆ nSubCycles()

Foam::label nSubCycles
virtual

Definition at line 291 of file WallLocalSpringSliderDashpot.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 317 of file WallLocalSpringSliderDashpot.C.

References forAll, and p.


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