Coulomb Friction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | {{CommandManualMenu}} | ||
This command is used to construct a [Coulomb] | 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. | |||
{| | {| | ||
| style="background: | | style="background:lime; color:black; width:800px" | '''frictionModel Coulomb $frnTag $mu''' | ||
|} | |} | ||
Line 16: | Line 17: | ||
[[File:CoulombFriction.png]] | |||
---- | |||
EXAMPLE: | |||
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] | |||
* [http://opensees.berkeley.edu/wiki/index.php/Triple_Friction_Pendulum_Element Triple Friction Pendulum Bearing Element] | |||
Latest revision as of 20:04, 18 September 2014
- 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:
- Flat Slider Bearing Element
- Single Friction Pendulum Bearing Element
- Triple Friction Pendulum Bearing Element
Code Developed by: Andreas Schellenberg, University of California, Berkeley.