FEAP User Forum

FEAP => FEAPpv => Topic started by: akdavoudi on December 26, 2014, 04:38:11 AM

Title: analysis simple beam in FEAPpv
Post by: akdavoudi on December 26, 2014, 04:38:11 AM
Hi,

I am a fresh user of FEAPpv. I have a basic question
I want to analysis sample beam as per attach file "Beam01.jpg"
so I wrote  input file in Feappv as this

FEAP
0 14 1 2 2 4

bloc
4,13,2,1,1,1,0
1,0,0
2,140,0
3,140,4
4,0,4

boun
1 0,1,1
5 0,1,0
9 0,1,0
14 0,1,0

MATE 1
1,5
20000.,0.3,0.0
3

eFORce
2 4 0 -60

END

BATCh
 loop,,2
   tang,,1
 next
  disp,all
  stre all
  reac all
  !plot pers
  plot cont
  plot load,,-1
  plot boun,0
END

inter
stop

and qustions
1. Does it true?
2. If yes, How can I get reactions?


Very appreciate to any answers :)
Title: Re: analysis simple beam in FEAPpv
Post by: Prof. R.L. Taylor on December 26, 2014, 08:41:38 AM
1. What theory do you want to  use to solve the beam problem?  You show a 2-d mesh with quadrilateral elements.  If this is what you intend, you will need more elements through the depth.  Also you should mesh so that nodes occur where you want to put the boundary conditions.

2. If you want to use beam theory then you need to use a FRAMe element, which has 2-nodes with 3-dofs/node.  Loads will be in the material data.

3. Your material data is incorrect.  Consult manuals for proper specification.

4. Before you solve the problem you always need to check that the data is understood by FEAPPV.  Consult the output file (Obeam01.txt in your case).
Title: Re: analysis simple beam in FEAPpv
Post by: akdavoudi on January 22, 2015, 09:08:12 AM
Tank's a lot for your answering.