TAGGED: ansys-mechanical-apdl, heating, temperature
-
-
September 7, 2023 at 8:55 pmLoïc FéréolSubscriber
Hi 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 amErik KostsonAnsys 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 pmChandra SekaranAnsys Employee
Yes, Post26 operations as Erik points out are best for doing this in MAPDL.
-
September 8, 2023 at 1:26 pmLoïc FéréolSubscriber
Hi Erik and Chandra,
Thank you for your answers. I'm working on this right away !Best,
Loïc -
September 8, 2023 at 1:49 pmErik KostsonAnsys Employee
A 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 amLoïc FéréolSubscriber
Hi 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.
- How to apply Compression-only Support?
- At least one body has been found to have only 1 element in at least 2 directions
- Error when opening saved Workbench project
- Geometric stiffness matrix for solid elements
- Frictional No separation contact
- Script Error Code:800a000d
- Timestep range set for animation export
- Image to file in Mechanical is bugged and does not show text
- Elastic limit load, Elastic-plastic limit load
- Element has excessive thickness change, distortion, is turning inside out
-
1507
-
599
-
597
-
591
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.