Coulomb Friction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
frictionModel Coulomb 1 0.163 | frictionModel Coulomb 1 0.163 | ||
---- | |||
RELATED TO: | |||
* [http://opensees.berkeley.edu/wiki/index.php/Flat_Slider_Bearing_Element Flat Slider Bearing Element] | |||
* [http://opensees.berkeley.edu/wiki/index.php/Single_Friction_Pendulum_Bearing_Element Single Friction Pendulum Bearing Element] | |||
Revision as of 23:14, 3 January 2013
- Command_Manual
- Tcl Commands
- Modeling_Commands
- model
- uniaxialMaterial
- ndMaterial
- frictionModel
- section
- geometricTransf
- element
- node
- sp commands
- mp commands
- timeSeries
- pattern
- mass
- block commands
- region
- rayleigh
- Analysis Commands
- Output Commands
- Misc Commands
- DataBase Commands
This command is used to construct a "Coulomb friction" model object. Coulomb's Law of Friction states that kinetic friction is independent of the sliding velocity.
frictionModel Coulomb $frnTag $mu |
$frnTag | unique friction model object tag |
$mu | coefficient of friction |
EXAMPLE:
frictionModel Coulomb 1 0.163
RELATED TO:
Code Developed by: Andreas Schellenberg, University of California, Berkeley.