Cyclic behaviour

groundhog.soildynamics.cyclicbehaviour.cycliccontours_dssclay_andersen(undrained_shear_strength, average_shear_stress, cyclic_shear_stress, **kwargs)[source]

Calculates the number of cycles to failure for a cyclic DSS test with a given combination of average and cyclic shear stress for a sample with a given undrained shear strength. Cyclic failure is defined as reaching a cyclic or average shear strain of 15%. Contours for N=10, N=100 and N=1000 are defined. Logarithmic interpolation is used between the contours. Three points are extracted from the digitised graphs and a logarithmic relation is fitted. If the number of cycles to failure is lower than 10 or greater than 1000, extrapolation is used but a warning is raised to the user.

The data used for this interaction diagram originates from cyclic tests on normally consolidated Drammen clay, a marine clay with a plasticity index of 27%. Average cyclic stresses were applied for 1 to 2hrs before starting the cyclic shearing and the cyclic loading period was 10s.

Parameters:
  • undrained_shear_strength – Undrained shear strength of the normally consolidated clay measured with a DSS test (\(S_u^{DSS}\)) [\(kPa\)] - Suggested range: 1.0 <= undrained_shear_strength <= 100.0

  • average_shear_stress – Magnitude of the applied average shear stress (\(\tau_a\)) [\(kPa\)] - Suggested range: 0.0 <= average_shear_stress <= 100.0

  • cyclic_shear_stress – Magnitude of the applied cyclic shear stress (\(\tau_{cy}\)) [\(kPa\)] - Suggested range: 0.0 <= cyclic_shear_stress <= 100.0

Returns:

Dictionary with the following keys:

  • ’Nf [-]’: Number of cycles to failure (\(N_f\)) [\(-\)]

../_images/cycliccontours_dssclay_andersen_1.png

Contour diagram for DSS tests on normally consolidated Drammen clay

Reference - Andersen, K.H. (2015). Cyclic soil parameters for offshore foundation design. The 3rd McClelland Lecture. Conference: Frontiers in Offshore Geotechnics III.

groundhog.soildynamics.cyclicbehaviour.cycliccontours_triaxialclay_andersen(undrained_shear_strength, average_shear_stress, cyclic_shear_stress, **kwargs)[source]

Calculates the number of cycles to failure for cyclic triaxial test with a given combination of average and cyclic shear stress for a sample with a given undrained shear strength. Cyclic failure is defined as reaching a cyclic or average shear strain of 15%. Contours for N=10, N=100 and N=1000 are defined. Logarithmic interpolation is used between the contours. Three points are extracted from the digitised graphs and a logarithmic relation is fitted. If the number of cycles to failure is lower than 10 or greater than 1000, extrapolation is used but a warning is raised to the user.

The data used for this interaction diagram originates from cyclic tests on normally consolidated Drammen clay, a marine clay with a plasticity index of 27%. Average cyclic stresses were applied for 1 to 2hrs before starting the cyclic shearing and the cyclic loading period was 10s.

Parameters:
  • undrained_shear_strength – Undrained shear strength of the normally consolidated clay measured with a triaxial compression test (\(S_u^C\)) [\(kPa\)] - Suggested range: 1.0 <= undrained_shear_strength <= 100.0

  • average_shear_stress – Magnitude of the applied average shear stress (\(\tau_a\)) [\(kPa\)] - Suggested range: -50.0 <= average_shear_stress <= 100.0

  • cyclic_shear_stress – Magnitude of the applied cyclic shear stress (\(\tau_{cy}\)) [\(kPa\)] - Suggested range: 0.0 <= cyclic_shear_stress <= 100.0

Returns:

Dictionary with the following keys:

  • ’Nf [-]’: Number of cycles to failure (\(N_f\)) [\(-\)]

  • ’tau_cy / Su_C [-]’: Ratios of cyclic shear stress to the compressive undrained shear strength used in interpolation [\(-\)]

  • ’Nf interpolated [-]’: Number of cycles to failure used in the interpolation [\(-\)]

../_images/cycliccontours_triaxialclay_andersen_1.png

Contour diagram for cyclic triaxial tests on normally consolidated Drammen clay

Reference - Andersen, K.H. (2015). Cyclic soil parameters for offshore foundation design. The 3rd McClelland Lecture. Conference: Frontiers in Offshore Geotechnics III.

groundhog.soildynamics.cyclicbehaviour.cyclicstrength_dsssand_relativedensity(relative_density, vertical_effective_stress, fines_content=5.0, stress_exponent=0.9, atmospheric_pressure=100.0, **kwargs)[source]

Calculates the DSS cyclic strength of sand, defined as the ratio of cyclic shear stress to reference normal stress for failure at 10 cycles. Cyclic failure is defined as reaching an accumulated cyclic shear strain of 15%. For certain very dense samples, this strain was not reached. The underlying dataset contains symmetrical DSS tests on normally consolidated sand.

The curves are most representative for vertical effective stresses between 100 and 250kPa. The vertical effective stress was normalised using an exponent of 0.9 for the test data. Most of the underlying cyclic DSS test data is from normally consolidated pre-sheared samples.

The function calculates the shear stress ratio at failure for <5% fines by default but fines content of 20% or 35% can also be entered. The trend for 35% fines content needs to be treated with caution as relative density determination for samples with high fines content is not straightforward.

Parameters:
  • relative_density – Relative density of the sand (\(D_r\)) [\(pct\)] - Suggested range: 40.0 <= relative_density <= 110.0

  • vertical_effective_stress – Vertical effective stress at the depth considered (\(\sigma_{vc}^{\prime}\)) [\(kPa\)] - Suggested range: 100.0 <= vertical_effective_stress <= 250.0

  • fines_content – Fines content of the soil (\(FC\)) [\(pct\)] - Suggested range: 5.0 <= fines_content <= 35.0 (optional, default= 5.0)

  • stress_exponent – Stress exponent used for stress normalisation (\(n\)) [\(-\)] - Suggested range: 0.2 <= stress_exponent <= 1.0 (optional, default= 0.9)

  • atmospheric_pressure – Atmospheric pressure (\(p_a\)) [\(kPa\)] (optional, default= 100.0)

\[\sigma_{ref}^{\prime} = p_a \cdot ( \sigma_{ref}^{\prime} / p_a )^n\]
Returns:

Dictionary with the following keys:

  • ’cyclic strength ratio [-]’: Cyclic strength ratio for N=10 cycles (\(\tau_f / \sigma_{ref}^{\prime}\)) [\(-\)]

  • ’reference effective stress [kPa]’: Reference effective normal stress (\(\sigma_{ref}^{\prime}\)) [\(kPa\)]

  • ’cyclic shear strength [kPa]’: Cyclic shear stress for failure at 10 cycles (\(\tau_f\)) [\(kPa\)]

../_images/cyclicstrength_dsssand_relativedensity_1.png

Underlying data and trend for cyclic strength calculation

Reference - Andersen, K.H. (2015). Cyclic soil parameters for offshore foundation design. The 3rd McClelland Lecture. Conference: Frontiers in Offshore Geotechnics III.

groundhog.soildynamics.cyclicbehaviour.cyclicstrength_dsssand_watercontent(water_content, vertical_effective_stress, fines_content=5.0, stress_exponent=0.9, atmospheric_pressure=100.0, **kwargs)[source]

Calculates the DSS cyclic strength of sand, defined as the ratio of cyclic shear stress to reference normal stress for failure at 10 cycles. Cyclic failure is defined as reaching an accumulated cyclic shear strain of 15%. For certain very dense samples, this strain was not reached. The underlying dataset contains symmetrical DSS tests on normally consolidated sand.

The curves are most representative for vertical effective stresses between 100 and 250kPa. The vertical effective stress was normalised using an exponent of 0.9 for the test data. Most of the underlying cyclic DSS test data is from normally consolidated pre-sheared samples.

The function calculates the shear stress ratio at failure for <5% fines by default but fines content of 20% or 35% can also be entered. The trend for 35% fines content is slightly more reliable when formulated in terms of water content rather than relative density.

Parameters:
  • water_content – Water content of the sand after testing (\(w_{after}\)) [\(pct\)] - Suggested range: 15.0 <= water_content <= 40.0

  • vertical_effective_stress – Vertical effective stress at the depth considered (\(\sigma_{vc}^{\prime}\)) [\(kPa\)] - Suggested range: 100.0 <= vertical_effective_stress <= 250.0

  • fines_content – Fines content of the soil (\(FC\)) [\(pct\)] - Suggested range: 5.0 <= fines_content <= 35.0 (optional, default= 5.0)

  • stress_exponent – Stress exponent used for stress normalisation (\(n\)) [\(-\)] - Suggested range: 0.2 <= stress_exponent <= 1.0 (optional, default= 0.9)

  • atmospheric_pressure – Atmospheric pressure (\(p_a\)) [\(kPa\)] (optional, default= 100.0)

\[\sigma_{ref}^{\prime} = p_a \cdot ( \sigma_{ref}^{\prime} / p_a )^n\]
Returns:

Dictionary with the following keys:

  • ’cyclic strength ratio [-]’: Cyclic strength ratio for N=10 cycles (\(\tau_f / \sigma_{ref}^{\prime}\)) [\(-\)]

  • ’reference effective stress [kPa]’: Reference effective normal stress (\(\sigma_{ref}^{\prime}\)) [\(kPa\)]

  • ’cyclic shear strength [kPa]’: Cyclic shear stress for failure at 10 cycles (\(\tau_f\)) [\(kPa\)]

../_images/cyclicstrength_dsssand_watercontent_1.png

Underlying data and trends for cyclic strength calculation

Reference - Andersen, K.H. (2015). Cyclic soil parameters for offshore foundation design. The 3rd McClelland Lecture. Conference: Frontiers in Offshore Geotechnics III.

groundhog.soildynamics.cyclicbehaviour.plotcycliccontours_dssclay_andersen()[source]

Returns a Plotly figure with the cyclic contours for DSS tests on normally consolidated Drammen clay :return: Plotly figure object which can be further customised and to which test data can be added.

groundhog.soildynamics.cyclicbehaviour.plotcycliccontours_triaxialclay_andersen()[source]

Returns a Plotly figure with the cyclic contours for triaxial tests on normally consolidated Drammen clay :return: Plotly figure object which can be further customised and to which test data can be added.

groundhog.soildynamics.cyclicbehaviour.plotporepressureaccumulation_dssclay_andersen()[source]

Returns a Plotly figure with the excess pore pressure accumulation contours for cyclic DSS tests on normally consolidated Drammen clay with symmetrical loading :return: Plotly figure object which can be further customised and to which test data can be added.

groundhog.soildynamics.cyclicbehaviour.plotporepressureaccumulation_dsssand_andersen(failure_stress_ratio)[source]

Returns a Plotly figure with the permanent excess pore pressure accumulation contours for cyclic DSS tests on normally consolidated sand or silt with symmetrical loading

Parameters:

failure_stress_ratio – Ratio of cyclic shear stress to vertical effective stress for failure at N=10 (\(( \tau_{cy} / \sigma_{ref}^{\prime})_{N=10}\)) [\(-\)] - Allowable value: [0.19, 0.25, 0.6, 1.0, 1.8]

Returns:

Plotly figure object which can be further customised and to which test data can be added.

groundhog.soildynamics.cyclicbehaviour.plotporepressureaccumulation_triaxialclay_andersen()[source]

Returns a Plotly figure with the excess pore pressure accumulation contours for cyclic triaxial tests on normally consolidated Drammen clay with symmetrical loading :return: Plotly figure object which can be further customised and to which test data can be added.

groundhog.soildynamics.cyclicbehaviour.plotstrainaccumulation_dssclay_andersen()[source]

Returns a Plotly figure with the strain accumulation contours for DSS tests on normally consolidated Drammen clay :return: Plotly figure object which can be further customised and to which test data can be added.

groundhog.soildynamics.cyclicbehaviour.plotstrainaccumulation_dsssand_andersen(failure_stress_ratio)[source]

