PISM, A Parallel Ice Sheet Model 2.2.0-cb3567278 committed by Constantine Khrulev on 2025-03-05
|
#include <MohrCoulombPointwise.hh>
Public Member Functions | |
MohrCoulombPointwise (Config::ConstPtr config) | |
double | yield_stress (double delta, double P_overburden, double water_thickness, double phi) const |
double | till_friction_angle (double delta, double P_overburden, double water_thickness, double yield_stress) const |
double | effective_pressure (double delta, double P_overburden, double water_thickness) const |
Private Attributes | |
double | m_W_till_max |
Maximum till water thickness. | |
double | m_till_cohesion |
Cohesion of till. | |
double | m_reference_effective_pressure |
Reference effective pressure. | |
double | m_reference_void_ratio |
Reference void ratio. | |
double | m_compressibility_coefficient |
Coefficient of compressibility of till. | |
Implementation of the Mohr-Coulomb basal yield stress model at a point.
Definition at line 29 of file MohrCoulombPointwise.hh.