Pattern Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The pattern command is used to construct a LoadPattern. A LoadPattern in OpenSees
<noinclude>
This 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.  
This 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.  



Revision as of 21:33, 23 February 2010

This 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 <|-- UniformExcitation LoadPattern <|-- MultipleExcitation 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:

  1. Plain Pattern
  1. Uniform Exciatation Pattern
  1. Multi-Support Exciatation Pattern