Author Topic: About use of command "strain"  (Read 3103 times)

xuehanbing

  • Full Member
  • ***
  • Posts: 69
About use of command "strain"
« on: April 24, 2017, 03:06:46 AM »
Dear all,
    I can get stress  nephogram by feap,but when I check strain of user-defined material modle by command "stain",the feap abruptly terminate its work.Who can explain this situation.
   Best wishes.

Yaakov

  • Sr. Member
  • ****
  • Posts: 323
Re: About use of command "strain"
« Reply #1 on: April 24, 2017, 08:00:47 AM »
Hi,

could you check "elseif(isw.eq.4)" loops or the value of "istv"?

Regards, Yaakov
Let's boost FEAP's performance!

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2648
Re: About use of command "strain"
« Reply #2 on: April 24, 2017, 09:15:58 AM »
It is not clear what our problem is.  If you give the command

STREss  in feap during a solution then you receive the output from information in the isw.eq.4 part of your element module.  If you also want strains you output them at the same time. You test this with a standard FEAP  solid element.

There is no STRAin command in feap

If you use the command PLOT STREss get stress contour plots in the qraphics screen.  These are prepared in the isw.eq.8 part of your element (look at the elements in any of the solid modules to see how we do the projections).  You can also project the strains, in fact they are done in the same part under different numbers.  You can use the PLOT STRAin command to display but in fact it is just using different numbers from the PLOT STREss projections.

xuehanbing

  • Full Member
  • ***
  • Posts: 69
Re: About use of command "strain"
« Reply #3 on: April 25, 2017, 06:21:26 AM »
Dear taylor:
       tayor,Thanks for your explaination,I have a little confusion for your reply.  I want to get strain  nephogram based on Hill modle by feap, Plastic deformation of the user-defined modle coours by check mises stress  nephogram(pstr 6),that is to say,I want to get modle which is deformed by feap,or what I want is displaying on screen.

xuehanbing

  • Full Member
  • ***
  • Posts: 69
Re: About use of command "strain"
« Reply #4 on: April 25, 2017, 06:24:11 AM »
Dear Yaakon:
What does "elseif(isw.eq.4)"  and "istv" denote?
 Regard.

Yaakov

  • Sr. Member
  • ****
  • Posts: 323
Re: About use of command "strain"
« Reply #5 on: April 25, 2017, 07:18:01 AM »
Hi,

1.)  "elseif(isw.eq.4)" loops mean:  " the isw.eq.4 part "

2.) check the value of istv, did you use "istv" in your user element (isw.eq.1)? if not, maybe you find the reason that we should give a value of "ISTV" at first.

Kind Regards, Yaakov
« Last Edit: April 25, 2017, 04:07:36 PM by Yaakov »
Let's boost FEAP's performance!