|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
Cold case of Paterson-Budd. More...
#include <flowlaws.hh>

Public Member Functions | |
| ThermoGlenArrIce (MPI_Comm c, const char pre[], const NCConfigVariable &config) | |
| virtual | ~ThermoGlenArrIce () |
| virtual PetscReal | A () const |
| virtual PetscReal | Q () const |
| virtual PetscReal | softnessParameter_from_temp (PetscReal T_pa) const |
| PetscReal | tempFromSoftness (PetscReal myA) const |
| Return the temperature T corresponding to a given value A=A(T). | |
| virtual PetscReal | flow_from_temp (PetscReal stress, PetscReal temp, PetscReal, PetscReal) const |
Cold case of Paterson-Budd.
Definition at line 199 of file flowlaws.hh.
| ThermoGlenArrIce | ( | MPI_Comm | c, |
| const char | pre[], | ||
| const NCConfigVariable & | config | ||
| ) | [inline] |
Definition at line 201 of file flowlaws.hh.
| virtual ~ThermoGlenArrIce | ( | ) | [inline, virtual] |
Definition at line 203 of file flowlaws.hh.
| virtual PetscReal A | ( | ) | const [inline, virtual] |
Reimplemented in ThermoGlenArrIceWarm.
Definition at line 204 of file flowlaws.hh.
References IceFlowLaw::A_cold.
Referenced by softnessParameter_from_temp(), and tempFromSoftness().
| virtual PetscReal flow_from_temp | ( | PetscReal | stress, |
| PetscReal | temp, | ||
| PetscReal | , | ||
| PetscReal | |||
| ) | const [inline, virtual] |
Reimplemented from ThermoGlenIce.
Definition at line 216 of file flowlaws.hh.
References IceFlowLaw::n, and softnessParameter_from_temp().
| virtual PetscReal Q | ( | ) | const [inline, virtual] |
Reimplemented in ThermoGlenArrIceWarm.
Definition at line 205 of file flowlaws.hh.
References IceFlowLaw::Q_cold.
Referenced by softnessParameter_from_temp(), and tempFromSoftness().
Reimplemented from ThermoGlenIce.
Definition at line 208 of file flowlaws.hh.
References A(), IceFlowLaw::ideal_gas_constant, and Q().
Referenced by flow_from_temp().
Return the temperature T corresponding to a given value A=A(T).
Definition at line 212 of file flowlaws.hh.
References A(), IceFlowLaw::ideal_gas_constant, and Q().
Referenced by IceCompModel::initTestABCDEH(), and IceCompModel::initTestL().
1.7.3