Go to the documentation of this file.
33 #ifndef WallSpringSliderDashpot_H
34 #define WallSpringSliderDashpot_H
46 template<
class CloudType>
127 TypeName(
"wallSpringSliderDashpot");
virtual ~WallSpringSliderDashpot()
Destructor.
scalar Estar_
Effective Young's modulus value.
virtual bool controlsTimestep() const
Whether the WallModel has a timestep limit that will.
scalar alpha_
alpha-coefficient, related to coefficient of restitution
scalar b_
Spring power (b = 1 for linear, b = 3/2 for Hertzian)
scalar Gstar_
Effective shear modulus value.
scalar collisionResolutionSteps_
The number of steps over which to resolve the minimum.
void evaluateWall(typename CloudType::parcelType &p, const point &site, const WallSiteData< vector > &data, scalar pREff, scalar kN, bool cohesion) const
Calculate the wall interaction for a parcel at a given site.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
scalar mu_
Coefficient of friction in for tangential sliding.
scalar volumeFactor_
Volume factor for determining the equivalent size of a.
bool useEquivalentSize_
Switch to control use of equivalent size particles. Used.
virtual scalar pREff(const typename CloudType::parcelType &p) const
Return the effective radius for a particle for the model.
Templated base class for dsmc cloud.
virtual label nSubCycles() const
For WallModels that control the timestep, calculate the.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Templated wall interaction class.
Stores the patch ID and templated data to represent a collision with a wall to be passed to the wall ...
TypeName("wallSpringSliderDashpot")
Runtime type information.
A cloud is a collection of lagrangian particles.
Forces between particles and walls, interacting with a spring, slider, damper model.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
scalar cohesionEnergyDensity_
Cohesion energy density [J/m^3].
ParcelType parcelType
Type of parcel the cloud was instantiated for.
PtrList< dimensionedScalar > rhoMax(fluidRegions.size())
const dictionary & dict() const
Return the dictionary.
WallSpringSliderDashpot(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
scalar volumeFactor() const
Return the volumeFactor.
Database for solution data, solver performance and other reduced data.
void findMinMaxProperties(scalar &rMin, scalar &rhoMax, scalar &vMagMax) const
Find the appropriate properties for determining the minimum.