This command is used to update:
1. Parameters of PressureDependMultiYield or PressureIndependMultiYield material. Currently, two material parameters, reference low-strain shear modulus Gr and reference bulk modulus Br, can be modified during an analysis.
2. Permeability parameters of solid-fluid fully coupled elements including FourNodeQuadUP, Nine_Four_Node_QuadUP, BrickUP, and Twenty_Eight_Node_BrickUP.
Please visit http://cyclic.ucsd.edu/opensees for examples.
updateParameter -material $tag -refG $newVal
updateParameter -material $tag -refB $newVal
updateParameter -element $tag -hPerm $newVal
updateParameter -element $tag -vPerm $newVal
$tag |
Material/element number. |
$newVal |
New parameter value. |