Bounding Cam Clay Model
Bounding Cam Clay Model
Hi STKO,
I have a simple slope stability problem and I would like to use the BoundingCamClay material to represent critical state soil behavior. During the gravity stage, the model exits with a -3 error flag. I'm using the material property values from the example problem. https://opensees.berkeley.edu/wiki/inde ... g_Cam_Clay
The model works just fine with the PIMY NDMaterial. Is there a specific element or preprocessing step needed for the BoundingCamClay model? There is very little documentation of the model online.
I've attached the .scd file for your reference.
I have a simple slope stability problem and I would like to use the BoundingCamClay material to represent critical state soil behavior. During the gravity stage, the model exits with a -3 error flag. I'm using the material property values from the example problem. https://opensees.berkeley.edu/wiki/inde ... g_Cam_Clay
The model works just fine with the PIMY NDMaterial. Is there a specific element or preprocessing step needed for the BoundingCamClay model? There is very little documentation of the model online.
I've attached the .scd file for your reference.
Re: Bounding Cam Clay Model
It seems it's giving a singular matrix.
We don't know if there is an error in the code, there is not a sufficient documentation to test it
We don't know if there is an error in the code, there is not a sufficient documentation to test it
Re: Bounding Cam Clay Model
Yes, I agree with the limited documentation. I would like to use a soil model that captures volumetric hardening associated with lightly overconsolidated clays. Is there another soil model available? Or should I reach out to the authors of the BoundingCamClay model for advice on the material model?
Re: Bounding Cam Clay Model
Yes you can contact the authors, but first try to search online some example, or try to run a simple 1-element example and export the stiffness matrix to understand why it is singular and in what DOF
Re: Bounding Cam Clay Model
I've developed a simple 1-element test, but it doesn't provide much insight. The stiffness matrix appears to develop values of -nan between all translational dof's within the first time step. I've attached the .scd file and the stiffness matrix output.
I've searched online for additional documentation, but there are no complete examples of the BoundingCamClay model. Are there other soil models that exhibit volumetric hardening? Most other FE and FD package have a model for clay with a volumetric cap. For example, Plaxis has the Hardening Soil Model and FLAC has a soft-soil model.
I've searched online for additional documentation, but there are no complete examples of the BoundingCamClay model. Are there other soil models that exhibit volumetric hardening? Most other FE and FD package have a model for clay with a volumetric cap. For example, Plaxis has the Hardening Soil Model and FLAC has a soft-soil model.
Re: Bounding Cam Clay Model
Check this:
We looked into the source code.
It looks like you first need to do a gravity pseudo-static analysis to obtain vertical stress due to self-weight.
During this vertical analysis, the material response must be enforced to be elastic (using the parameter materialState,... don't ask me why they decided to use another parameter and not the usual updateMaterialStage...)
Then you can switch to plastic and go on with the transient analysis
It looks like you first need to do a gravity pseudo-static analysis to obtain vertical stress due to self-weight.
During this vertical analysis, the material response must be enforced to be elastic (using the parameter materialState,... don't ask me why they decided to use another parameter and not the usual updateMaterialStage...)
Then you can switch to plastic and go on with the transient analysis
Re: Bounding Cam Clay Model
You are all amazing. I knew their had to be some initial step during gravity loading but I never would have found the materialState parameter. The single element seems to converge now, so I'll try the material in a more complex model.
Thank you so much! Your excellent responses and customer support are key reasons that I'm using STKO instead of other FE packages.
Thank you so much! Your excellent responses and customer support are key reasons that I'm using STKO instead of other FE packages.
Re: Bounding Cam Clay Model
You're welcome.
Unfortunately, when the documentation is not sufficiently complete, the only way to understand some results/parameters of Element or Material in OpenSees is to go into the source code and search the appropriate methods.
For parameters, the method is setParameter:
Just remember that I created a selection set for the setParameter command in STKO with that surface. When you have a larger model, just make sure to create a selection set that contains all geometries (volumes in 3D or faces in 2D) whose Physical Property is the one that needs the update
Unfortunately, when the documentation is not sufficiently complete, the only way to understand some results/parameters of Element or Material in OpenSees is to go into the source code and search the appropriate methods.
For parameters, the method is setParameter:
Just remember that I created a selection set for the setParameter command in STKO with that surface. When you have a larger model, just make sure to create a selection set that contains all geometries (volumes in 3D or faces in 2D) whose Physical Property is the one that needs the update
Re: Bounding Cam Clay Model
Dear STKOteam,
I have replaced the soil elements from 'quadUP' to 'quad' and conducted a static gravity analysis on your updated model.
However, I encountered the same issue previously observed. Could you please offer further suggestions on how to proceed?
Looking forward to your response.
Best regards.
I have replaced the soil elements from 'quadUP' to 'quad' and conducted a static gravity analysis on your updated model.
However, I encountered the same issue previously observed. Could you please offer further suggestions on how to proceed?
Looking forward to your response.
Best regards.
- Attachments
-
- BoundingCamCly-Staitic.rar
- (64.17 KiB) Downloaded 86 times
Re: Bounding Cam Clay Model
Check your selfweight, as you put it is 15 MPa, are you sure?
Then use adaptive time step
Then use adaptive time step