SNOWPACK  SNOWPACK-3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 dhf
 
double S_dhf
 
double Sigdhf
 

Friends

std::iostream & operator<< (std::iostream &os, const NodeData &data)
 
std::iostream & operator>> (std::iostream &is, NodeData &data)
 

Constructor & Destructor Documentation

NodeData::NodeData ( )
inline

Member Function Documentation

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

Friends And Related Function Documentation

std::iostream& operator<< ( std::iostream &  os,
const NodeData data 
)
friend
std::iostream& operator>> ( std::iostream &  is,
NodeData data 
)
friend

Member Data Documentation

double NodeData::dhf
double NodeData::f

reaction or unbalanced forces (CREEP)

double NodeData::hoar

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

double NodeData::S_dhf
double NodeData::S_n

Stability Index for natural avalanches.

double NodeData::S_s

Stability Index for skier triggered avalanches.

double NodeData::Sigdhf
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::z

nodal height from ground in m


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