SNOWPACK 20260217.97ebebde
Physically based, energy balance snow cover model
Loading...
Searching...
No Matches
Stability.h File Reference
#include <snowpack/StabilityAlgorithms.h>
#include <snowpack/DataClasses.h>
#include <map>
#include <string>

Go to the source code of this file.

Classes

class  Stability
 This class contains the snow stability routines for the snowpack model. More...
 

Typedefs

typedef double(* StabMemFn) (const ElementData &, const double &)
 
typedef bool(* StabFnShearStrength) (const double &, const double &, const mio::Date &, ElementData &, NodeData &, StabilityData &)
 

Typedef Documentation

◆ StabFnShearStrength

typedef bool(* StabFnShearStrength) (const double &, const double &, const mio::Date &, ElementData &, NodeData &, StabilityData &)

◆ StabMemFn

typedef double(* StabMemFn) (const ElementData &, const double &)