27#include "neml2/models/Model.h"
46 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Model(const OptionSet &options)
Construct a new Model object.
Definition Model.cxx:110
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
const Variable< WR2 > & _w
Vorticity.
Definition OrientationRate.h:55
Variable< WR2 > & _R_dot
Rate of reorientation.
Definition OrientationRate.h:49
static OptionSet expected_options()
Definition OrientationRate.cxx:38
const Variable< SR2 > & _dp
Plastic deformation rate.
Definition OrientationRate.h:58
OrientationRate(const OptionSet &options)
Definition OrientationRate.cxx:67
const Variable< SR2 > & _e
Current elastic stretch.
Definition OrientationRate.h:52
const Variable< WR2 > & _wp
Plastic vorticity.
Definition OrientationRate.h:61
void set_value(bool out, bool dout_din, bool d2out_din2) override
Set the orientation spin and derivatives.
Definition OrientationRate.cxx:105
The symmetric second order tensor.
Definition SR2.h:46
Concrete definition of a variable.
Definition Variable.h:236
A skew-symmetric second order tensor, represented as an axial vector.
Definition WR2.h:43
Definition DiagnosticsInterface.cxx:30