PISM, A Parallel Ice Sheet Model stable 0.4.1779
Public Member Functions | Private Attributes

DrainageCalculator Class Reference

Compute the rate of drainage D(omega) for temperate ice. More...

List of all members.

Public Member Functions

 DrainageCalculator (const NCConfigVariable &config)
virtual ~DrainageCalculator ()
virtual PetscReal get_drainage_rate (PetscReal omega)
 Return D(omega), as in figure in [AschwandenBuelerKhroulevBlatter].

Private Attributes

PetscReal OM1
PetscReal OM2
PetscReal OM3
PetscReal DR2
PetscReal DR3

Detailed Description

Compute the rate of drainage D(omega) for temperate ice.

Definition at line 217 of file iMenthalpy.cc.


Constructor & Destructor Documentation

DrainageCalculator ( const NCConfigVariable &  config) [inline]

Definition at line 220 of file iMenthalpy.cc.

References DR2, DR3, OM1, OM2, and OM3.

virtual ~DrainageCalculator ( ) [inline, virtual]

Definition at line 227 of file iMenthalpy.cc.


Member Function Documentation

virtual PetscReal get_drainage_rate ( PetscReal  omega) [inline, virtual]

Return D(omega), as in figure in [AschwandenBuelerKhroulevBlatter].

Definition at line 230 of file iMenthalpy.cc.

References DR2, DR3, OM1, OM2, and OM3.

Referenced by IceModel::enthalpyAndDrainageStep().


Member Data Documentation

PetscReal DR2 [private]

Definition at line 245 of file iMenthalpy.cc.

Referenced by DrainageCalculator(), and get_drainage_rate().

PetscReal DR3 [private]

Definition at line 245 of file iMenthalpy.cc.

Referenced by DrainageCalculator(), and get_drainage_rate().

PetscReal OM1 [private]

Definition at line 245 of file iMenthalpy.cc.

Referenced by DrainageCalculator(), and get_drainage_rate().

PetscReal OM2 [private]

Definition at line 245 of file iMenthalpy.cc.

Referenced by DrainageCalculator(), and get_drainage_rate().

PetscReal OM3 [private]

Definition at line 245 of file iMenthalpy.cc.

Referenced by DrainageCalculator(), and get_drainage_rate().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines