ana1Tests.simiSolTest.computeEarthPressCoeff

computeEarthPressCoeff(x, earthPressureCoefficients)[source]

Computes the earth pressure coefficients function of sng of f and g i.e depending on if we are in the active or passive case

Parameters
  • x (float) – internal friction angle

  • earthPressureCoefficients (numpy array) – [Kxact Kxpass Kyact(Kxact) Kypass(Kxact) Kyact(Kxpass) Kypass(Kxpass)]

Returns

  • K_x (float) – earth pressure coefficient in x direction

  • K_y (float) – earth pressure coefficient in y direction