-
-
June 6, 2022 at 9:58 amFAQParticipant
Force Frictional Sliding contact is not designed to model a sticking situation. It works well for sliding contact where the friction leads to a resisting force (opposed to the sliding velocity) which is directly proportional to the normal contact force Ft=mu*Fn. In order to avoid integration difficulty with low sliding velocities (basically when the contact would ideally be sticking or close to sticking), the friction factor varies linearly between 0 and its nominal values if the sliding velocity is lower than a given velocity.
In summary,
If ||v||>=v_tol, Ft=mu*Fn
If ||v||This velocity tolerance is internally computed from the contact radius among many other parameters. Unfortunately, this tolerance cannot be obtained or set by the user. However, there is a command that affects its computation:
options=CS_SolverOptions()
options.VelocityToleranceFactor=1.0
The default value is 100. It allows to improve the behavior to be “closer” to a sticking contact but it won’t ever be perfectly sticking. With a factor=1 (a lower velocity tolerance), it will be possible to have lower sliding velocities, like an “almost sticking” contact status.
-
Introducing Ansys Electronics Desktop on Ansys Cloud
The Watch & Learn video article provides an overview of cloud computing from Electronics Desktop and details the product licenses and subscriptions to ANSYS Cloud Service that are...
How to Create a Reflector for a Center High-Mounted Stop Lamp (CHMSL)
This video article demonstrates how to create a reflector for a center high-mounted stop lamp. Optical Part design in Ansys SPEOS enables the design and validation of multiple...
Introducing the GEKO Turbulence Model in Ansys Fluent
The GEKO (GEneralized K-Omega) turbulence model offers a flexible, robust, general-purpose approach to RANS turbulence modeling. Introducing 2 videos: Part 1 provides background information on the model and a...
Postprocessing on Ansys EnSight
This video demonstrates exporting data from Fluent in EnSight Case Gold format, and it reviews the basic postprocessing capabilities of EnSight.
- Why is damped frequency is lower than undamped frequency with viscous damping but larger with structural damping?
- In Workbench Mechanical, how can I obtain strain energy output for Modal analysis?
- How can I specify acceleration at a node? Could I use the ‘big mass method’?
- How to define variable thickness shell elements in ANSYS Mechanical? Is there any verification example of the variable thickness shell modal analysis available?
- How to apply application-based settings to improve the performance and robustness of transient structural analyses?
- Is it possible to perform a sine-on-random vibration analysis in either Mechanical or Mechanical APDL?
- In a Modal Analysis of Mechanical, why aren’t the Participation Factors Summary under Solution Information displayed?
- How to include effect of bolt pretension in a modal analysis?
- ANSYS Mechanical: Vibration Housing Noise
- How to setup Initial, Minimum and Maximum time step in Transient analysis?
© 2024 Copyright ANSYS, Inc. All rights reserved.