Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation General Mechanical Data export from simulation way too slow Reply To: Data export from simulation way too slow

Sebastien ARRIVET
Subscriber

Thanks for your answer. I've tried the following based on what I understood:

*cfopen,csv_name
*cfwrite,'node_num',S11,S22,S33
/PREP7
allsel
cmsel,s,N_POST,NODE
*vget,NMASK,node,,nsel
*vmask,NMASK(1)
*vget,node_list,node,,NLIST
/POST1
*vmask,NMASK(1)
*vget,array_S11,node,,S,X
*vget,array_S22,node,,S,Y
*vget,array_S33,node,,S,Z
*vwrite, node_list,array_S11,array_S22,array_S33
(I,ES2.3,ES2.3,ES2.3)
*cfclos

 

And I get the following warning: "Some entities requested in the *VGET were underfined". It happens for the request of S,X; S,Y and S,Z. 

I'm not familiar with array like variable in ANSYS APDL, so I'm not sure how to solve that.

[bingo_chatbox]