27#include "neml2/models/Model.h"
42 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
The base class for all constitutive models.
Definition Model.h:70
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 TwoStageThermalAnnealing.h:35
const Scalar & _tau
Second stage annealing rate.
Definition TwoStageThermalAnnealing.h:63
Variable< T > & _modified_rate
Annealed rate.
Definition TwoStageThermalAnnealing.h:51
TwoStageThermalAnnealing(const OptionSet &options)
Definition TwoStageThermalAnnealing.cxx:85
const Scalar & _T1
First stage temperature.
Definition TwoStageThermalAnnealing.h:57
const Variable< Scalar > & _T
The temperature.
Definition TwoStageThermalAnnealing.h:54
const Variable< T > & _base_h
Actual base hardening variable.
Definition TwoStageThermalAnnealing.h:48
const Variable< T > & _base_rate
Original, unmodified rate.
Definition TwoStageThermalAnnealing.h:45
const Scalar & _T2
Second stage temperature.
Definition TwoStageThermalAnnealing.h:60
static OptionSet expected_options()
Definition TwoStageThermalAnnealing.cxx:44
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition TwoStageThermalAnnealing.cxx:99
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30