SKJoe
Mechanical
- Jun 6, 2005
- 78
Hi,
I would like to double entire model in ansys (at least nodes and elements). I tried the following way, but it doesnt work :
/prep7 ! creating model
...
NUMMRG, ALL
NUMCMP, ALL
NWRITE,'nodes','txt'
EWRITE,'elems','txt'
*GET,ne,ELEM,,NUM,MAX
NUMOFF, ELEM, ne
*GET,nn,node,,NUM,MAX
NUMOFF, node, nn
LOCAL,11,0,25,-2,0,180, , ,1,1 ! created new position of copy
CSYS,11
NRRANG,1,99999999,1
NREAD,'NODES','TXT'
ERRANG,1,99999999,1
EREAD,'ELEMS','TXT'
i just hoped that if i define new local coordinate system, copy will be attached to it...of course not - you can not do things in the easiest way...The nodes and elems are readed correctly numbered, but in global cartesian.
anyone can help, please ?
Regards,
lubo
I would like to double entire model in ansys (at least nodes and elements). I tried the following way, but it doesnt work :
/prep7 ! creating model
...
NUMMRG, ALL
NUMCMP, ALL
NWRITE,'nodes','txt'
EWRITE,'elems','txt'
*GET,ne,ELEM,,NUM,MAX
NUMOFF, ELEM, ne
*GET,nn,node,,NUM,MAX
NUMOFF, node, nn
LOCAL,11,0,25,-2,0,180, , ,1,1 ! created new position of copy
CSYS,11
NRRANG,1,99999999,1
NREAD,'NODES','TXT'
ERRANG,1,99999999,1
EREAD,'ELEMS','TXT'
i just hoped that if i define new local coordinate system, copy will be attached to it...of course not - you can not do things in the easiest way...The nodes and elems are readed correctly numbered, but in global cartesian.
anyone can help, please ?
Regards,
lubo