[Doc] Update mixture models docs to support Cantera 2.1

See Issue 196.
This commit is contained in:
Bryan W. Weber 2013-12-18 17:46:06 +00:00
parent 87e48fdb6a
commit a1ea2a803d

View file

@ -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