Hi everyone,
can you take a look of my input file
FEAP * * * PFEM * * *
0,0,1,2,2,6
MATErial,1
SOLId
FINIte
ELAStic MNEOHook 210000.0 0.3
block
cart,10,4,,,,,
TRIAngle 6
1 0.0 0.0
2 3.0 0.0
3 3.0 1.5
4 0.0 1.5
EBOU
2,0.0,1,1
2,1.5,1,1
EDISP
2,1.5,0.0,0.6
END
BATCh
TPLO
PROP,1
DT,,0.1
LOOP,TIME,10
loop,equi,99
TANG,,1
next,equi
TIME
plot WIPE
PLOT MESH
PLOT STRE 1
NEXT,TIME
END
SUMS,1,2,0.0
INTE
STOP
The output is zero, no displacement. But if one add END
BATCh
, betweenDT,,0.1
and LOOP,TIME,10
, namely now the input file is FEAP * * * PFEM * * *
0,0,1,2,2,6
MATErial,1
SOLId
FINIte
ELAStic MNEOHook 210000.0 0.3
block
cart,10,4,,,,,
TRIAngle 6
1 0.0 0.0
2 3.0 0.0
3 3.0 1.5
4 0.0 1.5
EBOU
2,0.0,1,1
2,1.5,1,1
EDISP
2,1.5,0.0,0.6
END
BATCh
TPLO
PROP,1
DT,,0.1
END
BATCh
LOOP,TIME,10
loop,equi,99
TANG,,1
next,equi
TIME
plot WIPE
PLOT MESH
PLOT STRE 1
NEXT,TIME
END
SUMS,1,2,0.0
INTE
STOP
, then i works. Can you tell me the reason?
P.S. I use feap version 8.4.