22 #include "pism/rheology/PatersonBuddWarm.hh"
30 m_name =
"Paterson-Budd (warm case)";
44 double ,
double)
const {
A class for storing and accessing PISM configuration flags and parameters.
std::shared_ptr< EnthalpyConverter > Ptr
double m_A_warm
Paterson-Budd softness, warm case.
double m_ideal_gas_constant
ideal gas constant
double m_Q_warm
Activation energy, warm case.
double m_n
power law exponent
double flow_from_temp(double stress, double temp, double, double) const
The flow law (temperature-dependent version).
double softness_from_temp(double T_pa) const
PatersonBuddWarm(const std::string &prefix, const Config &config, EnthalpyConverter::Ptr EC)
double tempFromSoftness(double A) const
Return the temperature T corresponding to a given value A=A(T).
Derived class of FlowLaw for Paterson-Budd (1982)-Glen ice.