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 }

Member Data Documentation

◆ pow_m_p

double const MaterialLib::Solids::Ehlers::OnePlusGamma_pTheta::pow_m_p

Definition at line 106 of file Ehlers.cpp.

Referenced by MaterialLib::Solids::Ehlers::plasticFlowDeviatoricPart().

◆ pow_m_p1

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

Definition at line 107 of file Ehlers.cpp.

◆ value

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

Definition at line 105 of file Ehlers.cpp.

Referenced by MaterialLib::Solids::Ehlers::plasticFlowDeviatoricPart().


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