Uniform Excitation Pattern: Difference between revisions
Jump to navigation
Jump to search
m (moved Uniform Exciatation Pattern to Uniform Excitation Pattern: typo in the title) |
No edit summary |
||
Line 13: | Line 13: | ||
|- | |- | ||
| '''$dir''' || direction in which ground motion acts | | '''$dir''' || direction in which ground motion acts | ||
|- | |||
| || 1 - corresponds to global X axis | |||
|- | |||
| || 2 - corresponds to global Y axis | |||
|- | |||
| || 3 - corresponds to global Z axis | |||
|- | |- | ||
| '''$tsTag''' || tag of the TimeSeries series defining the acceleration history. | | '''$tsTag''' || tag of the TimeSeries series defining the acceleration history. |
Revision as of 19:08, 26 May 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
The UniformExcitation pattern allows the user to apply a uniform excitation to a model acting in a certain direction. The command is as follows:
pattern UniformExcitation $patternTag $dir -accel $tsTag <-vel0 $ver0> |
$patternTag | unique tag among load patterns |
$dir | direction in which ground motion acts |
1 - corresponds to global X axis | |
2 - corresponds to global Y axis | |
3 - corresponds to global Z axis | |
$tsTag | tag of the TimeSeries series defining the acceleration history. |
vel0 | optional, the initial velocity, default=0.0. |
NOTES:
- The responses obtained from the nodes for this type of excitation are RELATIVE values, and not the absolute values obtained from a multi-support case.
Code Developed by: fmk