Point Load Test#

HOLA


GeoAssistant Implementation#

Creation#

To create a single PLT instance of each type by using:

from geoassistant import PLTTest

plt_diametral = PLTTest.createDiametralPLT(diameter=0.061, length=0.10, peak_load=10.)
plt_axial = PLTTest.createAxialPLT(diameter=0.061, length=0.10, peak_load=10.)
plt_block = PLTTest.createBlockPLT(width=0.06, height=0.05, length=0.10, peak_load=10.)
plt_irregular = PLTTest.createIrregularPLT(width1=0.06, width2=0.05, length=0.10, peak_load=10.)