Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › Accessing node temperatures in User Programmable Feature during solution › Reply To: Accessing node temperatures in User Programmable Feature during solution
Thanks for the comrehensive answer!
I’ve tried using the dspget function before; however, I was using just /UPF method and was getting wrong values. I’ll try using it with a custom executable and I think this will probably work.
About include decks – after including decks in your subroutine file, you’ll get access to parameters declared in this .inc file. Am I getting it right?
And are there any ways to get analogues of user state variables while solving my problem (without using some write to file methods, e.t.c)? I want to print some data (heat generation values, for example) after the solution is complete in form of figures using ANSYS Post.
And isI there a way of passinIg some parameters to subroutines? (say, usinIg command snippets)
Thanks in advance!