Author Topic: One-way coupled problem  (Read 5775 times)

Akshay Bhardwaj

  • New Member
  • *
  • Posts: 7
One-way coupled problem
« on: March 23, 2021, 07:11:49 AM »
I am trying to solve a one-way coupled thermo-mechanical problem in
FEAPpv. For this purpose, I would like to first perform a thermal and
then use the nodal temperature values to perform the structural
analysis.

I would like to know how to save nodal temperature value in a file
which then can be read during the structural analysis. Also, do I have
to write two separate input files, one for the thermal analysis and
one for the structural analysis or can I do both the analysis
sequentially using one input file.
« Last Edit: March 23, 2021, 07:17:39 AM by Akshay Bhardwaj »

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: One-way coupled problem
« Reply #1 on: March 23, 2021, 11:48:47 AM »
FEAPpv does not allow this easily.  However, you should be able to solve the problem for a linear elastic material by
performing iteration on the coupled problem.

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: One-way coupled problem
« Reply #2 on: March 23, 2021, 12:24:03 PM »
As Prof. Taylor says it will not be automatic.  You can solve a thermal problem and then print all the temperatures to the output file disp,all.  You can then process those and convert them to nodal temperatures that you place under a TEMP command in new input file that has the material as an elastic material.  You will then get the thermoelastic (one-way) coupling.

Akshay Bhardwaj

  • New Member
  • *
  • Posts: 7
Re: One-way coupled problem
« Reply #3 on: March 24, 2021, 04:01:08 AM »
Thank you, Prof. Govindjee. I  implemented your suggestions and solved the problem. Thanks a lot for your reply and help.

Akshay Bhardwaj

  • New Member
  • *
  • Posts: 7
Re: One-way coupled problem
« Reply #4 on: March 24, 2021, 04:02:58 AM »
Thanks a lot, Prof. Taylor, for your reply and help.
Prof. Taylor, can you please elaborate a bit more on what you said above. I am not very clear with what you mentioned.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: One-way coupled problem
« Reply #5 on: March 24, 2021, 11:11:41 AM »
If you replace the file solid2d.f in ./elements/solid2d and use the attached file you should be able to solve the one way coupled problem without the need to import the temperatures.  See if it works?  Note that some commands in the solution file will be ignored as they only work in FEAP.

Akshay Bhardwaj

  • New Member
  • *
  • Posts: 7
Re: One-way coupled problem
« Reply #6 on: March 27, 2021, 11:10:37 AM »
Thanks a lot, Prof. Taylor, for your prompt reply.
Sir, I will try what you recommended. I will get back to you with any update on this. Thanks again, Sir.