#include <Metamorphism.h>
|
static double | csPoreArea (const ElementData &Edata) |
| This routine estimates the cross sectional pore area. More...
|
|
static double | getCoordinationNumberN3 (const double &Rho) |
| This routine estimates the coordination number as a function of the snow density, used for both the FRENCH and MONTANA metamorphism models. The MONTANA model uses the coordination number to determine the thermal conductivity of snow. The constants are based on experimental results. This is a typical montana State University routine – a bunch of defines with a lot of unusual constants, a bunch of multiplications and then a return. And they expect us to believe this stuff. More...
|
|
static double | ddRate (const ElementData &Edata) |
| Compute the rate of change of dendricity according to the Crocus model.
. More...
|
|
double Metamorphism::csPoreArea |
( |
const ElementData & |
Edata | ) |
|
|
static |
This routine estimates the cross sectional pore area.
- Parameters
-
- Returns
- area (mm2)
double Metamorphism::ddRate |
( |
const ElementData & |
Edata | ) |
|
|
static |
Compute the rate of change of dendricity according to the Crocus model.
.
- Version
- 10.11
- Parameters
-
- Returns
- Rate of change (d-1)
double Metamorphism::getCoordinationNumberN3 |
( |
const double & |
Rho | ) |
|
|
static |
This routine estimates the coordination number as a function of the snow density, used for both the FRENCH and MONTANA metamorphism models. The MONTANA model uses the coordination number to determine the thermal conductivity of snow. The constants are based on experimental results. This is a typical montana State University routine – a bunch of defines with a lot of unusual constants, a bunch of multiplications and then a return. And they expect us to believe this stuff.
- Parameters
-
- Returns
- Coordination number (1)
const double Metamorphism::ba_g_fudge = 3. |
|
static |
brief Defines Thorsten's Geometry FUDGE
const double Metamorphism::bond_size_stop = 0.75 |
|
static |
const double Metamorphism::max_grain_bond_ratio = 0.95 |
|
static |
Absolute limit of grain to bond ratio (SH, initialisation)
const double Metamorphism::max_grain_growth = 5. |
|
static |
A grain cannot grow more than 5.0 mm d-1.
const double Metamorphism::mm_tg_dpdz = 5. |
|
static |
Defines the vapor pressure gradient at which TG metamorphism begins (hPa m-1)
const double Metamorphism::sa_g_fudge = 0.35 |
|
static |
Defines Satyawali's Geometry FUDGE.
const double Metamorphism::wind_slab_depth = 0.07 |
|
static |
const double Metamorphism::wind_slab_enhance = 5. |
|
static |
For no action, set strength factor for wind slab formation to 0.0.
const double Metamorphism::wind_slab_vw = 5. |
|
static |
The documentation for this class was generated from the following files: