16 template <ComputeStage compute_stage>
21 params.addClassDescription(
"Computes eigenstrain due to thermal expansion "
22 "with a constant coefficient");
23 params.addRequiredParam<Real>(
"thermal_expansion_coeff",
"Thermal expansion coefficient");
27 template <ComputeStage compute_stage>
29 const InputParameters & parameters)
31 _thermal_expansion_coeff(getParam<Real>(
"thermal_expansion_coeff"))
35 template <ComputeStage compute_stage>
39 thermal_strain = _thermal_expansion_coeff * (_temperature[_qp] - _stress_free_temperature[_qp]);