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

ThermoGlenArrIce Class Reference

Cold case of Paterson-Budd. More...

#include <flowlaws.hh>

Inheritance diagram for ThermoGlenArrIce:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

Cold case of Paterson-Budd.

Definition at line 199 of file flowlaws.hh.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().

virtual PetscReal softnessParameter_from_temp ( PetscReal  T_pa) const [inline, virtual]

Reimplemented from ThermoGlenIce.

Definition at line 208 of file flowlaws.hh.

References A(), IceFlowLaw::ideal_gas_constant, and Q().

Referenced by flow_from_temp().

PetscReal tempFromSoftness ( PetscReal  myA) const [inline]

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().


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