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).