Coulomb Friction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
This command is used to construct a [http://en.wikipedia.org/wiki/Friction"Coulomb friction"] model object. | This command is used to construct a [http://en.wikipedia.org/wiki/Friction"Coulomb friction"] model object. | ||
Coulomb's Law of Friction states that kinetic friction is independent of the sliding velocity. | |||
{| | {| | ||
Line 14: | Line 15: | ||
| '''$mu''' || coefficient of friction | | '''$mu''' || coefficient of friction | ||
|} | |} | ||
Revision as of 19:00, 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 |
EXAMPLES:
frictionModel Coulomb 1 0.163
Code Developed by: Andreas Schellenberg, University of California, Berkeley.