Hi, I am implementing a temperature-dependent shell material in Radioss UMAT via dll.
- In
sigpc29c, is the TEMP(NEL) array read-only? - If I calculate a temperature increase from plastic work, can I write it back to
TEMP(i), or must I store it in UVAR to ensure it persists? - Does the solver automatically pass the nodal temperature to
sigpc29c, or is additional setup required in the /MAT/USER/29 card?
Thanks!