Coulomb Friction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
{| | {| | ||
| style="background: | | style="background:lime; color:black; width:800px" | '''frictionModel Coulomb $frnTag $mu''' | ||
|} | |} | ||
Line 18: | Line 18: | ||
[[File:CoulombFriction.png]] | [[File:CoulombFriction.png]] | ||
---- | |||
EXAMPLE: | 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.