x

ADONIS:
Version 3.90.11 (Released at 07/28/2025)
- A new capability has been implemented to ensure moment continuity between two separate beam elements that share the same structural node

HYRCAN:
Version 3.0.4 (Released at 11/07/2025)
- Bug in apply command has been fixed.
- Japanese translation has been implemented thanks to Nirmal Raj Joshi.

Version 3.0.3 (Released at 10/31/2025)
- Ordinary/Fellenius method is included to the program.
- The bug related to handling passive anchors has been fixed.
- The bug related to show slice data dialog has been fixed.
- Italian translation has been modified.
- Tutorial #11 has been translated into Turkish, thanks to Umut Dağar.


coefficient of earth pressure at rest K0=0,5(Read 12500 times)
coefficient of earth pressure at rest K0=0,5 on: November 08, 2024, 07:58:11 am
coefficient of earth pressure at rest K0=0,5
Hello,

where I can type this coefficient in my model? I have an elastic Material but I couldnt find anywhere to write it in... I need it to see the stress sxx and syy and compare it to my analytic solution...
Here is a screenshot... I thought it must be here but no..


[attachment deleted by admin]
« Last Edit: November 08, 2024, 08:06:05 am by R.abed »



Re: coefficient of earth pressure at rest K0=0,5 Reply #1 on: November 08, 2024, 01:46:08 pm
Hi,

There is currently no direct method to specify the K0 value. However, you can set the gradient of sxx​ and syy​ using either the X or Y variant. Tutorial 9, under the section Initialize the Stress Condition, provides guidance on this process. Additionally, you may find helpful insights in my discussions with other users on stress initialization here:

http://geowizard.org/forum/index.php?topic=383.msg1196#msg1196
http://geowizard.org/forum/index.php?topic=382.msg1327#msg1327


Another approach is to use a scripting language to loop through each element, extract the syy​ value, and assign sxx=K0? syy​ back to each element. Give it a try?start with a function, and I can assist you with refining it as you become more comfortable with scripting.


-Roozbeh