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.


initial stress state(Read 7221 times)
initial stress state on: June 22, 2018, 11:42:50 am
How Adonis calculate horizontal stresses in the initial stress state?
I suppose using earth pressure coefficient at rest k0 but i didn't find it anywhere.
Do Adonis automatically calculate it or can i change it?

Enzo



Re: initial stress state Reply #1 on: June 22, 2018, 11:56:48 am
ADONIS does not use K0 value. it's user's responsibility to apply the vertical and horizontal insitu stresses accordingly (K0=sxx/syy). you can use GUI for applying the initial stress or you can write a simple script to read the vertical stress from each element and apply the horizontal stress based on given K0 (sxx = K0*syy). second method can be used if different K0 value needs to be used for different regions.



Re: initial stress state Reply #2 on: June 23, 2018, 11:55:09 pm
Ok!
So with command "setgravity" I apply vertical stresses, then I have to apply manually horizontal stress according to k0 procedure. If I stop to setgravity without applying horizontal stresses I will expect to have sigmaxx=0 but when I solve the model I have values different from 0. Why?



Re: initial stress state Reply #3 on: June 24, 2018, 12:34:14 am
how do you get stress in your model at first place if gravity is turned off? are you using any other external loads in the model?

in case you apply any kind of external loads in your model horizontal stress will be generated regardless. you need to read some FEM of material mechanics books if you want some more detail on this topic.



Re: initial stress state Reply #4 on: June 24, 2018, 03:01:27 am
No, I don't have any external loads.
Maybe I have not been clear with my problem.
This is my script: as you can see, I applied gravity force and no external loads.
Thank you for your helpfulness.



Re: initial stress state Reply #5 on: June 24, 2018, 08:15:24 pm
I just commented out the gravity (see attached file) in your script and re-ran it. all the stresses in the model are zero as expected. please note that in the contour plot range of number will be reported in the legend for sack of presentation but the actual value in the model is zero. if you look closely to the color and also to make sure you can export the text file from the contour pot dialog and check the values. they should be zero.