Uniform Excitation Pattern
The UniformExcitation
pattern allows the user to apply a
uniform excitation to a model acting in a certain direction. The
resulting load pattern is applied as
\[ P(t) = \ddot{u}_g \mathbf{m} \iota \]
The command is as follows:
Model.pattern(“UniformExcitation”, name, dof, accel)
dof |
int
|
| ||||||||||||
accel |
Ref(Path)
|
acceleration time series | ||||||||||||
v0 |
float
|
initial velocity. | ||||||||||||
scale |
float
|
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