From 5dddf942c8a6bbe15fb93450562a7b6b9b5212a8 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Wed, 18 Dec 2013 17:46:52 +0000 Subject: [PATCH] [Doc] Add note about specifying species in the stoichiometric_solid example in phases.rst See Issue 196. --- doc/sphinx/cti/phases.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/sphinx/cti/phases.rst b/doc/sphinx/cti/phases.rst index ec789ddfe..cb623dc8b 100644 --- a/doc/sphinx/cti/phases.rst +++ b/doc/sphinx/cti/phases.rst @@ -419,6 +419,9 @@ reactions, since the composition is fixed.) :: initial_state=state(temperature=300.0, pressure=(1.0, 'atm')) +In the example above, the definition of the species ``'C(gr)'`` must appear +elsewhere in the input file. + Stoichiometric Liquid ---------------------