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


Public Member Functions | |
| TypeName ("wallLocalSpringSliderDashpot") | |
| Runtime type information. More... | |
| WallLocalSpringSliderDashpot (const dictionary &dict, CloudType &cloud) | |
| Construct from dictionary. More... | |
| virtual | ~WallLocalSpringSliderDashpot () |
| Destructor. More... | |
| scalar | volumeFactor () const |
| Return the volumeFactor. More... | |
| virtual scalar | pREff (const typename CloudType::parcelType &p) const |
| Return the effective radius for a particle for the model. More... | |
| virtual bool | controlsTimestep () const |
| Whether the WallModel has a timestep limit that will. More... | |
| virtual label | nSubCycles () const |
| For WallModels that control the timestep, calculate the. More... | |
| 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 |
| Calculate the wall interaction for a parcel. More... | |
Public Member Functions inherited from WallModel< CloudType > | |
| TypeName ("wallModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, WallModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
| Declare runtime constructor selection table. More... | |
| WallModel (const dictionary &dict, CloudType &owner, const word &type) | |
| Construct from components. More... | |
| virtual | ~WallModel () |
| Destructor. More... | |
| const CloudType & | owner () const |
| Return the owner cloud object. More... | |
| CloudType & | owner () |
| Return non-const access to the owner cloud object. More... | |
| const dictionary & | dict () const |
| Return the dictionary. More... | |
| const dictionary & | coeffDict () const |
| Return the coefficients dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from WallModel< CloudType > | |
| static autoPtr< WallModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. More... | |
Forces between particles and walls, interacting with a spring, slider, damper model.
Definition at line 46 of file WallLocalSpringSliderDashpot.H.
| WallLocalSpringSliderDashpot | ( | const dictionary & | dict, |
| CloudType & | cloud | ||
| ) |
Construct from dictionary.
Definition at line 175 of file WallLocalSpringSliderDashpot.C.
References DynamicList< T, SizeInc, SizeMult, SizeDiv >::append(), polyMesh::boundaryMesh(), forAll, lookup(), dictionary::lookup(), Foam::mag(), mesh, Foam::name(), nu, patchi, readScalar, PtrList< T >::setSize(), List< T >::size(), UPtrList< T >::size(), and Foam::sqr().

|
virtual |
Destructor.
Definition at line 280 of file WallLocalSpringSliderDashpot.C.
References WallLocalSpringSliderDashpot< CloudType >::pREff().

| TypeName | ( | "wallLocalSpringSliderDashpot" | ) |
Runtime type information.
|
inline |
Return the volumeFactor.
Definition at line 147 of file WallLocalSpringSliderDashpot.H.
References WallLocalSpringSliderDashpot< CloudType >::controlsTimestep(), WallLocalSpringSliderDashpot< CloudType >::nSubCycles(), and WallLocalSpringSliderDashpot< CloudType >::pREff().

|
virtual |
Return the effective radius for a particle for the model.
Implements WallModel< CloudType >.
Definition at line 288 of file WallLocalSpringSliderDashpot.C.
References Foam::cbrt().
Referenced by WallLocalSpringSliderDashpot< CloudType >::volumeFactor(), and WallLocalSpringSliderDashpot< CloudType >::~WallLocalSpringSliderDashpot().


|
virtual |
Whether the WallModel has a timestep limit that will.
require subCycling
Implements WallModel< CloudType >.
Definition at line 304 of file WallLocalSpringSliderDashpot.C.
Referenced by WallLocalSpringSliderDashpot< CloudType >::volumeFactor().

|
virtual |
For WallModels that control the timestep, calculate the.
number of subCycles needed to satisfy the minimum allowable timestep
Implements WallModel< CloudType >.
Definition at line 311 of file WallLocalSpringSliderDashpot.C.
References Foam::pow(), rhoMax(), and Foam::sqrt().
Referenced by WallLocalSpringSliderDashpot< CloudType >::volumeFactor().


|
virtual |
Calculate the wall interaction for a parcel.
Implements WallModel< CloudType >.
Definition at line 337 of file WallLocalSpringSliderDashpot.C.
References forAll.
1.8.11