26#include "neml2/models/chemical_reactions/ReactionMechanism.h"
39 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Contracting geometry model in the context of solid-state reaction kinetics.
Definition ContractingGeometry.h:32
const Scalar & _n
Reaction order.
Definition ContractingGeometry.h:45
ContractingGeometry(const OptionSet &options)
Definition ContractingGeometry.cxx:51
const Scalar & _k
Rate coefficient.
Definition ContractingGeometry.h:42
static OptionSet expected_options()
Definition ContractingGeometry.cxx:33
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition ContractingGeometry.cxx:59
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Define the mechanism reaction function.
Definition ReactionMechanism.h:35
Scalar.
Definition Scalar.h:38
Definition DiagnosticsInterface.cxx:30