OGS
MaterialLib::Solids::Ehlers::OnePlusGamma_pTheta Struct Referencefinal

Detailed Description

Holds powers of 1 + gamma_p*theta to base 0, m_p, and m_p-1.

Definition at line 95 of file Ehlers.cpp.

Public Member Functions

 OnePlusGamma_pTheta (double const gamma_p, double const theta, double const m_p)

Public Attributes

double const value
double const pow_m_p
double const pow_m_p1

Constructor & Destructor Documentation

◆ OnePlusGamma_pTheta()

MaterialLib::Solids::Ehlers::OnePlusGamma_pTheta::OnePlusGamma_pTheta ( double const gamma_p,
double const theta,
double const m_p )
inline

Definition at line 97 of file Ehlers.cpp.

99 : value{1 + gamma_p * theta},
100 pow_m_p{std::pow(value, m_p)},
102 {
103 }

References pow_m_p, pow_m_p1, and value.

Member Data Documentation

◆ pow_m_p

◆ pow_m_p1

double const MaterialLib::Solids::Ehlers::OnePlusGamma_pTheta::pow_m_p1

◆ value

double const MaterialLib::Solids::Ehlers::OnePlusGamma_pTheta::value

The documentation for this struct was generated from the following file: