#include <StressDivergenceRSpherical.h>
◆ StressDivergenceRSpherical()
StressDivergenceRSpherical::StressDivergenceRSpherical |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 43 of file StressDivergenceRSpherical.C.
45 _stress(getMaterialProperty<SymmTensor>(
"stress")),
46 _Jacobian_mult(getMaterialProperty<SymmElasticityTensor>(
"Jacobian_mult")),
47 _d_stress_dT(getMaterialProperty<SymmTensor>(
"d_stress_dT")),
48 _component(getParam<unsigned int>(
"component")),
52 mooseDeprecated(
name(),
": StressDivergenceRSpherical is deprecated. \
53 The solid_mechanics module will be removed from MOOSE on July 31, 2020. \
54 Please update your input files to utilize the tensor_mechanics equivalents of \
55 models based on solid_mechanics. A detailed migration guide that was developed \
56 for BISON, but which is generally applicable to any MOOSE model is available at: \
57 https://mooseframework.org/bison/tutorials/mechanics_conversion/overview.html");
◆ ~StressDivergenceRSpherical()
virtual StressDivergenceRSpherical::~StressDivergenceRSpherical |
( |
| ) |
|
|
inlinevirtual |
◆ computeQpJacobian()
Real StressDivergenceRSpherical::computeQpJacobian |
( |
| ) |
|
|
protectedvirtual |
Definition at line 74 of file StressDivergenceRSpherical.C.
80 test.
xx() = _grad_test[_i][_qp](0);
81 test.
yy() = _test[_i][_qp] / _q_point[_qp](0);
82 test.
zz() = test.
yy();
83 phi.
xx() = _grad_phi[_j][_qp](0);
84 phi.
yy() = _phi[_j][_qp] / _q_point[_qp](0);
◆ computeQpOffDiagJacobian()
Real StressDivergenceRSpherical::computeQpOffDiagJacobian |
( |
unsigned int |
jvar | ) |
|
|
protectedvirtual |
◆ computeQpResidual()
Real StressDivergenceRSpherical::computeQpResidual |
( |
| ) |
|
|
protectedvirtual |
◆ _component
const unsigned int StressDivergenceRSpherical::_component |
|
private |
◆ _d_stress_dT
const MaterialProperty<SymmTensor>& StressDivergenceRSpherical::_d_stress_dT |
|
protected |
◆ _Jacobian_mult
◆ _stress
const MaterialProperty<SymmTensor>& StressDivergenceRSpherical::_stress |
|
protected |
◆ _temp_coupled
const bool StressDivergenceRSpherical::_temp_coupled |
|
private |
◆ _temp_var
const unsigned int StressDivergenceRSpherical::_temp_var |
|
private |
The documentation for this class was generated from the following files: