Saving a specific value to file
Saving a specific value to file
(OP)
After the solution is complete and the results are viewable, what command lines should I use to store a specific value at a specific node to a file?
For example, how do I store the value of stress in the Y direction at Keypoint 11 to a file named results.out?
For example, how do I store the value of stress in the Y direction at Keypoint 11 to a file named results.out?





RE: Saving a specific value to file
Go into /post1 and read in your results file. Then create a text file with the following commands:
/out,results,out
nsel,s,node,,11
plns,s,y
alls
/out
Read this text file in using "File => Read input...".
Voila.
------------
See FAQ569-1083: Asking questions the smart way on Eng-Tips fora for details on how to make best use of Eng-Tips.com
RE: Saving a specific value to file
/out,results,out
nsel,s,node,,11
prns,s,y
alls
/out
------------
See FAQ569-1083: Asking questions the smart way on Eng-Tips fora for details on how to make best use of Eng-Tips.com