Velocity and Pressure Dependent Friction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
| '''$A''' || nominal contact area | | '''$A''' || nominal contact area | ||
|- | |- | ||
| '''$deltaMu''' || pressure parameter | | '''$deltaMu''' || pressure parameter calibrated from experimental data | ||
|- | |- | ||
| '''$alpha''' || pressure parameter | | '''$alpha''' || pressure parameter calibrated from experimental data | ||
|- | |- | ||
| '''$transRate''' || transition rate from low to high velocity | | '''$transRate''' || transition rate from low to high velocity | ||
Line 28: | Line 28: | ||
EXAMPLES: | EXAMPLES: | ||
frictionModel VPDependent 1 | frictionModel VPDependent 1 0.085 0.163 7.0686 0.05 0.08 0.77 | ||
Revision as of 18:35, 18 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 a 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 calibrated from experimental data |
$alpha | pressure parameter calibrated from experimental data |
$transRate | transition rate from low to high velocity |
EXAMPLES:
frictionModel VPDependent 1 0.085 0.163 7.0686 0.05 0.08 0.77
Code Developed by: Andreas Schellenberg, University of California, Berkeley.