Layer shear strength evaluation parameters. This class contains layer properties useful for the shear strength evaluation.
#include <StabilityAlgorithms.h>
Public Member Functions | |
StabilityData (const double &i_psi_ref) | |
StabilityData constructor. More... | |
Public Attributes | |
double | Sig_c2 |
Element shear strength (kPa) More... | |
double | strength_upper |
Shear strength of adjacent upper element. More... | |
double | phi |
Correction to normal load. More... | |
double | sig_n |
Normal load on upper element node, perpendicular to slope. More... | |
double | sig_s |
Shear stress on upper element node, parallel to slope. More... | |
double | alpha_max_rad |
Angle from snow surface to peak shear stress, 54.3 at 38 deg. More... | |
double | psi_ref |
Reference slope angle in radian, corresponds usually to 38 deg. More... | |
double | cos_psi_ref |
Cosine of psi_ref. More... | |
double | sin_psi_ref |
Sine of psi_ref. More... | |
|
inline |
StabilityData constructor.
i_psi_ref | slope angle to use for the stability evaluation (in degrees) |
double StabilityData::alpha_max_rad |
Angle from snow surface to peak shear stress, 54.3 at 38 deg.
double StabilityData::cos_psi_ref |
Cosine of psi_ref.
double StabilityData::phi |
Correction to normal load.
double StabilityData::psi_ref |
Reference slope angle in radian, corresponds usually to 38 deg.
double StabilityData::Sig_c2 |
Element shear strength (kPa)
double StabilityData::sig_n |
Normal load on upper element node, perpendicular to slope.
double StabilityData::sig_s |
Shear stress on upper element node, parallel to slope.
double StabilityData::sin_psi_ref |
Sine of psi_ref.
double StabilityData::strength_upper |
Shear strength of adjacent upper element.