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