Hi ,
I have calculated the volume of elements in model using VOLUME=Rec78(Rec); and it is shown in attached figure. It's a 24000 X 1 matrix but the number of active element in model is itself 2000(as shown in query->active element).
How is there mismatch between 24000 and 2000 ?
The element has 8 node.
Appreciate your help!
Thanks
Aakash
Dear Aakash,
From your Matlab results I see the following:
1) You have two steps in your analysis
2) You possibly use 8-node plane elements which have 4 integration points each
3) You possibly have 3 increments/frames from which you read the results of the element volume.
If the above are true, then the output of the element volume should be:
(2000 elements) x (4 integration points) x (3 increments) = 24000.
Best,
George