27#include "neml2/models/Model.h"
39 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
Variable< Scalar > & _ri
Dimensionless inner radius of the product phase.
Definition ProductGeometry.h:48
const Variable< Scalar > & _phi_s
Volume fraction of the solid phase.
Definition ProductGeometry.h:42
const Variable< Scalar > & _phi_p
Volume fraction of the product phase.
Definition ProductGeometry.h:45
ProductGeometry(const OptionSet &options)
Definition ProductGeometry.cxx:54
Variable< Scalar > & _ro
Dimensionless outer radius of the product phase.
Definition ProductGeometry.h:51
static OptionSet expected_options()
Definition ProductGeometry.cxx:36
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition ProductGeometry.cxx:64
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:30