20 #ifndef _ISOTHERMALGLEN_H_
21 #define _ISOTHERMALGLEN_H_
23 #include "pism/rheology/PatersonBudd.hh"
33 double flow_impl(
double stress,
double,
double,
double)
const;
36 double flow_from_temp(
double stress,
double,
double,
double)
const;
A class for storing and accessing PISM configuration flags and parameters.
std::shared_ptr< EnthalpyConverter > Ptr
EnthalpyConverter::Ptr EC() const
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)
Isothermal Glen ice allowing extra customization.
Derived class of FlowLaw for Paterson-Budd (1982)-Glen ice.