ComputeDilatationThermalExpansionFunctionEigenstrain computes an eigenstrain for thermal expansion from an dilatation function.
More...
#include <ComputeDilatationThermalExpansionFunctionEigenstrain.h>
◆ ComputeDilatationThermalExpansionFunctionEigenstrain()
ComputeDilatationThermalExpansionFunctionEigenstrain::ComputeDilatationThermalExpansionFunctionEigenstrain |
( |
const InputParameters & |
parameters | ) |
|
◆ computeDilatation()
Real ComputeDilatationThermalExpansionFunctionEigenstrain::computeDilatation |
( |
const Real & |
temperature | ) |
|
|
overrideprotectedvirtual |
◆ computeDilatationDerivative()
Real ComputeDilatationThermalExpansionFunctionEigenstrain::computeDilatationDerivative |
( |
const Real & |
temperature | ) |
|
|
overrideprotectedvirtual |
◆ computeQpEigenstrain()
void ComputeThermalExpansionEigenstrainBase::computeQpEigenstrain |
( |
| ) |
|
|
overrideprotectedvirtualinherited |
◆ computeThermalStrain()
void ComputeDilatationThermalExpansionEigenstrainBase::computeThermalStrain |
( |
Real & |
thermal_strain, |
|
|
Real & |
instantaneous_cte |
|
) |
| |
|
overrideprotectedvirtualinherited |
◆ validParams()
InputParameters ComputeDilatationThermalExpansionFunctionEigenstrain::validParams |
( |
| ) |
|
|
static |
Definition at line 19 of file ComputeDilatationThermalExpansionFunctionEigenstrain.C.
22 params.addClassDescription(
"Computes eigenstrain due to thermal expansion using a function that "
23 "describes the total dilatation as a function of temperature");
24 params.addRequiredParam<FunctionName>(
25 "dilatation_function",
26 "Function describing the thermal dilatation as a function of temperature");
◆ _deigenstrain_dT
MaterialProperty<RankTwoTensor>& ComputeThermalExpansionEigenstrainBase::_deigenstrain_dT |
|
protectedinherited |
◆ _dilatation_function
const Function& ComputeDilatationThermalExpansionFunctionEigenstrain::_dilatation_function |
|
protected |
◆ _stress_free_temperature
const VariableValue& ComputeThermalExpansionEigenstrainBase::_stress_free_temperature |
|
protectedinherited |
◆ _temperature
const VariableValue& ComputeThermalExpansionEigenstrainBase::_temperature |
|
protectedinherited |
The documentation for this class was generated from the following files: