Hi,
I am trying to use ccx to run a .inp that is generated using pyNuMAD (for generating shell/solid elements). I have followed all the general rules to make it ccx compatible. I’m still getting errors.
Here is a one snippet of Shell General Section:
*Shell General Section, elset=set_00_00_HP_TE_FLAT, composite, orientation=ori_00_00_HP_TE_FLAT, offset=0.5, layup=lyp_00_00_HP_TE_FLAT
0.0005, , Gelcoat, 0.0
0.053, , glass_triax, 0.0
0.045, , glass_triax, 0.0
And one orientation:
*Orientation, name=ori_00_00_HP_TE_FLAT
-0.21795462123058096, -0.015483496043146583, 6.896551724137931, -0.04413309173430369, -0.13555182325790105, 0.0
3, 0.
I know ccx can’t handle ‘Shell general Section’. But my question is, if I remove all the Shell Generation Section, will it impact the mesh and the solution. Also, Is there a way to edit the shell generation section to make it ccx compatible?