Author Topic: RVE level field variables for FE2FEAP (FEAP 8.6)  (Read 11066 times)

Bruce Wayne

  • Jr. Member
  • **
  • Posts: 15
RVE level field variables for FE2FEAP (FEAP 8.6)
« on: April 29, 2021, 10:00:29 AM »
Hello FEAP Users,

Is there anyway to get RVE level field variables(stresses and strains) as output while doing FE2 analysis.?

I am trying to generate stresses for a number of different strains on an RVE.

Using HILL option and PERIodic file input ,I think the current strain acts on previous strain's deformed state.

Thanks

JStorm

  • Sr. Member
  • ****
  • Posts: 250
Re: RVE level field variables for FE2FEAP (FEAP 8.6)
« Reply #1 on: April 30, 2021, 12:48:27 AM »
Do you perform real FE2 simulations or are you just interested in the results of your RVE for some macro strains?

Bruce Wayne

  • Jr. Member
  • **
  • Posts: 15
Re: RVE level field variables for FE2FEAP (FEAP 8.6)
« Reply #2 on: April 30, 2021, 03:56:43 AM »
I am interested in results of RVE for some macro strains.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: RVE level field variables for FE2FEAP (FEAP 8.6)
« Reply #3 on: April 30, 2021, 11:07:08 AM »
There is really nothing currently in the program.  A start was made using the command 'RVE,,n_pt' but never used or finished.  You can look at the routine pfe2rve.f in the fe2 directory.  Possibly you can modify to suit your needs.

JStorm

  • Sr. Member
  • ****
  • Posts: 250
Re: RVE level field variables for FE2FEAP (FEAP 8.6)
« Reply #4 on: May 02, 2021, 11:44:32 AM »
Isn't it possible to perform a single scale simulation, i.e. micro scale FEM model via PERIodic,HILL?
FE2 is not involved in such a pure RVE simulation and the standard result output, e.g. via DISP,ALL, STRE,ALL, PVIE,TIME etc., can be used.

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: RVE level field variables for FE2FEAP (FEAP 8.6)
« Reply #5 on: May 02, 2021, 12:23:26 PM »
The tricky part of this would be if you are interested to visualize the micro state corresponding to a macro state that was arrived at via an inelastic process.  One would have to save the macro strain time history of the particular Gauss points of interest, then feed those into a regular FEAP computations on a mesh with periodic BCs.  This is certainly doable, but also will take a small amount of effort.