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 in situ element stresses unable to be changed to zero [Solved](Read 7095 times)
I am trying to set the initial in situ horizontal stresses for all directions (sxx, syy, sxy, szz) to zero. However, after I click apply for the changes, it automatically reverts the horizontal stresses back to -100 Pa.
 
Is there a way to overcome this or must the initial horizontal stress be set to this value?
« Last Edit: December 29, 2018, 09:17:30 am by Roozbeh »



your procedure is correct and stresses are correctly set to zero. I cleaned up your script and added couple of lines to plot the sxx, syy and szz contours and make sure that all values are zero which they are.

"apply GUI" does not show the specified values it's simply showing an arbitrary value to help the user. user is responsible for making sure that specified values are correct and the best method is simply plotting them which is basically what I did above. so this is not a bug in the program and you are good to go.