Coulomb Friction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
[[File:CoulombFriction.png]] | [[File:CoulombFriction.png]] | ||
EXAMPLE: | EXAMPLE: |
Revision as of 19:29, 20 January 2012
- 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
Code Developed by: Andreas Schellenberg, University of California, Berkeley.