25#include "neml2/models/solid_mechanics/KinematicHardening.h"
33 options.doc() =
"Map kinematic plastic strain to back stress";
36 options.set(
"kinematic_plastic_strain").doc() =
"Kinematic plastic strain";
39 options.set(
"back_stress").doc() =
"Back stress";
46 _Kp(declare_input_variable<
SR2>(
"kinematic_plastic_strain")),
47 _X(declare_output_variable<
SR2>(
"back_stress"))
KinematicHardening(const OptionSet &options)
Definition KinematicHardening.cxx:44
static OptionSet expected_options()
Definition KinematicHardening.cxx:30
The accessor containing all the information needed to access an item in a LabeledAxis.
Definition LabeledAxisAccessor.h:44
The base class for all constitutive models.
Definition Model.h:53
const torch::TensorOptions & options() const
This model's tensor options.
Definition Model.h:116
static OptionSet expected_options()
Definition Model.cxx:33
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:59
The (logical) symmetric second order tensor.
Definition SR2.h:46
Definition CrossRef.cxx:32
LabeledAxisAccessor VariableName
Definition Variable.h:35