SNOWPACK 20240425.b7bfb45
NodeData Class Reference

Detailed Description

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)
 

Constructor & Destructor Documentation

◆ NodeData()

NodeData::NodeData ( )
inline

Member Function Documentation

◆ toString()

const std::string NodeData::toString ( ) const

Friends And Related Function Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const NodeData data 
)
friend

◆ operator>>

std::istream & operator>> ( std::istream &  is,
NodeData data 
)
friend

Member Data Documentation

◆ dsm

double NodeData::dsm

Dry snow metamorphism factor.

◆ f

double NodeData::f

reaction or unbalanced forces (CREEP)

◆ hoar

double NodeData::hoar

Mass of surface hoar collected while node was exposed to surface.

◆ rhov

double NodeData::rhov

nodal vapor density in kg/m^3

◆ rime

double NodeData::rime

◆ S_dsm

double NodeData::S_dsm

◆ S_n

double NodeData::S_n

Stability Index for natural avalanches.

◆ S_s

double NodeData::S_s

Stability Index for skier triggered avalanches.

◆ Sigdsm

double NodeData::Sigdsm

◆ ssi

double NodeData::ssi

Structural Stability Index.

◆ T

double NodeData::T

nodal temperature in K

◆ u

double NodeData::u

creep displacements in m

◆ udot

double NodeData::udot

downward creep velocity in m s-1

◆ water_flux

double NodeData::water_flux

Water flowing through the node (kg/m2). Positive values denote downward fluxes.

◆ z

double NodeData::z

nodal height from ground in m


The documentation for this class was generated from the following files: