TAGGED: ansys-mechanical-apdl, heating, temperature
-
-
September 7, 2023 at 8:55 pm
Loïc Féréol
SubscriberHi Ansys community,
I want to compute a derivative using APDL. To be precise, I want to calculate the heating rate in post processing, i.e. the time derivative of Temperature. To do so, my idea is to use an Euler scheme using the temperature for a given time, the one before and the time step. Is there a way to do so (for an APDL beginner)?
Thank you, -
September 8, 2023 at 9:43 am
Erik Kostson
Ansys EmployeeÂ
Hi
Â
One way of looking at this.
Perhaps look at post26 commands DERIV and prvar or plvar.
See the apdl command reference (in the help manual) for more info on these commands.
All the best
Erik
Â
-
September 8, 2023 at 1:23 pm
Chandra Sekaran
Ansys EmployeeYes, Post26 operations as Erik points out are best for doing this in MAPDL.
-
September 8, 2023 at 1:26 pm
Loïc Féréol
SubscriberHi Erik and Chandra,
Thank you for your answers. I'm working on this right away !Best,Â
Loïc -
September 8, 2023 at 1:49 pm
Erik Kostson
Ansys EmployeeA sample code that might help (variable 1 is time):
/POST26
nsol,2,2047,temp
deriv,3,2,1Â
plvar,3 -
September 13, 2023 at 12:08 am
Loïc Féréol
SubscriberHi Erik and Chandra,
First, thank you for your advices that helped me a lot. For the moment, I can calculate the heating rate for each node and display it. Is there a command to display the quantity calculated on all the domain for a given time step (just like the temperature) ? I did not find such a command in the manual.
Best,
-
- The topic ‘Time derivative computation’ is closed to new replies.
-
3432
-
1057
-
1051
-
896
-
892
© 2025 Copyright ANSYS, Inc. All rights reserved.