20 #ifndef _PATERSONBUDDCOLD_H_
21 #define _PATERSONBUDDCOLD_H_
23 #include "pism/rheology/PatersonBudd.hh"
43 double ,
double)
const;
A class for storing and accessing PISM configuration flags and parameters.
std::shared_ptr< EnthalpyConverter > Ptr
EnthalpyConverter::Ptr EC() const
virtual ~PatersonBuddCold()=default
double softness_from_temp(double T_pa) const
double tempFromSoftness(double A) const
Return the temperature T corresponding to a given value A=A(T).
PatersonBuddCold(const std::string &prefix, const Config &config, EnthalpyConverter::Ptr EC)
double flow_from_temp(double stress, double temp, double, double) const
The flow law (temperature-dependent version).
Cold case of Paterson-Budd.
Derived class of FlowLaw for Paterson-Budd (1982)-Glen ice.
bool FlowLawIsPatersonBuddCold(const FlowLaw &flow_law, const Config &config, EnthalpyConverter::Ptr EC)