Hello..
I am using SaniSand constitutive model, for the simulation of the behavior of onshore wind turbine using plaxis 3d. The dll file published in the website request the determination of one model among 10 other models. I choose the first one and fill the parameters values according to the pdf included in the downloaded file. the soil test module shows illogic results (Eoed = 9e10), units are all correct but i thing there is a problem in the order of parameters since they are not named explicitly as in the case of hypoplasticity model. Any one has an idea about that ?
SaniSand Model in Plaxis 3D
Related Articles
-
Modified Cam clay model now supported in automatic calibration software ExCalibre
David Mašín||Constitutive Modelling|6 |
Views 3,091
Free SoilModels automatic calibration software ExCalibre, available at, https://soilmodels.com/excalibre/, now supports Modified Cam clay model. This is both for laboratory test simulation as well as for automatic calibration. We hope […] -
Difference between ExCalibre and Plaxis for Oedometer test
Marco Hofer||Constitutive Modelling|3 |
Views 2,659
Hello all, i did the automatic calibration for the Dobrany and Motol sand and tried to model the soil tests also in Plaxis and then to compare both. For the […] -
SANICLAY-B (2018) how to calculate Dep
Steve Xu||Constitutive Modelling|0 |
Views 2,598
Dear fellows, I have been working on coding SANICLAY-B model (2018) . Now I have one question in terms of this model. But I am stuck now. I have two […] -
UMAT in Geotechnics
Majdi Flah||Constitutive Modelling|2 |
Views 2,909
Hi Everyone! I am a research Intern at Laval University, my project is about the effect of soil structure interaction on the seismic design of Geostructures. Exactly we want to […] -
Question on implementation of sand hypoplastic model with Abaqus umat
Kunpeng Wang||Constitutive Modelling|4 |
Views 2,756
Dear all, I am a PhD student in China University of geosciences. Recently, I have been working on the simulation of a pile-soil interaction with Abaqus. I simulate the sand […] -
Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
MOHD SAQIB||Constitutive Modelling|5 |
Views 2,605
Hello Everyone, I have been trying to simulate the cyclic triaxial test using the SANISAND04 subroutine. When I plotting the stress path (p-q plot), I am getting only the positive […] -
Looking for help
Axel Grauwinkel||Constitutive Modelling|4 |
Views 235
Hello guys. I just tried to calibrate on soilmodels. I´ve done three CIUP-REC-test plus one oedometric test. As you can see in the images, that there is still something quite […] -
Error: permission to access files denied (Hypoplasticity in PLAXIS)
Katharina Fechtner||Constitutive Modelling|6 |
Views 4,075
Hello, I am trying to implement the dll for hypoplasticity in Plaxis 3D. It runs through both the Initial Phase and a Nil Step. However, when it calculates about 20 […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
-
Zbraslav sand – Cyclic tests by Charles University 17.1.2023
-
New features in Excalibre 17.1.2023
-
Sanisand 13.1.2023
-
SaniSand Model in Plaxis 3D 9.12.2022
-
The GA-cal software for the automatic calibration of soil constitutive laws 2.12.2022
-
Abaqus OneAPI Compiler 10.11.2022
-
Few more Question on calculating lateral displacement of pile using hypoplastic clay model 3.10.2022
-
A question about the hypoplastic model in clay 22.9.2022
-
A High-Cycle Accumulation Model for Sand (Niemunis et al., 2005) 6.9.2022
-
Malaysian kaolin – Cyclic tests by Charles University 5.9.2022
-
Problem in calculating Lateral displacement of the pile using Hypoplastic clay model 2.9.2022
-
GTS NX 25.7.2022
Recent Comments
- Prasanjit Roy on UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
- Shruthija Sreeram on UMAT Implementation in Abaqus (Hypoplastic clay Subroutines)
- Paul Le Roux on Zbraslav sand – Cyclic tests by Charles University
- Amrane Moussa on Download package of a complete dataset “Zbraslav sand – Cyclic tests by Charles University”
- Francisco Mendez on The GA-cal software for the automatic calibration of soil constitutive laws
- Abolfazl Najafi on The GA-cal software for the automatic calibration of soil constitutive laws
- Arie Koot on SaniSand Model in Plaxis 3D
- Sajjad Shakeri on UDSM PLAXIS
- Anis Kheffache on Abaqus OneAPI Compiler
- Kassem Dib on How can I solve the error in Abaqus mentioned below?
- Dimitrios Konstantinidis on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Tomáš Kadlíček on Download Package of Charles University Implementation of High Cycle Accumulation Model
- Safia EDAOUDI on Simulating Oedometer test in PLAXIS
- Safia EDAOUDI on Simulating the oedometric test with Abaqus
- MOHD SAQIB on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Dimitrios Konstantinidis on Issues in getting the negative values of q (mean deviatoric stress) while simulating cyclic triaxial test in ABAQUS using SANISAND subroutine.
- Guilherme Castro on Download Package of Charles University Implementation of High Cycle Accumulation Model
- Giada Orlando on Download Package for Hypoplastic interface model and UMAT – FRIC interface
Dear Kassem,
When I use your props I get an Eoed of around 1.2e8.
When you look at the formular it’s logic:
Gt=G0*(2.97d0-void)*(2.97d0-void)/(one+void)
*dsqrt(pp*p_a)
and because nu is very little Eoed is around 2*Gt and sqrt(pp*p_a) is around 50 at the end
parm 06 (Me) is 0. Is not logic but for Eoed not needed, but when I use exactly zero then my code doesn’t work proper
Arie