No hardening - the parameter assumes the value _val for all internal parameters.
More...
#include <TensorMechanicsHardeningConstant.h>
|
Real | _val |
| The value that the parameter will take. More...
|
|
No hardening - the parameter assumes the value _val for all internal parameters.
Definition at line 23 of file TensorMechanicsHardeningConstant.h.
◆ TensorMechanicsHardeningConstant()
TensorMechanicsHardeningConstant::TensorMechanicsHardeningConstant |
( |
const InputParameters & |
parameters | ) |
|
◆ derivative()
Real TensorMechanicsHardeningConstant::derivative |
( |
Real |
intnl | ) |
const |
|
overridevirtual |
◆ execute()
void TensorMechanicsHardeningModel::execute |
( |
| ) |
|
|
inherited |
◆ finalize()
void TensorMechanicsHardeningModel::finalize |
( |
| ) |
|
|
inherited |
◆ initialize()
void TensorMechanicsHardeningModel::initialize |
( |
| ) |
|
|
inherited |
◆ modelName()
std::string TensorMechanicsHardeningConstant::modelName |
( |
| ) |
const |
|
overridevirtual |
◆ validParams()
InputParameters TensorMechanicsHardeningConstant::validParams |
( |
| ) |
|
|
static |
Definition at line 18 of file TensorMechanicsHardeningConstant.C.
21 params.addParam<Real>(
"value",
23 "The value of the parameter for all internal parameter. "
24 "This is perfect plasticity - there is no hardening.");
25 params.addParam<
bool>(
"convert_to_radians",
27 "If true, the value you entered will be "
28 "multiplied by Pi/180 before passing to the "
29 "Plasticity algorithms");
30 params.addClassDescription(
31 "No hardening - the parameter is independent of the internal parameter(s)");
◆ value()
Real TensorMechanicsHardeningConstant::value |
( |
Real |
intnl | ) |
const |
|
overridevirtual |
◆ _val
Real TensorMechanicsHardeningConstant::_val |
|
private |
The documentation for this class was generated from the following files: