27#include "neml2/models/Model.h"
39 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
CylindricalChannelGeometry(const OptionSet &options)
Definition CylindricalChannelGeometry.cxx:54
Variable< Scalar > & _ri
Dimensionless inner radius of the product phase.
Definition CylindricalChannelGeometry.h:48
const Variable< Scalar > & _phi_s
Volume fraction of the solid phase.
Definition CylindricalChannelGeometry.h:42
const Variable< Scalar > & _phi_p
Volume fraction of the product phase.
Definition CylindricalChannelGeometry.h:45
Variable< Scalar > & _ro
Dimensionless outer radius of the product phase.
Definition CylindricalChannelGeometry.h:51
static OptionSet expected_options()
Definition CylindricalChannelGeometry.cxx:36
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition CylindricalChannelGeometry.cxx:64
Model(const OptionSet &options)
Construct a new Model object.
Definition Model.cxx:96
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:29