22 #include "pism/rheology/IsothermalGlen.hh"
23 #include "pism/util/ConfigInterface.hh"
31 m_name =
"isothermal Glen";
double get_number(const std::string &name, UseFlag flag=REMEMBER_THIS_USE) const
A class for storing and accessing PISM configuration flags and parameters.
std::shared_ptr< EnthalpyConverter > Ptr
double m_hardness_power
; used to compute hardness
double m_n
power law exponent
double flow_impl(double stress, double, double, double) const
double flow_from_temp(double stress, double, double, double) const
The flow law (temperature-dependent version).
double hardness_impl(double, double) const
double softness_impl(double, double) const
IsothermalGlen(const std::string &prefix, const Config &config, EnthalpyConverter::Ptr EC)
Derived class of FlowLaw for Paterson-Budd (1982)-Glen ice.