Analysis Command: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 15: Line 15:
# '''VariableTransient''' - for transient analysis with variable time step
# '''VariableTransient''' - for transient analysis with variable time step
|-
|-
numSublevels || integer value indicating number of sublevels transient analysis should try if failure
|'''numSublevels''' || integer value indicating number of sublevels transient analysis should try if failure
|-
|-
numSubSteps || integer value indicating number of steps to be tried at each sublevel
|'''numSubSteps''' || integer value indicating number of steps to be tried at each sublevel
|}
|}


Line 23: Line 23:


If the component objects are not defined before hand, the command automatically creates default component objects and issues warning messages to this effect. The number of warning messages depends on the number of component objects that are undefined.
If the component objects are not defined before hand, the command automatically creates default component objects and issues warning messages to this effect. The number of warning messages depends on the number of component objects that are undefined.
The optional arguments only apply to Transient analysis. When used if analysis failure occurs the analysis will automatically divide the time step. For each level the time step is divided by the number of subSteps. The analysis will for each sublevel attempt numSubSteps, if any substep fails numStepSteps at the next level will be tried.

Latest revision as of 21:09, 19 April 2019




This command is used to construct the Analysis object, which defines what type of analysis is to be performed.

analysis analysisType? <-numSublevels x -numSubSteps y>

$analysisType char string identifying type of analysis object to be constructed. Currently 3 valid options:
  1. Static - for static analysis
  2. Transient - for transient analysis with constant time step
  3. VariableTransient - for transient analysis with variable time step
numSublevels integer value indicating number of sublevels transient analysis should try if failure
numSubSteps integer value indicating number of steps to be tried at each sublevel

NOTE:

If the component objects are not defined before hand, the command automatically creates default component objects and issues warning messages to this effect. The number of warning messages depends on the number of component objects that are undefined.

The optional arguments only apply to Transient analysis. When used if analysis failure occurs the analysis will automatically divide the time step. For each level the time step is divided by the number of subSteps. The analysis will for each sublevel attempt numSubSteps, if any substep fails numStepSteps at the next level will be tried.