This user object is a pure virtual base classs Derived classes integrate internal variables Currently only old state is retrieved to use backward Euler.
More...
#include <HEVPInternalVarUOBase.h>
This user object is a pure virtual base classs Derived classes integrate internal variables Currently only old state is retrieved to use backward Euler.
Definition at line 25 of file HEVPInternalVarUOBase.h.
◆ HEVPInternalVarUOBase()
HEVPInternalVarUOBase::HEVPInternalVarUOBase |
( |
const InputParameters & |
parameters | ) |
|
◆ computeDerivative()
virtual bool HEVPInternalVarUOBase::computeDerivative |
( |
unsigned int |
, |
|
|
Real |
, |
|
|
const std::string & |
, |
|
|
Real & |
|
|
) |
| const |
|
pure virtual |
◆ computeValue()
virtual bool HEVPInternalVarUOBase::computeValue |
( |
unsigned int |
, |
|
|
Real |
, |
|
|
Real & |
|
|
) |
| const |
|
pure virtual |
◆ validParams()
InputParameters HEVPInternalVarUOBase::validParams |
( |
| ) |
|
|
static |
Definition at line 15 of file HEVPInternalVarUOBase.C.
18 params.addParam<std::string>(
19 "intvar_rate_prop_name",
20 "Name of internal variable property: Same as internal variable rate user object");
21 params.addClassDescription(
"User Object to integrate internal variable");
Referenced by HEVPEqvPlasticStrain::validParams().
◆ _intvar_rate
const MaterialProperty<Real>& HEVPInternalVarUOBase::_intvar_rate |
|
protected |
◆ _intvar_rate_prop_name
std::string HEVPInternalVarUOBase::_intvar_rate_prop_name |
|
protected |
◆ _this_old
const MaterialProperty<Real>& HEVPInternalVarUOBase::_this_old |
|
protected |
The documentation for this class was generated from the following files: