ComputeThermalExpansionEigenstrain computes an eigenstrain for thermal expansion with a constant expansion coefficient.
More...
#include <ComputeThermalExpansionEigenstrain.h>
ComputeThermalExpansionEigenstrain computes an eigenstrain for thermal expansion with a constant expansion coefficient.
Definition at line 24 of file ComputeThermalExpansionEigenstrain.h.
◆ ComputeThermalExpansionEigenstrain()
ComputeThermalExpansionEigenstrain::ComputeThermalExpansionEigenstrain |
( |
const InputParameters & |
parameters | ) |
|
◆ computeQpEigenstrain()
void ComputeThermalExpansionEigenstrainBase::computeQpEigenstrain |
( |
| ) |
|
|
overrideprotectedvirtualinherited |
◆ computeThermalStrain()
void ComputeThermalExpansionEigenstrain::computeThermalStrain |
( |
Real & |
thermal_strain, |
|
|
Real & |
instantaneous_cte |
|
) |
| |
|
overrideprotectedvirtual |
◆ validParams()
InputParameters ComputeThermalExpansionEigenstrain::validParams |
( |
| ) |
|
|
static |
Definition at line 17 of file ComputeThermalExpansionEigenstrain.C.
20 params.addClassDescription(
"Computes eigenstrain due to thermal expansion "
21 "with a constant coefficient");
22 params.addRequiredParam<Real>(
"thermal_expansion_coeff",
"Thermal expansion coefficient");
◆ _deigenstrain_dT
MaterialProperty<RankTwoTensor>& ComputeThermalExpansionEigenstrainBase::_deigenstrain_dT |
|
protectedinherited |
◆ _stress_free_temperature
const VariableValue& ComputeThermalExpansionEigenstrainBase::_stress_free_temperature |
|
protectedinherited |
◆ _temperature
const VariableValue& ComputeThermalExpansionEigenstrainBase::_temperature |
|
protectedinherited |
◆ _thermal_expansion_coeff
const Real& ComputeThermalExpansionEigenstrain::_thermal_expansion_coeff |
|
protected |
The documentation for this class was generated from the following files: