Is there a way to determine the volume of an element following a structural solve? The postprocessor simply reports the volume of the elements as they were meshed, before deformation.


Yes, alhtough this is not something that is directly available in the ANSYS postprocessor. There is however, a way to do this using the UPCOORD command. Using the UPCOORD command in a subsequent solve, the new displacements of the nodes will be retained and the new volume can be reported in postprocessing. Users should investigate the UPCOORD command before use it to be sure they understand what changes may take place to the model. Below is a simple one element model containing an element of unit volume under pressure and showing the use of the command to report the new volume.


FINI
/CLEAR
/PREP7
BLOCK,,1,,1,,1,
!*
ET,1,SOLID185
!*
MP,EX,1,30e6
MP,PRXY,1,0.3
ESIZE,1
VMESH,ALL
FINISH
/SOL
NSEL,S,LOC,X,0
D,ALL,ALL
ALLSEL
NSEL,S,LOC,X,1
SF.ALL,PRES,1E6
ALLSEL
SOVLE
FINISH
/SOLU
UPCOORD,1
SOLVE
FINI
/POST1
ETABLE,v1,VOLU,
!*
PRETAB,V1
!*

**** Entered By: swescott @ 08/18/2006 03:43 PM ****

Q: Is there a way to determine the volume of an element following a structural solve? The postprocessor simply reports the volume of the elements as they were meshed, before deformation.

A: Yes, alhtough this is not something that is directly available in the ANSYS postprocessor. There is however, a way to do this using the UPCOORD command. Using the UPCOORD command in a subsequent solve, the new displacements of the nodes will be retained and the new volume can be reported in postprocessing. Users should investigate the UPCOORD command before use it to be sure they understand what changes may take place to the model. Below is a simple one element model containing an element of unit volume under pressure and showing the use of the command to report the new volume.


FINI
/CLEAR
/PREP7
BLOCK,,1,,1,,1,
!*
ET,1,SOLID185
!*
MP,EX,1,30e6
MP,PRXY,1,0.3
ESIZE,1
VMESH,ALL
FINISH
/SOL
NSEL,S,LOC,X,0
D,ALL,ALL
ALLSEL
NSEL,S,LOC,X,1
SF.ALL,PRES,1E6
ALLSEL
SOVLE
FINISH
/SOLU
UPCOORD,1
SOLVE
FINI
/POST1
ETABLE,v1,VOLU,
!*
PRETAB,V1
!*





Show Form
No comments yet. Be the first to add a comment!