NODAL DATA used as a pointer in the SnowStation structure.
#include <DataClasses.h>
Public Member Functions | |
NodeData () | |
const std::string | toString () const |
Public Attributes | |
double | z |
nodal height from ground in m More... | |
double | u |
creep displacements in m More... | |
double | f |
reaction or unbalanced forces (CREEP) More... | |
double | udot |
downward creep velocity in m s-1 More... | |
double | T |
nodal temperature in K More... | |
double | S_n |
Stability Index for natural avalanches. More... | |
double | S_s |
Stability Index for skier triggered avalanches. More... | |
double | ssi |
Structural Stability Index. More... | |
double | hoar |
Mass of surface hoar collected while node was exposed to surface. More... | |
double | dsm |
Dry snow metamorphism factor. More... | |
double | S_dsm |
double | Sigdsm |
double | rime |
double | water_flux |
Water flowing through the node (kg/m2). Positive values denote downward fluxes. More... | |
double | rhov |
nodal vapor density in kg/m^3 More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const NodeData &data) |
std::istream & | operator>> (std::istream &is, NodeData &data) |
|
inline |
const std::string NodeData::toString | ( | ) | const |
|
friend |
|
friend |
double NodeData::dsm |
Dry snow metamorphism factor.
double NodeData::f |
reaction or unbalanced forces (CREEP)
double NodeData::hoar |
Mass of surface hoar collected while node was exposed to surface.
double NodeData::rhov |
nodal vapor density in kg/m^3
double NodeData::rime |
double NodeData::S_dsm |
double NodeData::S_n |
Stability Index for natural avalanches.
double NodeData::S_s |
Stability Index for skier triggered avalanches.
double NodeData::Sigdsm |
double NodeData::ssi |
Structural Stability Index.
double NodeData::T |
nodal temperature in K
double NodeData::u |
creep displacements in m
double NodeData::udot |
downward creep velocity in m s-1
double NodeData::water_flux |
Water flowing through the node (kg/m2). Positive values denote downward fluxes.
double NodeData::z |
nodal height from ground in m