I just doing a simulation for liquefaction on gentle relief slope with the dynamic load is 50s which consist 0.01s each data.
I use PM4Sand for the constitutive model applied on the sand layer also HS Small for the clay.
Currently I set the Max steps…
I want to apply (input) a dynamic load of sinusoidal wave which is having a frequency of 20hz and amplitude of 5m/s2 at the base of model how can I apply that?
Secondly, how can I use UBC3DPLM model for liquefaction and how can I get pre and post liquefaction…
Dear PLAXIS user,
I'm trying to run a plastic calculation phase in PLAXIS 2D, but unfortunately I get a wrong load advancement (Sigma M_stage), it's negative! And the calculation fails with error ' Load advancement procedure fails.
[Error code:…
Hello;
Actually, i have been wondering that;I ge the results for hgt like this :
Hgt=g_o.getresults(g_o.Phases[-1], g_o.ResultTypes.Soil.HydraulicGradientTot, 'node')
I could read the results on hgt but i could not set any result in the list like…
Hello.In plaxis output table, i have 9100 rows. when i get the result using phyton code below;
x = g_o.getresults(g_o.Phases[-1], g_o.ResultTypes.Soil.X, 'node') print(len(x))
as a result, i am getting 22750 rows,is there any way to display all of…