Can anyone help with ANSYS Workbench(Mechanical) 14.5 to obtain and export result from solution
Can anyone help with ANSYS Workbench(Mechanical) 14.5 to obtain and export result from solution
(OP)
Can anyone help with ANSYS Workbench(Mechanical) 14.5 to obtain and export result from solution command line? Edit hi guys,
i'm very new with ansys. I've been given a completed calculation file on "node to node" contact gap calculation. In the soultion part, there's some command that making plots/graph for the results.
/GCOLUMN, 1, Penetration
*VPLOT,Werte_ges(1,4),Werte_ges(1,1),,,, , , , ,
/GCOLUMN, 1, Gap
*VPLOT,Werte_ges(1,4),Werte_ges(1,3),,,, , , , ,
/show,close
So i am required to change these commands so that i could get the value of each nodes into text or excel.
can anyone help me with it?
i've tried chaging the command to :
*CFOPEN,SEALING_FACE_1,txt
*VWRITE,Werte_ges(1,4),Werte_ges(1,3),,,, , , , ,
(30F10.0)
*CFCLOS
but i doesnt find any .txt files created although the calculation is completed.
Hope you guys understand what i'm trying to say and ask.
i'm very new with ansys. I've been given a completed calculation file on "node to node" contact gap calculation. In the soultion part, there's some command that making plots/graph for the results.
/GCOLUMN, 1, Penetration
*VPLOT,Werte_ges(1,4),Werte_ges(1,1),,,, , , , ,
/GCOLUMN, 1, Gap
*VPLOT,Werte_ges(1,4),Werte_ges(1,3),,,, , , , ,
/show,close
So i am required to change these commands so that i could get the value of each nodes into text or excel.
can anyone help me with it?
i've tried chaging the command to :
*CFOPEN,SEALING_FACE_1,txt
*VWRITE,Werte_ges(1,4),Werte_ges(1,3),,,, , , , ,
(30F10.0)
*CFCLOS
but i doesnt find any .txt files created although the calculation is completed.
Hope you guys understand what i'm trying to say and ask.





RE: Can anyone help with ANSYS Workbench(Mechanical) 14.5 to obtain and export result from solution