Computes a constant extra stress that is added to the stress calculated by the constitutive model.
More...
#include <ComputeExtraStressConstant.h>
Computes a constant extra stress that is added to the stress calculated by the constitutive model.
Definition at line 23 of file ComputeExtraStressConstant.h.
◆ ComputeExtraStressConstant()
ComputeExtraStressConstant::ComputeExtraStressConstant |
( |
const InputParameters & |
parameters | ) |
|
◆ computeQpExtraStress()
void ComputeExtraStressConstant::computeQpExtraStress |
( |
| ) |
|
|
protectedvirtual |
◆ computeQpProperties()
void ComputeExtraStressBase::computeQpProperties |
( |
| ) |
|
|
protectedvirtualinherited |
◆ validParams()
InputParameters ComputeExtraStressConstant::validParams |
( |
| ) |
|
|
static |
Definition at line 17 of file ComputeExtraStressConstant.C.
20 params.addClassDescription(
"Computes a constant extra stress that is added to the stress "
21 "calculated by the constitutive model");
22 params.addRequiredParam<std::vector<Real>>(
"extra_stress_tensor",
23 "Vector of values defining the constant extra stress "
24 "to add, in order 11, 22, 33, 23, 13, 12");
25 params.addParam<MaterialPropertyName>(
26 "prefactor", 1.0,
"Name of material defining additional constant prefactor");
◆ _base_name
const std::string ComputeExtraStressBase::_base_name |
|
protectedinherited |
◆ _extra_stress
MaterialProperty<RankTwoTensor>& ComputeExtraStressBase::_extra_stress |
|
protectedinherited |
◆ _extra_stress_name
std::string ComputeExtraStressBase::_extra_stress_name |
|
protectedinherited |
◆ _extra_stress_tensor
◆ _prefactor
const MaterialProperty<Real>& ComputeExtraStressConstant::_prefactor |
|
protected |
The documentation for this class was generated from the following files: