#include <OutOfPlaneStress.h>
Definition at line 22 of file OutOfPlaneStress.h.
◆ OutOfPlaneStress()
OutOfPlaneStress::OutOfPlaneStress |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 33 of file OutOfPlaneStress.C.
35 _stress(getMaterialProperty<SymmTensor>(
"stress" +
36 getParam<std::string>(
"appended_property_name"))),
38 "Jacobian_mult" + getParam<std::string>(
"appended_property_name"))),
39 _d_stress_dT(getMaterialProperty<SymmTensor>(
"d_stress_dT" +
40 getParam<std::string>(
"appended_property_name"))),
48 mooseDeprecated(
name(),
": OutOfPlaneStress is deprecated. \
49 The solid_mechanics module will be removed from MOOSE on July 31, 2020. \
50 Please update your input files to utilize the tensor_mechanics equivalents of \
51 models based on solid_mechanics. A detailed migration guide that was developed \
52 for BISON, but which is generally applicable to any MOOSE model is available at: \
53 https://mooseframework.org/bison/tutorials/mechanics_conversion/overview.html");
◆ computeQpJacobian()
Real OutOfPlaneStress::computeQpJacobian |
( |
| ) |
|
|
protectedvirtual |
◆ computeQpOffDiagJacobian()
Real OutOfPlaneStress::computeQpOffDiagJacobian |
( |
unsigned int |
jvar | ) |
|
|
protectedvirtual |
◆ computeQpResidual()
Real OutOfPlaneStress::computeQpResidual |
( |
| ) |
|
|
protectedvirtual |
◆ _d_stress_dT
const MaterialProperty<SymmTensor>& OutOfPlaneStress::_d_stress_dT |
|
protected |
◆ _Jacobian_mult
◆ _stress
const MaterialProperty<SymmTensor>& OutOfPlaneStress::_stress |
|
protected |
◆ _temp_coupled
const bool OutOfPlaneStress::_temp_coupled |
|
private |
◆ _temp_var
const unsigned int OutOfPlaneStress::_temp_var |
|
private |
◆ _xdisp_coupled
const bool OutOfPlaneStress::_xdisp_coupled |
|
private |
◆ _xdisp_var
const unsigned int OutOfPlaneStress::_xdisp_var |
|
private |
◆ _ydisp_coupled
const bool OutOfPlaneStress::_ydisp_coupled |
|
private |
◆ _ydisp_var
const unsigned int OutOfPlaneStress::_ydisp_var |
|
private |
The documentation for this class was generated from the following files: