Minimum Unbalanced Displacement Norm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{| | {| | ||
| style="background:yellow; color:black; width:800px" | '''integrator MinUnbalDispNorm $ | | style="background:yellow; color:black; width:800px" | '''integrator MinUnbalDispNorm $dlambda1 <$Jd $minLambda $maxLambda>''' | ||
|} | |} | ||
Line 10: | Line 10: | ||
{| | {| | ||
| style="width:150px" | '''$ | | style="width:150px" | '''$dlambda1 ''' || first load increment (pseudo-time step) at the first iteration in the next invocation of the [[Analysis Command|analysis]] command. | ||
|- | |- | ||
| $Jd || factor relating first load increment at subsequent time steps (optional, default: 1.0) | | '''$Jd''' || factor relating first load increment at subsequent time steps (optional, default: 1.0) | ||
|- | |- | ||
| $minLambda, $maxLambda || arguments used to bound the load increment (optional, default: $ | | '''$minLambda, $maxLambda''' || arguments used to bound the load increment (optional, default: $dLambda1 for both) | ||
|} | |} | ||
Line 30: | Line 30: | ||
THEORY: | THEORY: | ||
The load increment at iteration i, | The load increment at iteration i, <math>d\lambda_{1,i}</math>, is related to the load increment at (i-1), <math>d\lambda_{1,i-1}</math>, and the number of iterations at (i-1), <math>J_{i-1}</math>, by the following: | ||
:<math>d\lambda_{1,i} = d\lambda_{1,i-1}\frac{J_d}{J_{i-1}}</math> | :<math>d\lambda_{1,i} = d\lambda_{1,i-1}\frac{J_d}{J_{i-1}}</math> | ||
Latest revision as of 00:52, 31 August 2010
- 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 command is used to construct a StaticIntegrator object of type MinUnbalDispNorm.
integrator MinUnbalDispNorm $dlambda1 <$Jd $minLambda $maxLambda> |
$dlambda1 | first load increment (pseudo-time step) at the first iteration in the next invocation of the analysis command. |
$Jd | factor relating first load increment at subsequent time steps (optional, default: 1.0) |
$minLambda, $maxLambda | arguments used to bound the load increment (optional, default: $dLambda1 for both) |
EXAMPLE:
integrator MinUnbalDispNorm 0.1;
THEORY:
The load increment at iteration i, <math>d\lambda_{1,i}</math>, is related to the load increment at (i-1), <math>d\lambda_{1,i-1}</math>, and the number of iterations at (i-1), <math>J_{i-1}</math>, by the following:
- <math>d\lambda_{1,i} = d\lambda_{1,i-1}\frac{J_d}{J_{i-1}}</math>
Code Developed by: fmk