When I set material properties for Hardening Soil Model in Python V21 I receive following Error: Unknown property: E50Ref.
I have already checked the Material Property changes for Python scripting for V21 and the property names should be correct.
Here is my code:
soilmat_1_parameter_HS = ("MaterialName",'Ton-HS', "SoilModel", 'Hardening Soil', "gammaUnsat", 19, "gammaSat", 19, 'cref',25, 'phi', 25, 'nu',nuUR1, 'E50ref', E50Ref1, 'EoedRef',EOedRef1, 'EurRef',EURRef1) #create new Materials material_1_HS = g_i.soilmat(*soilmat_1_parameter_HS) #