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 93 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 95 of file Ehlers.cpp.

97  : value{1 + gamma_p * theta},
98  pow_m_p{std::pow(value, m_p)},
100  {
101  }

Member Data Documentation

◆ pow_m_p

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

Definition at line 104 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 105 of file Ehlers.cpp.

◆ value

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

Definition at line 103 of file Ehlers.cpp.

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


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