File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -486,14 +486,6 @@ class OSIMSIMULATION_API ExponentialContactForce : public Force {
486
486
Component::getDiscreteVariableValue(). */
487
487
std::string getSlidingDiscreteStateName () const { return " sliding" ; }
488
488
489
- // 0.0 ≤ Sliding ≤ 1.0.
490
- // A value of 0.0 indicates that p₀ is "static" or fixed in place, in which case
491
- // μ = μₛ. A value of 1.0 indicates that p₀ is "kinetic" or sliding, in which case
492
- // μ = μₖ. A value between 0.0 and 1.0 indicates that a transition from fixed to
493
- // sliding or from sliding to fixed is underway, in which case μₖ ≤ μ ≤ μₛ.
494
- // Sliding is also used to blend between friction Model 1 and Model 2 (see
495
- // above).
496
-
497
489
/* * Get the Sliding state of this exponential contact instance after it
498
490
has been updated to be consistent with the System State. The Sliding state
499
491
lies between 0.0 and 1.0, where 0.0 indicates that p₀ (the elastic anchor)
You can’t perform that action at this time.
0 commit comments