PySimple1 materials in OpenSeesMP
Posted: Sun Jun 21, 2009 7:17 am
Hi,
The following script doesn't run in OpenSeesMP, can anyone explain why? I've checked and it works on the secuencial OpenSees (2.1.0). Thanks.
wipe
model BasicBuilder -ndm 3 -ndf 6
node 1 0 0 0
node 2 0 0 0
fix 1 1 1 1 1 1 1
fix 2 0 0 1 1 1 1
uniaxialMaterial PySimple1 1 2 300 0.05 0.3
element zeroLength 1 1 2 -mat 1 1 -dir 1 2
# Fuerza lateral
pattern Plain 1 Linear {
load 2 100 0 0 0 0 0
}
test NormDispIncr 1.0e-4 10
algorithm Newton
system ProfileSPD
constraints Plain
numberer RCM
integrator LoadControl 0.1
analysis Static
analyze 10
print ele
print node
The following script doesn't run in OpenSeesMP, can anyone explain why? I've checked and it works on the secuencial OpenSees (2.1.0). Thanks.
wipe
model BasicBuilder -ndm 3 -ndf 6
node 1 0 0 0
node 2 0 0 0
fix 1 1 1 1 1 1 1
fix 2 0 0 1 1 1 1
uniaxialMaterial PySimple1 1 2 300 0.05 0.3
element zeroLength 1 1 2 -mat 1 1 -dir 1 2
# Fuerza lateral
pattern Plain 1 Linear {
load 2 100 0 0 0 0 0
}
test NormDispIncr 1.0e-4 10
algorithm Newton
system ProfileSPD
constraints Plain
numberer RCM
integrator LoadControl 0.1
analysis Static
analyze 10
print ele
print node