|
◆ flow_from_temp()
double pism::rheology::GoldsbyKohlstedtStripped::flow_from_temp |
( |
double |
stress, |
|
|
double |
temp, |
|
|
double |
pressure, |
|
|
double |
gs |
|
) |
| const |
|
protectedvirtual |
This is the (forward) Goldsby-Kohlstedt flow law. See: D. L. Goldsby & D. L. Kohlstedt (2001), "Superplastic deformation
of ice: experimental observations", J. Geophys. Res. 106(M6), 11017-11030.
Reimplemented from pism::rheology::GoldsbyKohlstedt.
Definition at line 201 of file GoldsbyKohlstedt.cc.
References pism::rheology::GoldsbyKohlstedt::m_basal_A, pism::rheology::GoldsbyKohlstedt::m_basal_n, pism::rheology::GoldsbyKohlstedt::m_basal_Q, pism::rheology::FlowLaw::m_beta_CC_grad, m_d_grain_size_stripped, pism::rheology::GoldsbyKohlstedt::m_disl_A_cold, pism::rheology::GoldsbyKohlstedt::m_disl_A_warm, pism::rheology::GoldsbyKohlstedt::m_disl_crit_temp, pism::rheology::GoldsbyKohlstedt::m_disl_n, pism::rheology::GoldsbyKohlstedt::m_disl_Q_cold, pism::rheology::GoldsbyKohlstedt::m_disl_Q_warm, pism::rheology::GoldsbyKohlstedt::m_gbs_A_cold, pism::rheology::GoldsbyKohlstedt::m_gbs_A_warm, pism::rheology::GoldsbyKohlstedt::m_gbs_crit_temp, pism::rheology::GoldsbyKohlstedt::m_gbs_n, pism::rheology::GoldsbyKohlstedt::m_gbs_Q_cold, pism::rheology::GoldsbyKohlstedt::m_gbs_Q_warm, pism::rheology::FlowLaw::m_ideal_gas_constant, pism::rheology::GoldsbyKohlstedt::m_p_grain_sz_exp, pism::rheology::FlowLaw::m_rho, and pism::rheology::FlowLaw::m_standard_gravity.
|