Hi all
I need to postprocess a multi step analysis in APDL. but I am not sure how to write it.
I Use
LSWRITE,1
TIME,1
NSUBST,100,200,100
for the step one, then I define the load and then use SOLVE command ( not sure if I should use LSSOLVE)
then I do the post processing , where I define an array called results
after this post processing I do :
LSWRITE,2
TIME,1
NSUBST,100,200,100
I am not sure what to put for TIME, cause I want the length of each step be 1 seconds. so should it be 1 or accumulated time from step 1 to the end of step 2?
during running the code I get the error of using *dim for the array 'result' since I used the same name for all post processings. is there a command to disable these popups ?
yet : all of the substeps, despite having different loads, give the same output, what could be the error ?