Hi, everyone!
I want to set Standard to USDA in soil groundwater, In the PLAXIS command, the change is to set 'DataSetFlow',2,'UsdaSoilType',4. So here's my command in Python, but it doesn't work.
i need your help, thk!
material05 = g_i.soilmat()material05.setproperties("MaterialName", "soiltedsoilone", 'SoilModel', 2, "DrainageType", 1, 'gammaUnsat', 17.3, 'gammaSat', 17.3, 'Eref', 2811, 'nu', 0.35, 'cref', 14.1, 'phi', 9.1, 'Rinter', 0.75,'DataSetFlow',2,'UsdaSoilType',4)
Dear Xiong Qi,
You do not mention which version you are using as we have made major improvements on the definition of materials in the last versions.
In any case, have you seen this post?RE: python - plaxis 2d soil material parameter
Hello Stefanos Papavasileiou
Thank you for your reply.
thank you for sharing the information. my Plaxis2D is V20.
I've tried several times to combine different values for these parameters(FlowDataModel, DataSetFlow, SoilTypeFlow, LowerUpper) and found that the DataSet has always been in a “standard" state, why is it?
Dear Xiong,
Please check my answer here: Python-PLAXIS2D V20 soil material USDA