Wrong display of vertical soil compression stresses
Posted: Sun Apr 03, 2022 3:43 pm
Dear STKO team,
I'm starting from the scratch in using both STKO and Python programmig language.
I need to do gravity analysis on a soil domain which is formed by a soil deposit on top of a bedrock layer.
I built the geometry of the 2D model with Python API, then I drew construction lines to get the quadrilateral mesh and then I did the merge operation on the entire geometry (below I attached the files of the whole model and the Python scrip).
The results that I got do not seem to be correct, because I should obtain compression vertical stresses starting from zero on the surface of the soil deposit up to a maximum value at the base of the bedrock.
How can I fix this?
I think there is more than one problem with my model but I noticed that the local axis are not the same for all elements and, if I add a custom local axis, it will not be displayed as it should be (like global axis).
Could the problem be in the construction of the geometry with Python API ?
Thanks for your support.
I'm starting from the scratch in using both STKO and Python programmig language.
I need to do gravity analysis on a soil domain which is formed by a soil deposit on top of a bedrock layer.
I built the geometry of the 2D model with Python API, then I drew construction lines to get the quadrilateral mesh and then I did the merge operation on the entire geometry (below I attached the files of the whole model and the Python scrip).
The results that I got do not seem to be correct, because I should obtain compression vertical stresses starting from zero on the surface of the soil deposit up to a maximum value at the base of the bedrock.
How can I fix this?
I think there is more than one problem with my model but I noticed that the local axis are not the same for all elements and, if I add a custom local axis, it will not be displayed as it should be (like global axis).
Could the problem be in the construction of the geometry with Python API ?
Thanks for your support.