From f86af298847d1f52e5a9a8023d8f0c543527aac9 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Wed, 18 Dec 2013 17:46:37 +0000 Subject: [PATCH] [Doc] Add note about specifiying third body efficiencies See Issue 196. --- doc/sphinx/cti/reactions.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/sphinx/cti/reactions.rst b/doc/sphinx/cti/reactions.rst index 085340937..83d32d0a7 100644 --- a/doc/sphinx/cti/reactions.rst +++ b/doc/sphinx/cti/reactions.rst @@ -187,7 +187,8 @@ collision efficiency can be absorbed into the rate coefficient :math:`k_f(T)`, t default collision efficiency is 1.0. A three-body reaction may be defined using the :class:`three_body_reaction` entry. The equation string for a three-body -reaction must contain an ``'M'`` or ``'m'`` on both the reactant and product sides of the equation. +reaction must contain an ``'M'`` or ``'m'`` on both the reactant and product sides of the equation. The collision +efficiencies are specified as a string, with the species name followed by a colon and the efficiency. Some examples from GRI-Mech 3.0 are shown below::