Author Topic: thermo-mechanical coupling  (Read 4400 times)

BSFEAP

  • Jr. Member
  • **
  • Posts: 22
thermo-mechanical coupling
« on: March 21, 2016, 09:44:19 AM »
Dear All,

I am solving thermo-mechanical coupling by using Part.  For the following cases, results are not equal.....
case 1:::.
batch
dt,,0.0
LOOP time 1
   TIME
   LOOP,,5
   PART,,1
      LOOP iter 5
         TANGent,,1
      NEXT,iter
   PART,,2
      LOOP iter 5
         TANGent,,1
      NEXT,iter
   NEXT 
NEXT time
end

case 2:::
batch
dt,,0.0
LOOP time 1
   TIME
   LOOP,,5
   PART,,2
      LOOP iter 5
         TANGent,,1
      NEXT,iter
   PART,,1
      LOOP iter 5
         TANGent,,1
      NEXT,iter
   NEXT 
NEXT time
end


FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: thermo-mechanical coupling
« Reply #1 on: March 21, 2016, 05:33:38 PM »
Why would you expect them to be equal?  These are non-linear flow operators that do not commute.

BSFEAP

  • Jr. Member
  • **
  • Posts: 22
Re: thermo-mechanical coupling
« Reply #2 on: March 22, 2016, 03:52:13 AM »
Thank you..
if I use
PARTitions
1 1 1 0
0 0 0 1

which case, the results is more accurate??
first solve part,,2 or first solve part,,1

Yaakov

  • Sr. Member
  • ****
  • Posts: 323
Re: thermo-mechanical coupling
« Reply #3 on: April 23, 2016, 05:49:41 PM »
Comparison of experimental or (finite element & theory)analytical results can tell u, which one is better one.
Let's boost FEAP's performance!

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2649
Re: thermo-mechanical coupling
« Reply #4 on: April 24, 2016, 11:28:51 AM »
If the thermo-mechanical coupling is one way (e.g., temperatures affect strains but stress/strain does not affect temperature change) then solving the thermal problem first is best.  If you solve the mechanical one first you would not get any effect from the final temperature at this time step.  If there is two way coupling then it depends on which is the strongest effect -- usually this is still the temperature one and solving it first may be better than the other way around.