• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

export results in txt of elements belonging to named selection

  • Thread starter Thread starter claRO11
  • Start date Start date

claRO11

Guest
good evening to all,
I am stefano, I am a novice of ansys (I use it since December 2012) and I just entered the forum.
I have sought between the various debates and I have found no answer (in case there is, I apologize :-().

I have a shell model. via a snippet command I can save me in a .txt item number, xyz coordinates of the center, and strain components. My problem is that I would like to save in this file are the elements that belong to a certain named selection previously created in mechanical.
Is it possible? Does anyone know the commands to enter to get this?

alternatively I had thought of renumbering the elements of the various named selections with an appropriate criterion that would allow me to easily recognize them in the output file, but from the ansys help I see that it is possible to renumber only by selecting part and not named selection...is it true? :

thank you 1000 in advance for the help! ! !
Hi.
 
Well,
but the snippet command I'm using is written with apdl language, so the commands are the same.
If you know a way to print the results only of the named selection elements, try to pass them, try it doesn't cost me anything! :

Thank you.
 
Actually, I think it's easier to select the items you need to print and then print them, right?

for the selection of elements I use the esel command by selecting the materials by type, material, real, section or components.

because I don't know wb I don't know what you mean by "named selection."
 
problem solved.

simply add these commands before carrying out any rescue/printing operation of the desired entities:

!cmsel allows me to select all the nodes belonging to the named selection "taaac"
cmsel,s,taaac
!esln allows me to select the elements that have as knots the newly selected ones (the flag 1 allows me to consider only the elements that have
All knots included in the group
esln,r,1


Thank you.
See you soon!
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
ciao
Back
Top