Plain Pattern
- 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 commnand allows the user to construct a LoadPattern object. Each plain load pattern is associated with a TimeSeries object and can contain multiple NodalLoads, ElementalLoads and SP_Constrait objects. To construct a load pattern and populate it, the following command is used:
<uml>
abstract class ElementLoad
abstract class TimeSeries
LoadPattern o- "one" TimeSeries
LoadPattern o- ElementLoad
LoadPattern o- NodalLoad
LoadPattern o- SP_Constraint
</uml>
The command to generate a multi-support excitation contains in { } the commands to generate all the ground motions and the single-point constraints in the pattern. The command is as follows:
pattern Plain $patternTag { |
groundMotion... |
imposedMotion... |
... |
} |
NOTES:
- The results for the responses at the nodes are the ABSOLUTE values, and not relative values as in the case of a UniformExciatation.
- The non-homogeneous single point constraints require an appropriate choice of constraint handler.
$patternTag | unique tag among load patterns |
groundMotion... | command to generate a ground motion |
imposedMotion ... | command to generate an imposed motion |
Code Developed by: fmk