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
-
-
Hypo-sand UMAT problem
sobhan abedinnejad||Constitutive Modelling|2 |Views 4,367
Dear community I have 4 Question in implementation of Hypo-sand Umat in ABAQUS could someone kindly explain? 1. I checked the Umat file from (https://soilmodels.com/download/plaxis-umat-hypoplas-zip/) and i understand this subroutine […] -
Htypoplastic Model in Miidas GTS NX
Kassem Dib||Constitutive Modelling|6 |Views 2,462
Hello.. I am defining the hypoplastic parameters for Karlsruhe sand (found in a paper) using MIDAS GTS NX. In the software the a requesting (in addition of parameters) the number […] -
How to implement this Hypoplastic Interface Model into ABAQUS combined with the existing hypoplastic model subroutine
Geyang Song||Constitutive Modelling|8 |Views 4,691
Hello: I’m a post-doc at the University of Nottingham, and I’m using the hypoplastic model to simulate the centrifuge tests we did. The research area is related to soil-pile interaction. […] -
UMAT for NorSand
Shile Dong||Constitutive Modelling|0 |Views 4,657
Dear all, I am pretty new in coding and using Abaqus. I have trouble with coding the UMAT for NorSand. If any of you have any good references, please share […] -
ExCalibre – Definiton of q
Manuel Winkler||Constitutive Modelling|3 |Views 4,267
Hello, I am performing calibration trials for the hypoplastic sand model with the aid of ExCalibre and i was wondering how the deviatoric stresses q for the triaxial test input […] -
Oedometric Test Soil Test Plaxis
Ana Ribera||Constitutive Modelling|0 |Views 2,597
Hi community, I am trying to simulate a oedometer test in soil test of plaxis but i am not reaching the expected results. In the Bentley manual available at the […] -
Automatic calibration software ExCalibre has been launched
David Mašín||Constitutive Modelling|0 |Views 4,556
On behalf of the team of developers I am happy to announce that, after more than four years of development and testing, ExCalibre has just been launched. ExCalibre is a […]
Who is Online
No one is online right now
Search SoilModels Website
Recent posts
- Connecting remote sensors to the Plaxis FEM 3D using python 26.7.2024
- Intergranular Strain Extensions 16.7.2024
- Abaqus Hypoplasticity Primary Variable Is Not Available 1.7.2024
- Vumat to calculate excess pore in Coupled Eulerian-Lagrangian ABAQUS 1.7.2024
- Drucker Prager Cap Hardening Model 20.6.2024
- Soil model for sand under drained cyclic loading 15.6.2024
- In Abaqus how do we use *DLOAD for defining both user-defined pressure and body force simultaneously? 15.6.2024
- Issue in applying SANISAND04 UMAT to Boundary-Value-Problem 31.5.2024
- Triaxial compression test using Mohr-Coulomb model in Abaqus 27.5.2024
- The Mises stress calculated by the hypoplasticity model considering the intergranular strain is all 0 20.5.2024
- Degradation ( disturbance ) of hypoplastic clay 23.4.2024
- Degradation ( disturbance ) of hypoplastic clay 23.4.2024
Recent Comments
- Johan Clausen on Triaxial compression test using Mohr-Coulomb model in Abaqus
- Ismail Khan on SANISAND for FLAC3D Download
- Tao Zhu on UMAT and oneAPI compiler issues. (SOLVED…i hope :p)
- Lei DAI on SANISAND for FLAC3D Download
- Yu Xiao on “Warning LNK4210” – hypoplastic clay UMAT
- Yu Xiao on “Warning LNK4210” – hypoplastic clay UMAT
- Charbel NOHRA on “Warning LNK4210” – hypoplastic clay UMAT
- Pouya Zahedi on UMAT for hypoplastic subroutine
- Mohsen Misaghian on SANISAND umat issue
- Ashesh Choudhury on Abaqus
- Hu Shihong on Triaxial compression test using Mohr-Coulomb model in Abaqus
- Mert Eyupgiller on Triaxial compression test using Mohr-Coulomb model in Abaqus
- Bala Harsha Srusti on ABAQUS job doesn’t make any increment
- PRATIK GOEL on Hardening parameters (yield stress & absolute plastic strain)
- Ashraf AHMED on ExCalibre – SoilModels Automatic Calibration
- Xy Ma on Sand and clay standard datasets
- Xy Ma on Sand and clay standard datasets
- Ramon Varghese on Hypoplastic Interface Model: Does anybody implemented this model in FLAC3D
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