Author Topic: FE2 Benchmark Problem  (Read 11635 times)

Hooman

  • New Member
  • *
  • Posts: 3
FE2 Benchmark Problem
« on: April 13, 2022, 04:05:31 AM »
Dear Feap users,

I am currently trying to run multi-scale problems using Feap FE2 solver. Although I have managed to run some simple problems, I am not sure about the results. Has anyone ever tried to verify the FE2 procedure of Feap with already existing results in the literature? I would really appreciate it if anyone could provide me with a benchmark problem or a paper which I can use to validate my implementation and compare the results.

Thanks and regards,
Hooman


Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: FE2 Benchmark Problem
« Reply #1 on: April 13, 2022, 08:42:45 AM »
I verify the coding using problems for which the material behavior is identical over all the RVE.  These problems then produce results that should be identical to the single scale problem.  Careful checking that results are identical not just close is essential to validating the implementation.

Hooman

  • New Member
  • *
  • Posts: 3
Re: FE2 Benchmark Problem
« Reply #2 on: April 14, 2022, 01:42:25 AM »
Dear Prof. Taylor,

Thank you for your response. I tried what you mentioned and the results are identical. However, I faced something which I cannot perceive. When I fictitiously increase the size of RVE (even 1 million times larger than the size of my macro problem), I obtain the exact same results as a very small RVE. Could it be due the homogeneous behavior of the RVE? If yes, could you please point out the theoretical reason behind that?

Thanks in advanced.

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: FE2 Benchmark Problem
« Reply #3 on: April 14, 2022, 02:04:06 AM »
You should write out the equations that you are solving, that will answer your question.  It should be enough to simply do it in one dimension.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: FE2 Benchmark Problem
« Reply #4 on: April 14, 2022, 07:30:38 AM »
If the stress is homogeneous there is no scale effect

Hooman

  • New Member
  • *
  • Posts: 3
Re: FE2 Benchmark Problem
« Reply #5 on: April 18, 2022, 11:40:14 PM »
Dear Prof. Taylor and Prof. Govindjee,

Thank you for your responses. I really appreciate it.