PISM, A Parallel Ice Sheet Model 2.2.0-cb3567278 committed by Constantine Khrulev on 2025-03-05
Loading...
Searching...
No Matches

◆ 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, and m_W_till_max.

Referenced by till_friction_angle(), and yield_stress().