Pattern Command: Difference between revisions
(Created page with 'The pattern command is used to construct a LoadPattern. A LoadPattern in OpenSees <uml> abstract class ElementLoad abstract class TimeSeries LoadPattern <|-- UniformExcitation …') |
No edit summary |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{CommandManualMenu}} | |||
The pattern command is used to construct a LoadPattern and add it to the Domain. Each LoadPattern in OpenSees has a [[Time Series Command| TimeSeries]] associated with it. In addition it may contain ElementLoads, NodalLoads and SinglePointConstraints. Some of these SinglePoint constraints may be associated with GroundMotions. | |||
<uml> | <uml> | ||
abstract class ElementLoad | abstract class ElementLoad | ||
abstract class TimeSeries | abstract class TimeSeries | ||
LoadPattern o- "one" TimeSeries | LoadPattern o- "one" TimeSeries | ||
LoadPattern o- ElementLoad | LoadPattern o- ElementLoad | ||
Line 12: | Line 11: | ||
LoadPattern o- SP_Constraint | LoadPattern o- SP_Constraint | ||
</uml> | </uml> | ||
The command has the following form: | |||
{| | |||
| style="background:yellow; color:black; width:800px" | '''pattern patternType? arg1? ...''' | |||
|} | |||
---- | |||
The type of pattern created and the additional arguments required depends on the '''patternType?''' provided in the command. | |||
The following contain information about patternType? and the additional args required for each of the available pattern types: | |||
# [[Plain Pattern]] | |||
# [[Uniform Excitation Pattern]] | |||
# [[Multi-Support Excitation Pattern]] | |||
# [[DRM Load Pattern]] |
Latest revision as of 01:16, 2 March 2013
- 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 pattern command is used to construct a LoadPattern and add it to the Domain. Each LoadPattern in OpenSees has a TimeSeries associated with it. In addition it may contain ElementLoads, NodalLoads and SinglePointConstraints. Some of these SinglePoint constraints may be associated with GroundMotions.
<uml> abstract class ElementLoad abstract class TimeSeries LoadPattern o- "one" TimeSeries LoadPattern o- ElementLoad LoadPattern o- NodalLoad LoadPattern o- SP_Constraint </uml>
The command has the following form:
pattern patternType? arg1? ... |
The type of pattern created and the additional arguments required depends on the patternType? provided in the command. The following contain information about patternType? and the additional args required for each of the available pattern types: