Ansys Learning Forum Forums Discuss Simulation LS Dyna Help Needed: Implementing Temperature Transfer in 2D Multi-Material Eulerian Dom Reply To: Help Needed: Implementing Temperature Transfer in 2D Multi-Material Eulerian Dom

Chris Quan
Ansys Employee

Temperature in the Autodyn multi-material Euler solver is not an element variable. It is a material variable. See the Note D for TEMP in the Section 6.1. Autodyn-2D – Structured (IJK) Solvers from Autodyn User Subroutine Guide.

 

 

Below is the Note D from the Autodyn User Subroutine Guide:

 

To access the multi-material variables, you need to call GETMLT to retrieve the material variables and then call PUTMLT to store them back and clear the memory. More information can be found from the Section 3.6. Accessing Multiple Material Data – All IJK Solvers from Autodyn User Subroutine Guide.

Â