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.


Need of a first very simple exercise!(Read 26348 times)
Need of a first very simple exercise! on: January 17, 2017, 12:37:41 am
I don't know if other think the same but it would be very appreciated. It could be focused basically in the process of building a simple model with special attention to setting of boundary and initial conditions and on plot tab features.
I met some trouble to do it but could be my limited experience in geotechnical fem software.
Thank you

Simone



Re: Need of a first very simple exercise! Reply #1 on: January 17, 2017, 12:46:09 am



Re: Need of a first very simple exercise! Reply #2 on: January 18, 2017, 12:53:16 am
Ok that is useful. One more with MC costitutive model with stratified soil?
Simone
« Last Edit: January 18, 2017, 12:57:36 am by simone_stano@yahoo.it »



Re: Need of a first very simple exercise! Reply #3 on: January 18, 2017, 07:34:21 am
you can redo the Mohr-Coulomb and Hoek-Brown by yourself by simply replacing the material creation line in the script.



Re: Need of a first very simple exercise! Reply #4 on: January 20, 2017, 12:01:26 am
Well... basically the problem is to apply correctly a K0 procedure...I'm thinking about it.

Simone



Re: Need of a first very simple exercise! Reply #5 on: January 20, 2017, 07:50:21 am
Ok now I think I understood the right way...



Re: Need of a first very simple exercise! Reply #6 on: January 20, 2017, 09:23:33 am
I'm going to upload more scripts later on .. keep in touch



Re: Need of a first very simple exercise! Reply #7 on: January 25, 2017, 01:00:42 am
Thank you for the second script.
In the meanwhile I tried to build up a very simple model which consist of two submerged layers (a NC clay overlying a NC medium dense sand) with Mohr-Coulomb constitutive model. The goal was to verify how good is Adonis in the calculation of stresses within the soil (vertical effective stress, pore pressure and horizontal effective stress as well).
To clarify I put the script of the model in attachment. Anyway the model is very simple with water table at ground level and horizontal layers. I posted also a plot which reports the correct stresses in the ground in comparison with Adonis's prediction. As anyone can see (note in this particular case sigma'_v0=sigma1’ and sigma'_h0=sigma3’) the prediction for pore pressure and vertical effective stress are good with probably a border effect which affects a bit the data on the top and bottom of the model. For horizontal effective stress the prediction seems not so good as the previous one.
Doing this I noticed a couple of things:
The first thing is MC properties tab has just a single value of density. This can conduct, expecially in sandy soil, to an inaccurate evaluation of stresses of course depending on the presence and quote of water table. To overcome this, probably we just need to introduce one layer more with gamma_sat density (or gamma density), but I think this could represent a serious limitation in the next development of Adonis especially facing with more complex model when for example there will be the need of simulate a dewatering and Adonis will not able to switch from a gamma_sat density to a gamma density. This imply that Adonis must be able to be sensitive of the quote of the groundwater table and switch the density accordingly. I think this can be added to the list “things to do”.
The second thing I want outline is about the process of adding initial conditions to a material. Generally is invocated the so called k0 procedure if we are not facing with an unbalanced geometry of the model for which a gravity loading procedure is the right choice. If I’m not wrong a gravity loading procedure is used in the second script posted in the forum.
Regarding the K0 procedure, it seems Adonis can incorporate initial stresses (horizontal and vertical) for any specific material layer by introducing an initial value and a gradient (in x and y ), nevertheless it seems this method is not properly able to introduce initial stresses in a stacked model because equations in this case are not just in the form y=mx but also in the form y=mx+c which are not implemented in Adonis at the moment (please refer to initial_stresses_pdf attached in which equations of horizontal and vertical stresses are explicitated through M (gradient) and C (intercept)). At the moment I don’t see any workaround if not a fix about this point but please consider my limited experience with Adonis and consider also my possible misunderstanding of the "initial condition" building process.



Re: Need of a first very simple exercise! Reply #8 on: January 25, 2017, 01:12:24 am
Sorry this is the pdf with equations.



Re: Need of a first very simple exercise! Reply #9 on: January 25, 2017, 08:14:14 am
ok I'll take a look and get back to you



Re: Need of a first very simple exercise! Reply #10 on: January 25, 2017, 10:04:05 am
first of all thanks for the detail comparison. honestly I really am looking for this kind of verification.
second, I went through your calculation and I think there is inconsistency in your calculation. so I recalculated the effective stress based on your input data and here is the procedure (please take a look at attached file):

1- calculated total stress and pore pressure from density given in the script file
2 - back calculated Poisson's ratio (nu) from shear and bulk modulus you provided which turned out to be 0.2 for all.
3 - from "nu" I calculated k0 = nu/(1-nu) which is lateral stress coefficient if you are using numerical analysis (not providing by yourself)
4 - from there I calculated effective vertical and horizontal stress which is pretty close to what ADONIS provides.

please let me know if need additional information or comments.



Re: Need of a first very simple exercise! Reply #11 on: January 25, 2017, 10:15:21 am
simone,

thanks to your example I was going through water table code and found out a bug which need to be fixed in next release.

unfortunately I did not have time to verify all aspect of program so your examples make me go back take a look at program carefully. I hope you keep it going.

-Roozbeh



Re: Need of a first very simple exercise! Reply #12 on: January 25, 2017, 11:38:00 am
Ok now is clear! The gap comes from a different K0. I got it from Jaki equation, but I missed that is related to nu which I assumed equal to 0.2 to get Bulk and Shear modulus from Young Modulus (I usually start from E). This procedure generated the inconsistency you noted. Now the correct procedure in Adonis is clear. Maybe some routine from other software can produce error here and this is an important discover for me.
From another point of view the problem still remain in the sense that Jaki's formula is ok for NC soils and the procedure you show bring to an unique value of K0 which is not in line with the stratigraphy of the model clay and sand. We expected 2 distinct value of k0...



Re: Need of a first very simple exercise! Reply #13 on: January 25, 2017, 11:49:51 am
maybe I missing something...I need more time to think about it



Re: Need of a first very simple exercise! Reply #14 on: January 25, 2017, 11:52:11 am
mohr-coulomb constitutive model has no idea about k0 value (Jaki or others) usually it's consistent with "nu/(1-nu)" providing model is still elastic (not failing) but if you really want to get correct lateral pressure you need to initialize the lateral stress and specify the correct stress to get correct K0 at the end. or use some sophisticated constitutive models that can calculate correct K0 value ..