Velocity Dependent Friction: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct a VDependent friction model object. {| | style="background:yellow; color:black; width:800px" | '''frictionModel VDepend...') |
No edit summary |
||
Line 14: | Line 14: | ||
| '''$muSlow''' || coefficient of friction at low velocity | | '''$muSlow''' || coefficient of friction at low velocity | ||
|- | |- | ||
| '''$ | | '''$muFast''' || coefficient of friction at high velocity | ||
|- | |- | ||
| '''$transRate''' || transition rate from low to high velocity | | '''$transRate''' || transition rate from low to high velocity |
Revision as of 23:31, 8 July 2011
- 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 VDependent friction model object.
frictionModel VDependent $frnTag $muSlow $muFast $transRate |
$frnTag | unique friction model object tag |
$muSlow | coefficient of friction at low velocity |
$muFast | coefficient of friction at high velocity |
$transRate | transition rate from low to high velocity |
EXAMPLES:
frictionModel VDependent 1 0.085 0.163 0.77
Code Developed by: Andreas Schellenberg, University of California, Berkeley.