Users Forum

ADONIS Category => ADONIS Users => Topic started by: Roozbeh on March 17, 2022, 11:25:52 pm

Title: How to Apply Distributed Load/Stress to Boundary?
Post by: Roozbeh on March 17, 2022, 11:25:52 pm
In order to apply distributed stress to the boundary go to "Initial Condition" tab-> then click on "Nodal Apply"->select stress type (i.e. sxx, syy or nstress)->specify magnitude->use mouse to select the boundary nodes you want to apply stress at

here is an example of distributed vertical stress to boundary:

applybc("syy",-100.0,"xlim",-46.301,27.313,"ylim",-1.117,1.218)

The attached screenshot illustrates the procedure for applying the distributed stress.
Title: Re: How to Apply Distributed Load/Stress to Boundary?
Post by: Luigi on May 26, 2022, 03:58:59 am
Hi Roozbeh,
can I use this function to apply pseudostatic loading for slope stability analysis accounting for seismic action? If not, is there any additional way to make it?
Best regards,
Luigi.
Title: Re: How to Apply Distributed Load/Stress to Boundary?
Post by: Roozbeh on May 26, 2022, 09:02:30 am
Hi Luigi,

I'm not sure what you mean by function but by using scripting capability you will be able to apply any kind of load to your model.

-Roozbeh