Author Topic: transient problem  (Read 7172 times)

aadarsha

  • New Member
  • *
  • Posts: 2
transient problem
« on: February 23, 2013, 01:22:21 AM »
For a transient problem, how to apply loads at different time steps. Please send any examples if you have solved any transient problem so that I can go through the code

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: transient problem
« Reply #1 on: February 24, 2013, 04:32:59 PM »
Which version of FEAP are you using?

Most versions support use of proportional loads.

1. Give value of a 'base' loading during mesh input.  Use: FORCe, EFORce, CFORce  or DISP, etc. options or CSURf for distributed loading

2. Assign loads to individual  proportional loads FPROp, CPROp type commands to assign each degree of freedom.
If only one load multiplier is used this is not required.

3. In command language define the time variation using PROPortional load commands.  Each dof gets multiplied by its proportional load value:  F(t) = p(t)*F  where F is the base value and p(t) the proportional loading.

Other commands exist.  See user manual for more details.

aadarsha

  • New Member
  • *
  • Posts: 2
Re: transient problem
« Reply #2 on: March 25, 2013, 06:00:13 AM »
Thank you sir


aadarsha