FrictionModel Command: Difference between revisions
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
The frictionModel command is used to construct a friction model object, which specifies the behavior of the coefficient of friction in terms of the absolute sliding velocity and the pressure on the contact area. The command has at least one argument, the friction model type. Each type is outlined below. | The frictionModel command is used to construct a friction model object, which specifies the behavior of the coefficient of friction in terms of the absolute sliding velocity and the pressure on the contact area. The command has at least one argument, the friction model type. Each type is outlined below. | ||
{| | {| | ||
Line 18: | Line 17: | ||
*[[Coulomb Friction]] | *[[Coulomb Friction]] | ||
*[[Velocity Dependent Friction]] | *[[Velocity Dependent Friction]] | ||
*[[Velocity and Normal Force Dependent Friction]] | |||
*[[Velocity and Pressure Dependent Friction]] | *[[Velocity and Pressure Dependent Friction]] | ||
*[[Multi-Linear Velocity Dependent Friction]] | |||
---- | |||
The following friction model response quantities can be recorded through the ElementRecorder object, as long as the element has a friction model associated with it: | |||
normalForce, velocity, frictionForce, COF | |||
EXAMPLE: | |||
recorder Element -file Elmt.out -time -ele 1 '''frictionModel normalForce''' |
Latest revision as of 17:16, 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
The frictionModel command is used to construct a friction model object, which specifies the behavior of the coefficient of friction in terms of the absolute sliding velocity and the pressure on the contact area. The command has at least one argument, the friction model type. Each type is outlined below.
frictionModel frnMdlType? arg1? ... |
The type of friction model created and the additional arguments required depend on the frnMdlType? provided in the command.
The following contain information about frnMdlType? and the args required for each of the available friction model types:
- Coulomb Friction
- Velocity Dependent Friction
- Velocity and Normal Force Dependent Friction
- Velocity and Pressure Dependent Friction
- Multi-Linear Velocity Dependent Friction
The following friction model response quantities can be recorded through the ElementRecorder object, as long as the element has a friction model associated with it:
normalForce, velocity, frictionForce, COF
EXAMPLE:
recorder Element -file Elmt.out -time -ele 1 frictionModel normalForce