Author Topic: Regarding displacement condition in proportional loading  (Read 5101 times)

Rahul

  • Jr. Member
  • **
  • Posts: 18
Regarding displacement condition in proportional loading
« on: May 14, 2021, 12:36:27 AM »
Hello,

I am using proportional loading in the following way for the 2d elasticity problem.

load prop 2
 !FORCe
  !3  0 0.0 100
  !4  0 0.0 100
 DISP
  3 0 0.0 0.9
  4 0 0.0 0.9
load end

BATCh
 PROP,,2
END
 2 2
 0 0  1 1

The above-given loading is working fine if I am applying force, but it's not working with displacement conditions.

Could you please help me to find out the error here?

Thank you!
Regards
Rahul Jangid

Rahul

  • Jr. Member
  • **
  • Posts: 18
Re: Regarding displacement condition in proportional loading
« Reply #1 on: May 14, 2021, 12:44:14 AM »
Hello,

For details please have a look at the attached input file.

Regards
Rahul Jangid


Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Regarding displacement condition in proportional loading
« Reply #2 on: May 14, 2021, 08:07:58 AM »
Did you fix dogs where displacements are applied?

Rahul

  • Jr. Member
  • **
  • Posts: 18
Re: Regarding displacement condition in proportional loading
« Reply #3 on: May 14, 2021, 09:21:22 AM »
Hello,

No, I didn't fix nodes where I am applying displacement. I have four nodes at two nodes, I fixed the displacement, and for the remaining two nodes, I am applying displacement. I have only a four nodes single element here.

For details, Please, Have a look at the attached input file of the last message.

Thank you for your quick reply !!

Regards
Rahul Jangid

JStorm

  • Sr. Member
  • ****
  • Posts: 250
Re: Regarding displacement condition in proportional loading
« Reply #4 on: May 14, 2021, 12:16:56 PM »
You need to constrain the DOFs where you want to apply displacement BCs, e.g. via BOUNdaray.
You also should add an empty line after each block in the input file in order to avoid misinterpretation by FEAP.

Prof. R.L. Taylor

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 2647
Re: Regarding displacement condition in proportional loading
« Reply #5 on: May 14, 2021, 02:44:24 PM »
You have several errors in the input file.  Also never try to run 100 steps before you have a working file.  Always check the O*** file to make sure that the commands your specified are interpretted correctly (you can check the log file L*** also for a summary of the mesh commands that were used).

1. Always leave a blank line before at the end of every mesh data set.

2. Add the missing BOUN commands for node 3 & 4

3. Add an END command after the LOAD END

4. Add a BATCH command before the NOPRint -- each command set needs a BATCh/END pair

5. Add an END command to terminate after the NEXT.

Rahul

  • Jr. Member
  • **
  • Posts: 18
Re: Regarding displacement condition in proportional loading
« Reply #6 on: May 15, 2021, 01:08:45 AM »
Hello,

Thank you for the detailed explanation. Now, It is working fine.


Regards
Rahul Jangid