I am trying to use stdbrick element to model a cocncrete wall (can I ?) , but I am getting following errors even for a small model
WARNING FE_Element::setID() - numDOF and number of dof at the DOF_Groups
WARNING FE_Element::setID() - numDOF and number of dof at the DOF_Groups
WARNING BandGenLinLapackSolver::solve() -LAPACK routine returned 1
WARNING NewtonRaphson::solveCurrentStep() -the LinearSysOfEqn failed in solve()
StaticAnalysis::analyze() - the Algorithm failed at iteration: 0 with domain at load factor 0.1
OpenSees > analyze failed, returned: -3 error flag
-3
model:
model basic -ndm 3 -ndf 6
#Define geometry of Concrete
node 1 0.3 0.3 0
node 2 0 0.3 0
node 3 0 0 0
node 4 0.3 0 0
node 5 0.3 0.3 0.3
node 6 0 0.3 0.3
node 7 0 0 0.3
node 8 0.3 0 0.3
#Boundary conditions
fix 1 0 0 1 0 0 0
fix 2 0 0 1 0 0 0
fix 3 1 1 1 0 0 0
fix 4 0 1 1 0 0 0
nDMaterial ElasticIsotropic 1 30000000 0.2 24
element stdBrick 1 1 2 3 4 5 6 7 8 1
set load 1
pattern Plain 1 Linear {
load 5 0 0 -$load 0 0 0
load 6 0 0 -$load 0 0 0
load 7 0 0 -$load 0 0 0
load 8 0 0 -$load 0 0 0
}
constraints Plain
numberer RCM
system BandGeneral
test RelativeNormUnbalance 1.0e-6 20 1;
algorithm Newton;
integrator LoadControl 0.1
analysis Static
recorder Element -file Brickstress.out -time -ele 1 stresses
recorder Element -file Brickstrain.out -time -ele 1 strains
analyze 10
Thanks in advance