x

ADONIS:
Version 3.90.9 (Released at 10/19/2024)
- Minor bugs in mesh generation module has been fixed.
- Gmsh is upgraded to version 4.13.1.

HYRCAN:
Version 2.0.18 (Released at 10/26/2024)
- Minor bug in translation has been fixed.
- Minor bug in geometry creation is fixed.


stress direction alignment And CWFS in Adonis(Read 1480 times)
stress direction alignment And CWFS in Adonis on: October 30, 2024, 03:53:16 am
Hello Mr. Mikola,

I have to set the primary stress state at an angle that can be explained by the fact that at this point, a deflection occurs in the tunnel (stress direction alignment) What steps are needed to implement a rotated primary stress state in the model? How can we identify possible damage zones around the tunnel structure?
Could you please also tell me, which command is for CWFS in Adonis? What possibilities exist for incorporating the CWFS approach in Adonis?

In the photo you can see, what I mean by rotation. This was an example in a programm called FLAC2D.
​​​​​​My question ist, is there a possbility in ADONIS too?

Thank you
Rebecka
« Last Edit: October 30, 2024, 04:04:04 am by R.abed »



Re: stress direction alignment And CWFS in Adonis Reply #1 on: October 30, 2024, 07:46:59 am
Hi,

For rotated stress, there's no direct method available. However, you can project the stress onto the x and y axes and then use stress initialization to set it up. The program includes a stress initialization feature, which is detailed in Tutorial #7.

For CWFS, you can use the strain-softening constitutive model in the program. This model controls hardening and softening through predefined cohesion and friction, similar to the approach described in the FLAC manual and examples. To implement this, create a table with plastic shear strain in the first column and cohesion and friction in the second column, then specify this table in the constitutive model dialog.

-Roozbeh



Re: stress direction alignment And CWFS in Adonis Reply #2 on: October 31, 2024, 01:56:12 am
Hello,

thank you so much for the quick response. I will try to continue my work with your advice and I will share my results as soon as I can.

Thank you!
-Rebecka



Re: stress direction alignment And CWFS in Adonis Reply #3 on: November 24, 2024, 05:39:12 am
Hello,
I'm looking for tutoring in Adonis. I need a lot of help. I am new and have a difficault task to do. Mr. Roozbeh, do you know someone, I can do online call and can help me?

Thank you
Rebecka Abed Al Nour



Re: stress direction alignment And CWFS in Adonis Reply #4 on: November 24, 2024, 08:33:22 pm
Hi,

The best way I can assist you is right here, but it?s important to have a solid grasp of the basics first. Without understanding the fundamentals of numerical simulations, the process will be challenging.

As I mentioned, I?m here to help. However, you need to start by creating your model and drafting a clean script, similar to the examples shown in tutorials or shared by other users. Once you?ve done that, share your model here, and I?ll guide you further.

Here?s my advice:

1- Create the geometry of your model and generate a mesh.
2- Assign a simple elastic constitutive model to the different layers of the model?keep it straightforward to start.
3- Assign external forces or stresses and proper boundary conditions.
3- Run the model, debug it, and ensure there are no issues.
4- Gradually add complexity to your model, such as incorporating more advanced constitutive models or varying in-situ stress levels, as needed.

This step-by-step approach is how I tackle complex models myself.

Best,

Roozbeh



Re: stress direction alignment And CWFS in Adonis Reply #5 on: November 25, 2024, 10:57:30 am
Hello again,

thank you again. I did the Basic modell (tutorial 1). I gave my system strain-softening property. Now I am trying to rotate it by 19?, 27?, 35?, 43? and 51? like the photo I send. If I want to rotate it, how can I know if its sxx or syy that should habe a x and y variation? You send me tutorial 7 but I dont understand how tos start...
so lets say i have
sxx= -25e6
syy=-50e6
szz=-50e6

how should I start? So what effects x variation and y variation for each one? How I can rotate it like the screenshot? For example 19?? change in sxx, syy or szz? or all? I really need an Explanation.

It would be a pleasure if you have time.

Thank you



Re: stress direction alignment And CWFS in Adonis Reply #6 on: November 25, 2024, 11:33:02 am
Hi,

If you want to apply a constant stress throughout your model, follow these steps:

1. Navigate to Menu -> Initial -> Apply Insitu -> Element Stress. 
2. Select the desired stress component (e.g., sxx, syy, or szz). 
3. Specify the value and apply it to all elements. 

For cases where you want the in-situ stress to vary gradually (e.g., from top to bottom or left to right in the model), you can use x and y variations. These variations are defined using the following relation: 

modified_value = value + v_x * x + v_y * y

Here: 
- modified_value is the new stress value at a given location (x, y). 
- value is the stress at the reference point (e.g., at x = 0, y = 0). 
- v_x and v_y are the variation coefficients for the x and y directions, respectively.

The program calculates the stress at each element based on the position of the Gauss point and the specified coefficients. To use this method, estimate the initial value, v_x, and v_y to fit your requirements. 

If a single, uniform stress value is needed, variations (v_x, v_y) are unnecessary. Simply assign the constant value directly.

To apply angled stress, project the stresses onto the x and y axes using trigonometric projections. Then, assign the calculated values to sxx and syy. You can use tensor transformation equations to compute sxx and syy for the given angle.

https://eng.libretexts.org/Bookshelves/Mechanical_Engineering/Mechanics_of_Materials_(Roylance)/03%3A_General_Concepts_of_Stress_and_Strain/3.03%3A_Tensor_Transformations



Re: stress direction alignment And CWFS in Adonis Reply #7 on: November 27, 2024, 10:06:38 am
Thank you so much for the detailed reply!

I will try to get a better understanding of the process!

-Rebecka