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 Write the parameter value to a text file Reply To: Write the parameter value to a text file

mashetty
Subscriber

Thanks for your response. I have started the simulation from the beginning and now its working. I would like to write the result of an element to the output file, i have tried using this command

esol,2,10,,bfe,temp

(ansys documentation reference ESOL, NVAR, ELEM, NODE, Item, Comp, Name

Specifies element data to be stored from the results file.)

complete code is 

RESUME

/post26

!nsol,2,22,temp

esol,2,10,,bfe,temp

/out,temp_solution,out

prvar,2

/out

 

However, this is not working and in the outfile, i can see the warning : PRVAR is ignored.

Can you please help me in writing the element temperature values w.r.t to the output file. If element values are not available, i would like to write the average of the temperature values of all nodes(for that particular element).

[bingo_chatbox]