Users Forum

ADONIS Category => ADONIS Users => Topic started by: yangkung on January 13, 2020, 10:42:10 pm

Title: Run FOS mode show "factor of safety is less than lower bound limit 0.5"
Post by: yangkung on January 13, 2020, 10:42:10 pm
I run the program for slope at FOS mode run type, But it always show "factor of safety is less than lower bound limit 0.5",When I set  lower bound limit as 0.1 and run again. It stil show "factor of safety is less than lower bound limit 0.1" I don't know What's the problem?

attach is my input file
Title: Re: Run FOS mode show "factor of safety is less than lower bound limit 0.5"
Post by: Roozbeh on January 13, 2020, 11:03:44 pm
this means your model is not stable ..

please include your model's full script. the attached file only has one line linking to saved file!

Title: Re: Run FOS mode show "factor of safety is less than lower bound limit 0.5"
Post by: yangkung on January 13, 2020, 11:38:59 pm
here is the input
Title: Re: Run FOS mode show "factor of safety is less than lower bound limit 0.5"
Post by: Roozbeh on January 14, 2020, 12:08:17 am
no it is not it you are always sending the link to saved file. please don't save to adf and simply create script from test3 file.

to make sure you are getting it right copy the script in the separate empty folder and run the script if it runs this means you made it otherwise not correct.

by the way newmodel() will erase everything before it. so avoid that and copy the existing script.
Title: Re: Run FOS mode show "factor of safety is less than lower bound limit 0.5"
Post by: yangkung on January 14, 2020, 06:43:12 pm
Sorry for my poor English. I really didn't understand what you mean.
I rebuilt a new model and save script as attach.
also save command line as attach.
Title: Re: Run FOS mode show "factor of safety is less than lower bound limit 0.5"
Post by: Roozbeh on January 15, 2020, 07:56:44 am
your model is clearly missing the boundary condition and that's the reason for not being converged. please take a look at attached script. FOS for your model is around 2.826

I recommendation you, to spend some time and briefly study the Finite Element and concept behind it before getting started on using any program.
Title: Re: Run FOS mode show "factor of safety is less than lower bound limit 0.5"
Post by: yangkung on January 16, 2020, 12:01:43 am
Thank you very much for the explanation. Now I know I didn't set up boundary condition properly.
Because I forgot use mouse to select nodes located on right,left as well as bottom boundaries. I will  briefly study Quick Start Tutorial of ADONIS again.