Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Member Functions | Public Attributes | List of all members
serac::solid_mechanics::PowerLawHardening Struct Reference

Power-law isotropic hardening law. More...

#include <solid_material.hpp>

Public Member Functions

template<typename T >
auto operator() (const T accumulated_plastic_strain) const
 Computes the flow stress. More...
 

Public Attributes

double sigma_y
 yield strength
 
double n
 hardening index in reciprocal form
 
double eps0
 reference value of accumulated plastic strain
 

Detailed Description

Power-law isotropic hardening law.

Definition at line 132 of file solid_material.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
auto serac::solid_mechanics::PowerLawHardening::operator() ( const T  accumulated_plastic_strain) const
inline

Computes the flow stress.

Template Parameters
TNumber-like type for the argument
Parameters
accumulated_plastic_strainThe uniaxial equivalent accumulated plastic strain
Returns
Flow stress value

Definition at line 145 of file solid_material.hpp.


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