33 #ifndef WallLocalSpringSliderDashpot_H
34 #define WallLocalSpringSliderDashpot_H
48 template<
class CloudType>
84 scalar collisionResolutionSteps_;
102 scalar volumeFactor_;
106 bool useEquivalentSize_;
113 void findMinMaxProperties
134 TypeName(
"wallLocalSpringSliderDashpot");
152 return volumeFactor_;
168 virtual void evaluateWall
Templated base class for dsmc cloud.
ParcelType parcelType
Type of parcel the cloud was instantiated for.
Forces between particles and walls, interacting with a spring, slider, damper model.
virtual label nSubCycles() const
For WallModels that control the timestep, calculate the.
TypeName("wallLocalSpringSliderDashpot")
Runtime type information.
virtual ~WallLocalSpringSliderDashpot()
Destructor.
WallLocalSpringSliderDashpot(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
virtual scalar pREff(const typename CloudType::parcelType &p) const
Return the effective radius for a particle for the model.
virtual bool controlsTimestep() const
Whether the WallModel has a timestep limit that will.
scalar volumeFactor() const
Return the volumeFactor.
Templated wall interaction class.
const dictionary & dict() const
Return the dictionary.
Stores the patch ID and templated data to represent a collision with a wall to be passed to the wall ...
A cloud is a collection of lagrangian particles.
A list of keyword definitions, which are a keyword followed by any number of values (e....
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.