Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Public Member Functions | Public Attributes | List of all members
smith::solid_mechanics::PowerLawHardening Struct Reference

Power-law isotropic hardening law. More...

#include <solid_material.hpp>

Public Member Functions

template<typename T1 , typename T2 >
auto operator() (T1 accumulated_plastic_strain, T2 accumulated_plastic_strain_rate) 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
 
double eta
 viscosity for linear rate sensitivity
 

Detailed Description

Power-law isotropic hardening law.

Definition at line 202 of file solid_material.hpp.

Member Function Documentation

◆ operator()()

template<typename T1 , typename T2 >
auto smith::solid_mechanics::PowerLawHardening::operator() ( T1  accumulated_plastic_strain,
T2  accumulated_plastic_strain_rate 
) const
inline

Computes the flow stress.

Template Parameters
T1Number-like type
T2Number-like type
Parameters
accumulated_plastic_strainThe uniaxial equivalent accumulated plastic strain
accumulated_plastic_strain_rateThe rate of the uniaxial equivalent accumulated plastic strain
Returns
Flow stress value

Definition at line 218 of file solid_material.hpp.


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