Hey,
I understand for 2d analysis ccx converts the model to 3d, however looking at the dat file i have non zero stress in the z direction. how can i control the integration points. This is my output.
*MATERIAL,NAME=steel
*ELASTIC, TYPE=ISOTROPIC
200000, 0.3
*DENSITY
7750
*SOLID SECTION, ELSET=ALL_ELEMENTS, MATERIAL=steel
*BOUNDARY
base_nodes,2,0
2,1,2,0
*STEP
*STATIC, SOLVER=SPOOLES
*BOUNDARY
displacement_nodes,2,1
*EL PRINT,ELSET=ALL_ELEMENTS
S,E,ENER
*NODE PRINT,NSET=ALL_NODES
U
*NODE PRINT,NSET=base_nodes
RF
*NODE FILE,GLOBAL=YES
U,RF
*EL FILE
S,E,ENER
*END STEP
and an example of my elements
1353, 1410, 1423, 1438, 1447
*ELEMENT, type=CPS3, ELSET=Surface4002
1354, 1, 178, 1463
1355, 1, 1463, 1464
1356, 1, 1464, 1465
1357, 1, 1465, 1466
1358, 1, 1466, 1467
1359, 1, 1467, 142
*ELEMENT, type=CPS4, ELSET=Surface4002
1360, 178, 179, 1468, 1463
1361, 1463, 1468, 1469, 1464
thank you