Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

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

Status
Not open for further replies.

use001

Automotive
Joined
Oct 26, 2015
Messages
4
Location
DE
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.

 
apparently its because the calculation server filtered out the created files. My problem is resolved. Anyway thanks for viewing
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top