I am trying to perform reliability analysis but I am getting a weird error in which a windows warning pups up and the program freezes and stops working. I am a new user. I am also posting part of the analysis loop below.
Anybody can help me please?
reliability
update materials to ensure elastic behavior
updateMaterialStage -material 1 -stage 0
updateMaterialStage -material 2 -stage 0
updateMaterialStage -material 3 -stage 0
constraints Penalty 1.e14 1.e14
test NormDispIncr 1e-4 35 1
algorithm KrylovNewton
numberer RCM
system ProfileSPD
integrator NewmarkWithSensitivity $gamma $beta
sensitivityIntegrator -definedAbove
sensitivityAlgorithm -computeAtEachStep
analysis Transient
set startT [clock seconds]
analyze 10 5.0e2
randomVariable 5 normal $phi 5
parameter 5 element 57 material 3 $phi
addToParameter 5 element 58 material 3 $phi
addToParameter 5 element 59 material 3 $phi
addToParameter 5 element 60 material 3 $phi
foreach p [getParamTags] {
randomVariablePositioner $p -rvNum $p -parameter $p
}
puts "Finished with elastic gravity analysis..."
Question
Moderators: silvia, selimgunay, Moderators
Re: Question
What's the error?