PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ effective_pressure()

double pism::MohrCoulombPointwise::effective_pressure ( double  delta,
double  P_overburden,
double  water_thickness 
) const

Compute effective pressure on till

Used in yield_stress() and till_friction_angle().

Parameters
[in]deltafraction of overburden pressure
[in]P_overburdenoverburden pressure (Pa)
[in]water_thicknesstill water thickness

Definition at line 33 of file MohrCoulombPointwise.cc.

References m_compressibility_coefficient, m_reference_effective_pressure, m_reference_void_ratio, m_W_till_max, and pism::array::min().

Referenced by till_friction_angle(), and yield_stress().