Dear all,
I use FEAP8.4. For a research procedure I want to create it is necessary to solve a linear elastic problem independently for every time point ,that is, without taking into account the previous residual and dispacements field. To this end i try to use the following list of commands
BATCH
DT,,0.01
PROP,user,1
END
1 1 0.0 1.01 1.0 0.0 0.0 0.0 10000.0
Batch
noprint
LOOP,,9000
TIME,SET,0.0
LOOP, ,100
TIME
ZERO
RESD,MISES,360.0 !special user defined macro via umacr
TANG,,1
stre,all
disp,all
next
RSDM,,10 !special user defined macro via umacr
next
end
However I see that i am not getting the correct results from the analysis.Even when I remove from the input file the user commands still the analysis results are not correct.
Am I using the ZERO command appropriately?