I would like to know how to change coordinate system for results output such as stress/strain from global to elemental system. I am currently working on curved panels made with orthotropic material and I need to recover the stress in the correct system
Hello @vm81, you can take a look at the *ORIENTATION card (page 543 of ccx 2.17 manual). I believe only rectangular and cylindrical systems are allowed:
thanks for the reply.
I am using the COMPOSITE option as follows:
*SHELL SECTION, ELSET=PLATE, COMPOSITE, ORIENTATION=GLOBAL,OFFSET=0 + the stack definition and it works, having benchmarked displacements against other software.
The problem arises when I want, for example, look at interlaminar shear stress (Sxz,Syz) in the element system and not the global (the panel is not flat but curved)
I have not found a way (in ccx or cgx) to output results in the elemental system. I thought there should be a way.
!UPDATE!
I have found the solution: it is possible to select which system to use in the outputs using the GLOBAL=YES/NO cards.