PISM, A Parallel Ice Sheet Model 2.2.1-cd005eec8 committed by Constantine Khrulev on 2025-03-07
|
#include <basal_resistance.hh>
Public Member Functions | |
IceBasalResistancePseudoPlasticLaw (const Config &config) | |
virtual | ~IceBasalResistancePseudoPlasticLaw ()=default |
virtual void | print_info (const Logger &log, int threshold, units::System::Ptr system) const |
virtual double | drag (double tauc, double vx, double vy) const |
Compute the drag coefficient for the basal shear stress. | |
virtual void | drag_with_derivative (double tauc, double vx, double vy, double *drag, double *ddrag) const |
Compute the drag coefficient and its derivative with respect to \alpha = \frac 1 2 (u_x^2 + u_y^2) . | |
![]() | |
IceBasalResistancePlasticLaw (const Config &config) | |
virtual | ~IceBasalResistancePlasticLaw ()=default |
Protected Attributes | |
double | m_q |
double | m_u_threshold |
double | m_sliding_scale_factor_reduces_tauc |
double | m_u_threshold_factor |
![]() | |
double | m_plastic_regularize |
Definition at line 46 of file basal_resistance.hh.