x

ADONIS:
Version 3.90.4 (Released at 04/07/2024)
- Bug in interface save/read is fixed.
- Bug in mesh generation action has been fixed.

HYRCAN:
Version 2.0.13 (Released at 02/03/2024)
- To allow users to import CAD files using scripting, the importmodel command is introduced.
- Program's webhelp has been reformatted.


How to Apply Distributed Load/Stress to Boundary?(Read 6650 times)
How to Apply Distributed Load/Stress to Boundary? 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.



Re: How to Apply Distributed Load/Stress to Boundary? Reply #1 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.



Re: How to Apply Distributed Load/Stress to Boundary? Reply #2 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