Ansys Learning Forum Forums Discuss Simulation Preprocessing Deleting/Adding mid nodes using EMOD on APDL Reply To: Deleting/Adding mid nodes using EMOD on APDL

dlooman
Ansys Employee

The simple test below works for me.

/prep7
et,1,279
block,,1,,1,,1
esize,1
vmesh,1
modmsh,deta
emid,remove,all
elist   

elist output:

ELEM MAT TYP REL ESY SEC        NODES
 
       1   1   1   1   0   1      2     6     4     1     9    10    12    14
                                  0     0     0     0     0     0     0     0
                                  0     0     0     0

Â