FEAP User Forum

FEAP => Input File Issues => Topic started by: teken on December 30, 2012, 10:22:34 PM

Title: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on December 30, 2012, 10:22:34 PM
I want to simulate membrane large deformation using FEAP. But I don't know how to write the input about this kind of problems.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on December 30, 2012, 10:30:28 PM
the following is some of my input file:
MATE 1
  MEMBrane
    ELAStic ISOT 588000000.0 0.4
    THICk membrane 0.00025
    DENSity mass 270.0
    FINIte
。。。。。。。。。。。。。
BATCh
DT,,0.0000001
TRAN,,0.2 0.3
  LOOP,time,100
    TIME
    LOOP,newton,50
      UTAN,,1
    NEXT iter
  NEXT
save
END
stop

Are there some mistakes in the input?
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on January 02, 2013, 11:30:06 PM
I don't know whether FEAP can deal with the problem of membrane with large deformation caused by follower pressure.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: FEAP_Admin on January 10, 2013, 01:31:36 PM
Attached is a simple example. 

To change from follower to dead loads simply uncomment/comment out the line with follower on it on the pressure element property specifications.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on January 10, 2013, 05:19:07 PM
thanks for your reply, i will try this example.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on January 10, 2013, 05:24:45 PM
Sorry, i still have some questions about membrane inflation. My FEAP's version is 7.5. I want to know whether it can solve the large deformation problems of membrane inflation with follower pressure.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: FEAP_Admin on January 10, 2013, 06:57:37 PM
Not sure if there is one in 7.5.  Take a look in the directory elements/shells and see if there is a membrane element present.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on January 12, 2013, 09:36:00 PM
YES, there are membrane element file.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on January 13, 2013, 11:14:59 PM
I found that in your input file, boungaries are setted all restrictted at all directions. I want set boundary restrict just at z direction. Can it work well with this boundary condition.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: FEAP_Admin on January 14, 2013, 08:44:06 AM
As long as your specify enough boundary conditions to have a well-posed boundary value problem (i.e. no rigid body modes) then it will work just fine.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: Xingyuan on January 17, 2013, 09:58:49 AM
This information is also helpful for me. Thanks teken and the FEAP_Admin.

But I have a question concerning also this membrane problem: If I want the load to be a time dependent function e.g. P=Pmax*sin(2*pi*time). How can I modify the input file?
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: FEAP_Admin on January 17, 2013, 10:06:51 PM
You should have a look at the Examples manual to first understand dynamic problems and then take a look at the User manual with particular attention to the description of the elements and their options as well as the sections on transient loads.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on March 31, 2013, 08:51:02 PM
I want to know if feap can handle the problem about large deformation in airbag inflation or not.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: Prof. R.L. Taylor on April 01, 2013, 04:19:22 PM
The membrane should work in a dynamic problem.   The ver7.5 should do it but does not have axisymmetric capability.  It can do a plane and 3-d.  Do you have a mesh you want to test?  If so please post and we can look more at it. 
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on April 02, 2013, 02:26:37 AM
I just do a test of an example in the paper "A GEOMETRICALLY NONLINEAR FINITE ELEMENT ANALYSIS OF WRINKLED MEMBRANE SURFACES BY A NO-COMPRESSION MATERIAL MODEL". But i found the result is not correct.
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on April 02, 2013, 02:29:04 AM
I want to simulate airbag inflation in 3d. Does FEAP have the capability to simulate this kind of problem?
Title: Re: Are there some exmples about membrane large deformation simulation input file?
Post by: teken on April 02, 2013, 02:35:48 AM
This is my input file. Thank you for your attention.