Returns a Plotly figure with the cyclic strain accumulation contours for cyclic DSS tests on normally consolidated sand or silt with symmetrical loading

Parameters:

failure_stress_ratio – Ratio of cyclic shear stress to vertical effective stress for failure at N=10 (\(( \tau_{cy} / \sigma_{ref}^{\prime})_{N=10}\)) [\(-\)] - Allowable value: [0.19, 0.25, 0.6, 1.0, 1.8]

Returns:

Plotly figure object which can be further customised and to which test data can be added.

groundhog.soildynamics.cyclicbehaviour.plotstrainaccumulation_triaxialclay_andersen()[source]

Returns a Plotly figure with the strain accumulation contours for triaxial tests on normally consolidated Drammen clay with symmetrical loading :return: Plotly figure object which can be further customised and to which test data can be added.

groundhog.soildynamics.cyclicbehaviour.porepressureaccumulation_dssclay_andersen(cyclic_shear_stress, undrained_shear_strength, cycle_no, **kwargs)[source]

Calculates the excess pore pressure accumulation for a normally consolidated clay sample under symmetrical cyclic loading (no average shear stress) in a DSS test. The contours are based on cyclic DSS tests on Drammen clay.

Excess pore pressure contours for excess pore pressure ratios of 0.05, 0.1, 0.25 and 0.6 are defined and logarithmic interpolation is used to obtain the accumulated excess pore pressure for a sample tested at a certain ratio of cyclic shear stress to DSS shear strength with a given number of cycles.

Parameters:
  • cyclic_shear_stress – Magnitude of the applied cyclic shear stress (\(\tau_{cy}\)) [\(kPa\)] - Suggested range: 0.0 <= cyclic_shear_stress <= 100.0

  • undrained_shear_strength – Undrained shear strength of the normally consolidated clay measured with a DSS test (\(S_u^{DSS}\)) [\(kPa\)] - Suggested range: 1.0 <= undrained_shear_strength <= 100.0

  • cycle_no – Number of applied cycles (\(N\)) [\(-\)] - Suggested range: 1.0 <= cycle_no <= 1500.0

Returns:

Dictionary with the following keys:

  • ’Excess pore pressure ratio [-]’: Ratio of accumulated excess pore pressure to vertical effective stress (\(u_p / \sigma_{vc}^{\prime}\)) [\(-\)]

  • ’pore pressure ratios interpolation [-]’: List of excess pore pressure ratios used for interpolation [\(-\)]

  • ’shearstress ratios interpolation [-]’: List of ratios of cyclic shear stress to undrained DSS shear strength used for interpolation [\(-\)]

../_images/porepressureaccumulation_dssclay_andersen_1.png

Excess pore pressure contours for symmetrical cyclic DSS tests

Reference - Andersen, K.H. (2015). Cyclic soil parameters for offshore foundation design. The 3rd McClelland Lecture. Conference: Frontiers in Offshore Geotechnics III.

groundhog.soildynamics.cyclicbehaviour.porepressureaccumulation_triaxialclay_andersen(cyclic_shear_stress, undrained_shear_strength, cycle_no, **kwargs)[source]

Calculates the excess pore pressure accumulation for a normally consolidated clay sample under symmetrical cyclic loading (no average shear stress) in a cyclic triaxial test. The contours are based on cyclic triaxial tests on Drammen clay.

The accumulated excess pore pressure is corrected for the change in total octahedral normal stress, making the ratio independent on whether average shear stress is applied by increasing or decreasing the normal stress.

Excess pore pressure contours for excess pore pressure ratios of 0.01, 0.125, 0.15, 0.2 and 0.25 are defined and logarithmic interpolation is used to obtain the accumulated excess pore pressure for a sample tested at a certain ratio of cyclic shear stress to triaxial compression shear strength with a given number of cycles.

