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

Voce's 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 sigma_sat
 saturation value of flow strength
 
double strain_constant
 The constant dictating how fast the exponential decays.
 

Detailed Description

Voce's isotropic hardening law.

This form has an exponential saturation character.

Definition at line 157 of file solid_material.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
auto serac::solid_mechanics::VoceHardening::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 170 of file solid_material.hpp.


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