CutExponential hardening The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0 Note that while this is not smooth at internal_parameter = _intnl_0, which can produce bad numerical problems. More...
#include <TensorMechanicsHardeningCutExponential.h>
Public Member Functions | |
| TensorMechanicsHardeningCutExponential (const InputParameters ¶meters) | |
| virtual Real | value (Real intnl) const override |
| virtual Real | derivative (Real intnl) const override |
| virtual std::string | modelName () const override |
| void | initialize () |
| void | execute () |
| void | finalize () |
Static Public Member Functions | |
| static InputParameters | validParams () |
Private Attributes | |
| Real | _val_0 |
| The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0. More... | |
| Real | _val_res |
| The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0. More... | |
| Real | _intnl_0 |
| The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0. More... | |
| Real | _rate |
| The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0. More... | |
CutExponential hardening The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0 Note that while this is not smooth at internal_parameter = _intnl_0, which can produce bad numerical problems.
Definition at line 26 of file TensorMechanicsHardeningCutExponential.h.
| TensorMechanicsHardeningCutExponential::TensorMechanicsHardeningCutExponential | ( | const InputParameters & | parameters | ) |
Definition at line 35 of file TensorMechanicsHardeningCutExponential.C.
|
overridevirtual |
Reimplemented from TensorMechanicsHardeningModel.
Definition at line 56 of file TensorMechanicsHardeningCutExponential.C.
|
inherited |
Definition at line 36 of file TensorMechanicsHardeningModel.C.
|
inherited |
Definition at line 41 of file TensorMechanicsHardeningModel.C.
|
inherited |
Definition at line 31 of file TensorMechanicsHardeningModel.C.
|
overridevirtual |
Implements TensorMechanicsHardeningModel.
Definition at line 66 of file TensorMechanicsHardeningCutExponential.C.
|
static |
Definition at line 17 of file TensorMechanicsHardeningCutExponential.C.
|
overridevirtual |
Reimplemented from TensorMechanicsHardeningModel.
Definition at line 46 of file TensorMechanicsHardeningCutExponential.C.
|
private |
The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0.
Definition at line 47 of file TensorMechanicsHardeningCutExponential.h.
Referenced by derivative(), and value().
|
private |
The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0.
Definition at line 50 of file TensorMechanicsHardeningCutExponential.h.
Referenced by derivative(), and value().
|
private |
The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0.
Definition at line 41 of file TensorMechanicsHardeningCutExponential.h.
Referenced by derivative(), and value().
|
private |
The value = _val_res + (val_0 - val_res)*exp(-rate*(internal_parameter - _intnl_0)), for internal_parameter >= _intnl_0, otherwise value = _val_0.
Definition at line 44 of file TensorMechanicsHardeningCutExponential.h.
Referenced by derivative(), and value().
1.8.16