General Commands: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:


:;<h2>[[addToParameter Command]]</h2>
:;<h2>[[addToParameter Command]]</h2>
: In case that more objects (e.g., element, section) are mapped to an existing parameter, the following command can be used to :relate these additional objects to the specific parameter:   
: In case that more objects (e.g., element, section) are mapped to an existing parameter, the following command can be used to  
: relate these additional objects to the specific parameter:   


{|  
{|  
Line 24: Line 25:
|}
|}


:;<h2>[[addToParameter Command]]</h2>
:;<h2>[[updateParameter Command]]</h2>
: In case that more objects (e.g., element, section) are mapped to an existing parameter, the following command can be used to :relate these additional objects to the specific parameter:
: Once the parameters in FE model are defined, their value can be updated:


{|  
{|  
| style="background:yellow; color:black; width:800px" | '''parameter $tag <specific object arguments>'''
| style="background:yellow; color:black; width:800px" | '''updateParameter $tag $newValue>'''
|}
 
:;<h2>[[sensitivityIntegrator Command]]</h2>
: For static analysis, the only option currently available is:
 
{|
| style="background:yellow; color:black; width:800px" | '''sensitivityIntegrator -static>'''
|}
: which must be defined before the ‘analysis’ command.
 
{|
| style="background:yellow; color:black; width:800px" | '''sensitivityIntegrator -static>'''
|}
|}

Revision as of 00:23, 13 March 2011





reliability Command

This command creates the reliability domain in which the sensitivity, reliability and optimization components are kept. This
reliability domain is parallel to the finite element (FE) domain in OpenSees. Currently, the commands for stand-alone sensitivity : analysis (e.g., sensitivityIntegrator, sensitivityAlgorithm) are set in the reliability domain only and, thus, the ‘reliability’
reliability

parameter Command

In DDM-based FE response sensitivity analysis, the sensitivity parameters can be material,
geometry or discrete loading parameters. Each parameter should be defined as:
parameter $tag <specific object arguments>

addToParameter Command

In case that more objects (e.g., element, section) are mapped to an existing parameter, the following command can be used to
relate these additional objects to the specific parameter:
addToParameter $tag <specific object arguments>

updateParameter Command

Once the parameters in FE model are defined, their value can be updated:
updateParameter $tag $newValue>

sensitivityIntegrator Command

For static analysis, the only option currently available is:
sensitivityIntegrator -static>
which must be defined before the ‘analysis’ command.
sensitivityIntegrator -static>