27#include "neml2/models/solid_mechanics/Eigenstrain.h"
41 void set_value(
bool,
bool,
bool)
override;
Definition Eigenstrain.h:34
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Scalar.
Definition Scalar.h:38
Definition ThermalEigenstrain.h:34
const Scalar & _alpha
Coefficient of thermal expansion.
Definition ThermalEigenstrain.h:50
ThermalEigenstrain(const OptionSet &options)
Definition ThermalEigenstrain.cxx:57
const Variable< Scalar > & _T
Eigen strain.
Definition ThermalEigenstrain.h:44
static OptionSet expected_options()
Definition ThermalEigenstrain.cxx:34
const Scalar & _T0
The reference (stress free) temperature.
Definition ThermalEigenstrain.h:47
void set_value(bool, bool, bool) override
The map between input -> output, and optionally its derivatives.
Definition ThermalEigenstrain.cxx:66
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30