Dear stko team
I have established a very simple model to simulate sand liquefaction, and it seems that the shear stress shear strain curve of post processing is not satisfactory. Is the result option selected by me for post processing incorrect?
The shear strain shear stress curve should look like this (fig1), but my results don't seem quite right
I have attached my model below. Could you help me check where the error occurred?
Seemingly incorrect shear stress-strain curve
-
- Posts: 31
- Joined: Tue Nov 22, 2022 10:24 am
Seemingly incorrect shear stress-strain curve
- Attachments
-
- 微信图片_20230322220840.jpg (278.27 KiB) Viewed 183 times
-
- 1.zip
- (129.36 KiB) Downloaded 5 times
Re: Seemingly incorrect shear stress-strain curve
The PDMY uses a different convention for 2D (plane strain) stress components:
It gives a 5-components vector like this: [S11, S22, S33, S12, InternalVariable]
But STKO assumes it's a 5-component vector as in Shells (Yes, in OpenSees, Shells gives 5 components because the S33 is zero in shells)
So you should extract it like this:
This is what I got:
It gives a 5-components vector like this: [S11, S22, S33, S12, InternalVariable]
But STKO assumes it's a 5-component vector as in Shells (Yes, in OpenSees, Shells gives 5 components because the S33 is zero in shells)
So you should extract it like this:
This is what I got:
-
- Posts: 31
- Joined: Tue Nov 22, 2022 10:24 am
Re: Seemingly incorrect shear stress-strain curve
Therefore, the rules for extracting results should be extracted in the order of [S11, S22, S33, S12, InternalVariable] in the opensees wiki, not in the order marked in stko σ 12, right?
Thank you for answering my question. I always thought there was a problem with my model
Thank you for answering my question. I always thought there was a problem with my model
Re: Seemingly incorrect shear stress-strain curve
Yes, but only for this material (and its variations PIMY 02 03 etc...), just because they don't follow the rule of all other materials (and of course STKO is not aware of that)Therefore, the rules for extracting results should be extracted in the order of [S11, S22, S33, S12, InternalVariable] in the opensees wiki, not in the order marked in stko σ 12, right?