Velocity and Pressure Dependent Friction: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{CommandManualMenu}} This command is used to construct an elastomericBearing element object, which is defined by two nodes. The element can have zero length or the appropriate ...') |
No edit summary |
||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | {{CommandManualMenu}} | ||
This command is used to construct an | This command is used to construct an VPDependent friction model object. | ||
{| | {| | ||
| style="background:yellow; color:black; width:800px" | '''frictionModel VPDependent $frnTag $ | | style="background:yellow; color:black; width:800px" | '''frictionModel VPDependent $frnTag $muSlow $muFast0 $A $deltaMu $alpha $transRate''' | ||
|} | |} | ||
Line 13: | Line 12: | ||
| style="width:150px" | '''$frnTag''' || unique friction model object tag | | style="width:150px" | '''$frnTag''' || unique friction model object tag | ||
|- | |- | ||
| '''$ | | '''$muSlow''' || coefficient of friction at low velocity | ||
|- | |- | ||
| '''$ | | '''$muFast0''' || initial coefficient of friction at high velocity | ||
|- | |- | ||
| '''$ | | '''$A''' || nominal contact area | ||
|- | |- | ||
| '''$ | | '''$deltaMu''' || pressure parameter | ||
|- | |- | ||
| ''' | | '''$alpha''' || pressure parameter | ||
|- | |- | ||
| ''' | | '''$transRate''' || transition rate from low to high velocity | ||
|} | |} | ||
Line 39: | Line 28: | ||
EXAMPLES: | EXAMPLES: | ||
frictionModel VPDependent 1 1 2 20.0 2.50 0.02 -P 1 -Mz 2; | |||
Revision as of 22:14, 17 March 2010
- 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 an VPDependent friction model object.
frictionModel VPDependent $frnTag $muSlow $muFast0 $A $deltaMu $alpha $transRate |
$frnTag | unique friction model object tag |
$muSlow | coefficient of friction at low velocity |
$muFast0 | initial coefficient of friction at high velocity |
$A | nominal contact area |
$deltaMu | pressure parameter |
$alpha | pressure parameter |
$transRate | transition rate from low to high velocity |
EXAMPLES:
frictionModel VPDependent 1 1 2 20.0 2.50 0.02 -P 1 -Mz 2;
Code Developed by: Andreas Schellenberg, University of California, Berkeley.