Parameters:
  • cyclic_shear_stress – Magnitude of the applied cyclic shear stress (\(\tau_{cy}\)) [\(kPa\)] - Suggested range: 0.0 <= cyclic_shear_stress <= 100.0

  • undrained_shear_strength – Undrained shear strength of the normally consolidated clay measured with a DSS test (\(S_u^{DSS}\)) [\(kPa\)] - Suggested range: 1.0 <= undrained_shear_strength <= 100.0

  • cycle_no – Number of applied cycles (\(N\)) [\(-\)] - Suggested range: 1.0 <= cycle_no <= 1500.0

Returns:

Dictionary with the following keys:

  • ’Excess pore pressure ratio [-]’: Ratio of accumulated excess pore pressure to vertical effective stress (\(u_p / \sigma_{vc}^{\prime}\)) [\(-\)]

  • ’pore pressure ratios interpolation [-]’: List of excess pore pressure ratios used for interpolation [\(-\)]

  • ’shearstress ratios interpolation [-]’: List of ratios of cyclic shear stress to undrained DSS shear strength used for interpolation [\(-\)]

../_images/porepressureaccumulation_triaxialclay_andersen_1.png

Excess pore pressure contours for symmetrical cyclic triaxial tests

Reference - Andersen, K.H. (2015). Cyclic soil parameters for offshore foundation design. The 3rd McClelland Lecture. Conference: Frontiers in Offshore Geotechnics III.

groundhog.soildynamics.cyclicbehaviour.strainaccumulation_dssclay_andersen(cyclic_shear_stress, undrained_shear_strength, cycle_no, **kwargs)[source]

Calculates the strain accumulation for a normally consolidated clay sample under symmetrical cyclic loading (no average shear stress) in a DSS test. The contours are based on cyclic DSS tests on Drammen clay.

Strain contours for cyclic shear strains of 0.5, 1, 3 and 15% are defined and logarithmic interpolation is used to obtain the accumulated strain for a sample tested at a certain ratio of cyclic shear stress to DSS shear strength with a given number of cycles.

Parameters:
  • cyclic_shear_stress – Magnitude of the applied cyclic shear stress (\(\tau_{cy}\)) [\(kPa\)] - Suggested range: 0.0 <= cyclic_shear_stress <= 100.0

  • undrained_shear_strength – Undrained shear strength of the normally consolidated clay measured with a DSS test (\(S_u^{DSS}\)) [\(kPa\)] - Suggested range: 1.0 <= undrained_shear_strength <= 100.0

  • cycle_no – Number of applied cycles (\(N\)) [\(-\)] - Suggested range: 1.0 <= cycle_no <= 1500.0

Returns:

Dictionary with the following keys:

  • ’cyclic strain [%]’: Accumulated cyclic shear strain (\(\gamma_{cy}\)) [\(%\)]

  • ’shear strains interpolation [%]’: List of shear strains used for interpolation [\(%\)]

  • ’shearstress ratios interpolation [-]’: List of ratios of cyclic shear stress to undrained DSS shear strength used for interpolation [\(-\)]

../_images/strainaccumulation_dssclay_andersen_1.png

Strain contours for symmetrical cyclic DSS tests

Reference - Andersen, K.H. (2015). Cyclic soil parameters for offshore foundation design. The 3rd McClelland Lecture. Conference: Frontiers in Offshore Geotechnics III.

groundhog.soildynamics.cyclicbehaviour.strainaccumulation_dsssand_andersen(shearstress_ratio, cycle_no, failure_stress_ratio, **kwargs)[source]

Calculates the strain accumulation as a function of the cyclic shear stress level and the number of cycles for normally consolidated sand and silt in a symmetrical cyclic DSS test (no average shear stress) for different levels of cyclic shear stress at failure. The contours have been compiled based on various tests in the NGI database and should be regarded as estimates.

Strain contours for 0.1, 0.25, 0.5, 1, 2.5, 5, 7.5, 10 and 15% cyclic shear strain are defined and logarithmic interpolation is used between the different contours to obtain the accumulated strain for a sample tested at a certain ratio of cyclic shear stress to vertical effective stress with a given number of cycles.

To calculate the cyclic stress ratio, the vertical effective stress needs to be normalised as follows:

\[\sigma_{ref}^{\prime} = p_a \cdot ( \sigma_{vc}^{\prime} / p_a ) ^ n\]

