- Version
- Download 1807
- File Size 1.09 MB
- Create Date 8.9.2017
- Please login to download
SANISAND Abaqus UMAT and Plaxis implementations
Description: Abaqus UMAT and Plaxis implementations of SANISAND constitutive model by Dafalias and Manzari (2004).
Authors: Original implementation by M. Martinelli, C. Miriano and C. Tamagnini. Updated version of umat together with Plaxis interface programmed by D. Mašín. The updated version has been developed under the support of Zhejiang University, Hangzhou, China. Special thanks to Prof. Lizhong Wang and to a. Prof. Yi Hong for releasing the implementation to SoilModels users.
References:
- Dafalias, Y. F. and Manzari, M. T. (2004). Simple plasticity sand model accounting for fabric change effects. Journal of Engineering Mechanics, Volume 130, No. 6, 622-634.
Hi, where can I read more details about sanisand model and what is the procedure to use in plaxis?
Hi, please re-download the package, now you will find pdf files with information you need. regards David
Hi David, in the file umat-sanisand-readme.pdf it is mentioned that there are two ways of generation of model parameters and state variables: standard and expert. Both involve usage of the subroutine sdvini.f. This file is missing in the package. Could you help?
Hi Krzysztof, sdvini.f is no special, this is standard sdvini which you can get from Abaqus manual. In “standard” mode, you do not need it, you just must properly initialise number of state variables to 36 and set void ratio in Par19. In “expert” mode you need to understand what exactly each state variable means and initialise it accordingly in sdvini.f. But I do not think this is really needed, standard mode should be fine for most applications.
Thank you!
Hi David, can i use this model with plaxis v8?
I do not think so. V8 had some different standards, you would have to update it yourself for the old version and compile it again.
thank you
how can I do it?
Hi David, about the file umat-sanisand, is it applicable for axismmetric or 2d manner?
It is programmed using full 3D notation, so you can use it for 3D, 2D as well as axisymmetric analyses. As for programming, it is out of scope of this forum, but to be honest you should use most recent Plaxis I think.
hi David.
i simulate the bearing capacity of a rectangular shallow foundation with umat.
but i think it is not work well.
the p-y curve is similar to odometr behavior.
can you help me?
Dear Reza, I can hardly help you. Please note that the implementation here is provided as-is, without any support, and still requires considerable expertise to use. It might be your error, error in paramneters or initialisations, error in umat, or it even might correct response of the model which does not fit observations. In any case, you should either be able to identify the error or to fix error in umat. If you succeed, please share your results with the others. Regards David
Dear David, thanks for your answer
another question; about parameters of soil model, what is the parameter number 18 (Ptmult)?
which number should i use?
This is artificial cohesion to eliminate numerical issues. If your analysis runs smoothly, use 0. Otherwise, you can try some small value (say up to 5 kPa) to stabilise the calculation. Small value will have minor effect on strength while stabilising the simulation. Higher values would already affect material properties and then you would have to know what you are doing. Regards
Dear David,
Hi. I didn’t clearly understand how to implement the umat file into ABAQUS. is umat.for enough? could you please help me find any kind of resource in this area? I desperately need to implement SANISAD into ABAQUS.
THANKS
Hi Mehrdad, yes umat.for is what you need. However, to find how to use user defined models in Abaqus in general, I think you will have to study Abaqus manual thoroughly, as it is out of scope of SoilModels. Regards David
thanks, again in it, what is the difference between “Model Parameters” and “State variables”? are they in “SI” unit?
Dear David,
It seems that UMAT is given for full Multiaxial Generalisation. Can you please provide me the UMAT only for triaxial monotonic and cyclic tests. I will be very thankful to you.
Dear Mohd, UMAT is as a standard defined in 3D full-tensorial space. If you need to simulate triaxial tests, you simply call umat with stress tensor like [dot_sigax, dot_sigrad, dot_sigrad, 0, 0, 0] and strain tensor like [dot_epax, dot_eprad, dot_eprad, 0, 0, 0]. It is even easier to use one of the existing drivers available at soilmodels (such as soilmodels.com/idriver, soilmodels.com/triax).
Regards David
Dear David,
Thank you for sharing the code.
I am trying to use it in ABAQUS, my question is in two folds: first from your experience of using the umat in PLAXIS, what are the most sensitive parameters (out of the 19) that can lead to sussessful or unsussessful analysis, or numerical instability? Second is that is the Jacobian matrix symmetrical in the code, or state in other way, is the material stffiness matrix unsymmetric?
Thank you very much and I really appreciate your efforts.
Regards
Ning
Dear David,
I want to use this UMAT to simulate a undrained triaxial compression test by ABAQUS,but I do not know how to set it.
Can you help me?
Thank you.
Hello,
I wanted to use the model to simulate a continuous pile driving. The program (PLAXIS) is asking me for 50 parameters, but according to the “manual”, I only need 19. What would be the problem with that? or do I actually need 50 parameters?
Hi Jorge,
In plaxis, you have to initialise state variables in “Parameters” window, as Plaxis does not allow for distiguishing between parameters and state variables in its input interface. Thus, after parameters, please proceed using “The meaning and order of state variables is as follows” as defined in readme.
Regards David
Thank you very much, David. I thought to do it that way too, but it was better to be sure and ask you about it.
Regards Jorge
Dr. David,
I am using the SANISAND model to simulate the DSS test. But every time, my iteration fails. I am just wondering, is it the updated version of SANISAND UMAT?
Dear David,
I tried to implement a unified dynamic soil model into PLAXIS, but it doesn’t calculate any strains, and it prints zero (or some times NaN amounts) into a text file. it causes PLAXIS doesn’t draw any plot in soil test part. I’d like to know the way of PLAXIS calculates the strains at the first step (initialing phase not finite element process).
I would be grateful if you give your opinion related to this problem.
Best Regards,
Nasim Aftahi
Hello SoilModels Team,
I am trying to use the SANISAND umat implementation but am not sure of the compatibility of the umat with respect to the UMAT version. Can you help me with it? I currently have ABAQUS 6.14 and ABAQUS 2020 at my disposal. If I need any other version of ABAQUS please let me know. Your help would be much appreciated. Thanks in advance. Cheers
Thank you very much sir..the umat is working perfectly fine.
Thank you again for sharing your work. It is very helpful.
With regards,
Raj Banerjee
please sir wich version of abaqus that you used?
I have a question about the grad_f_Dm subroutine in SANISAND UMAT. When calculating the gradient of the yield function, subroutine multiplies the terms corresponding to shear by 2. This is Eq 14 in the paper. I cannot understand the reason for this multiplication. Can someone explain?
I found the reason after calculating the derivative in the long way. Thank you.
Dear Mr David Mašín,
There is a variable in your UMAT file named LDeR. What is its physical meaning and function when calculating the plastic modulus? I am very confused about this. I didn’t find an explanation about the term in the paper (Dafalias & Manzari, 2004). Could you please help with this?
Looking forward to your reply,
Best regards,
JKF
Hi David Mašín sir,
Can we simulate the liquefaction of sandy soil using SANISAND UMAT in abaqus?