Author Topic: User Element for Time-Dependent, Thermomechanical Problems  (Read 3826 times)

ikoutrom

  • Jr. Member
  • **
  • Posts: 18
User Element for Time-Dependent, Thermomechanical Problems
« on: March 19, 2015, 03:39:43 PM »
Hello,

I would like to create a user-defined element for coupled, time-dependent thermo-mechanical analysis.

One obvious approach that I can employ is to use an extra degree of freedom for the temperature quantities, but the trouble in this case is that that the solid-mechanics-part of
the solution will involve second derivatives with time (and the need to use, say, Newmark method), while the thermal part of the solution will only involve first derivatives with respect to time (entailing the need to use, e.g., a trapezoidal or midpoint rule). Thus, I have the impression that this may create problems...

Thus, I wanted to ask whether there are any suggestions on how I can tackle this problem.

Thank you very much in advance for your help,

Yannis


Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: User Element for Time-Dependent, Thermomechanical Problems
« Reply #1 on: March 19, 2015, 04:32:56 PM »
if you use the order command then out implementation of Newmark has options that look at the order and integrate accordingly.  See dyna01.f and use of ndo array which is the order and is either 1 or 2.

The small displacement implementations have thermo mechanical use now.