A shear stress exponent of 0.9 is suggested by Andersen (2015).

Parameters:
  • shearstress_ratio – Ratio cyclic shear stress to reference effective stress (\(\tau_{cy} / \sigma_{ref}^{\prime}\)) [\(-\)] - Suggested range: 0.0 <= shearstress_ratio <= 2.0

  • cycle_no – Number of applied cycles (\(N\)) [\(-\)] - Suggested range: 1.0 <= cycle_no <= 1000.0

  • failure_stress_ratio – Ratio of cyclic shear stress to vertical effective stress for failure at N=10 (\(( \tau_{cy} / \sigma_{ref}^{\prime})_{N=10}\)) [\(-\)] - Allowable value: [0.19, 0.25, 0.6, 1.0, 1.8]

Returns:

Dictionary with the following keys:

  • ’cyclic strain [%]’: Accumulated cyclic shear strain (\(\gamma_{cy}\)) [\(%\)]

  • ’shear strains interpolation [%]’: List of shear strains used for the interpolation [\(%\)]

  • ’shearstress ratios interpolation [-]’: Shear stress ratios used for the interpolation [\(-\)]

../_images/strainaccumulation_dsssand_andersen_1.png

Cyclic strain accumulation contours based on symmetrical cyclic DSS tests on normally consolidated sand

Reference - Andersen, K.H. (2015). Cyclic soil parameters for offshore foundation design. The 3rd McClelland Lecture. Conference: Frontiers in Offshore Geotechnics III.

groundhog.soildynamics.cyclicbehaviour.strainaccumulation_triaxialclay_andersen(cyclic_shear_stress, undrained_shear_strength, cycle_no, **kwargs)[source]

Calculates the cyclic and average strain accumulation for a normally consolidated clay sample under symmetrical cyclic loading (no average shear stress) in a cyclic triaxial test. The contours are based on cyclic triaxial tests on Drammen clay.

Strain contours for cyclic shear strains of 0.05, 0.1, 0.25, 0.5, 1, 5 and 15% are defined and logarithmic interpolation is used to obtain the accumulated strain for a sample tested at a certain ratio of cyclic shear stress to triaxial compression shear strength with a given number of cycles.

Similarly strain contours for average shear strains of -0.5, -0.75, -1, -1.5 and -4% are defined for linear interpolation of the average strains.

Parameters:
  • cyclic_shear_stress – Magnitude of the applied cyclic shear stress (\(\tau_{cy}\)) [\(kPa\)] - Suggested range: 0.0 <= cyclic_shear_stress <= 100.0

  • undrained_shear_strength – Undrained shear strength of the normally consolidated clay measured with a triaxial compression test (\(S_u^{C}\)) [\(kPa\)] - Suggested range: 1.0 <= undrained_shear_strength <= 100.0

  • cycle_no – Number of applied cycles (\(N\)) [\(-\)] - Suggested range: 1.0 <= cycle_no <= 1500.0

Returns:

Dictionary with the following keys:

  • ’cyclic strain [%]’: Accumulated cyclic shear strain (\(\gamma_{cy}\)) [\(%\)]

  • ’average strain [%]’: Accumulated average shear strain (\(\gamma_{a}\)) [\(%\)]

  • ’cyclic shear strains interpolation [%]’: List of cyclic shear strains used for interpolation [\(%\)]

  • ’shearstress ratios interpolation cyclic [-]’: List of ratios of cyclic shear stress to undrained triaxial compression shear strength used for interpolation of cyclic strain [\(-\)]

  • ’average shear strains interpolation [%]’: List of average shear strains used for interpolation [\(%\)]

  • ’shearstress ratios interpolation average [-]’: List of ratios of cyclic shear stress to undrained triaxial compression shear strength used for interpolation of average strain [\(-\)]

../_images/strainaccumulation_triaxialclay_andersen_1.png

Strain contours for symmetrical cyclic triaxial tests

Reference - Andersen, K.H. (2015). Cyclic soil parameters for offshore foundation design. The 3rd McClelland Lecture. Conference: Frontiers in Offshore Geotechnics III.