From a1ea2a803d753801df6e436f2d4ae06218091b7e Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Wed, 18 Dec 2013 17:46:06 +0000 Subject: [PATCH] [Doc] Update mixture models docs to support Cantera 2.1 See Issue 196. --- doc/sphinx/cti/phases.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/sphinx/cti/phases.rst b/doc/sphinx/cti/phases.rst index e65070b00..7df35d574 100644 --- a/doc/sphinx/cti/phases.rst +++ b/doc/sphinx/cti/phases.rst @@ -390,17 +390,17 @@ Two transport models are available for use with ideal gas mixtures. The first is a multicomponent transport model that is based on the model described by Dixon-Lewis [#dl68]_ (see also Kee et al. [#Kee2003]_). The second is a model that uses mixture rules. To select the multicomponent model, set the transport field to -the string ``'multi'``, and to select the mixture-averaged model, set it to the -string ``'mix'``:: +the string ``'Multi'``, and to select the mixture-averaged model, set it to the +string ``'Mix'``:: ideal_gas(name="gas1", ..., - transport="multi", # use multicomponent formulation + transport="Multi", # use multicomponent formulation ...) ideal_gas(name="gas2", ..., - transport="mix", # use mixture-averaged formulation + transport="Mix", # use mixture-averaged formulation ...) Stoichiometric Solid