const MaterialProperty< Real > & _thermal_strain_old
const Function & _thermal_expansion_function
typename std::conditional< is_ad, ADReal, ChainedReal >::type ValueAndDerivative
Return type with a single derivative.
ComputeInstantaneousThermalExpansionFunctionEigenstrainTempl< true > ADComputeInstantaneousThermalExpansionFunctionEigenstrain
typename GenericMaterialPropertyStruct< T, is_ad >::type GenericMaterialProperty
virtual void initQpStatefulProperties() override
GenericMaterialProperty< Real, is_ad > & _thermal_strain
Stores the thermal strain as a scalar for use in computing an incremental update. ...
static InputParameters validParams()
bool & _step_one
Indicates whether we are on the first step, avoiding false positives when restarting.
ComputeThermalExpansionEigenstrainBase is a base class for all models that compute eigenstrains due t...
ComputeInstantaneousThermalExpansionFunctionEigenstrain computes an eigenstrain for thermal expansion...
ComputeInstantaneousThermalExpansionFunctionEigenstrainTempl< false > ComputeInstantaneousThermalExpansionFunctionEigenstrain
virtual ValueAndDerivative< is_ad > computeThermalStrain() override
computeThermalStrain must be overridden in derived classes.
ComputeInstantaneousThermalExpansionFunctionEigenstrainTempl(const InputParameters ¶meters)