diff --git a/include/cantera/kinetics/Kinetics.h b/include/cantera/kinetics/Kinetics.h index 043904c29f..49dfe25da3 100644 --- a/include/cantera/kinetics/Kinetics.h +++ b/include/cantera/kinetics/Kinetics.h @@ -217,6 +217,15 @@ class Kinetics */ shared_ptr reactionPhase() const; + /** + * Return pointer to phase associated with Kinetics by index. + * @param n Index of the ThermoPhase being sought. + * @since New in %Cantera 3.2. + */ + shared_ptr phase(size_t n=0) const { + return m_thermo[n]; + } + /** * This method returns a reference to the nth ThermoPhase object defined * in this kinetics mechanism. It is typically used so that member