From 4e7de3ad9fff5447f2c36e410c05ba4dabb03645 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Thu, 14 Jun 2012 14:33:42 +0000 Subject: [PATCH] [cantera2.0]: updating the doxygen headers for the GasTransport phase. It appears that the latex was written as \Sum, instead of \sum, which makes the doxygen documentation improperly render. Fixing, will check up on documentation later. This change affects methods getMixDiffCoeffsMole as well as getMixDiffCoeffsMass --- include/cantera/transport/GasTransport.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cantera/transport/GasTransport.h b/include/cantera/transport/GasTransport.h index e754d2c8e..ceb92baad 100644 --- a/include/cantera/transport/GasTransport.h +++ b/include/cantera/transport/GasTransport.h @@ -81,7 +81,7 @@ public: //! from the species mole fraction gradients, computed according to //! Eq. 12.176 in "Chemically Reacting Flow": //! - //! \f[ D_{km}^* = \frac{1-X_k}{\Sum_{j \ne k}^K X_j/\mathcal{D}_{kj}} \f] + //! \f[ D_{km}^* = \frac{1-X_k}{\sum_{j \ne k}^K X_j/\mathcal{D}_{kj}} \f] //! //! @param[out] d vector of mixture-averaged diffusion coefficients for //! each species, length m_nsp. @@ -92,8 +92,8 @@ public: //! from the species mass fraction gradients, computed according to //! Eq. 12.178 in "Chemically Reacting Flow": //! - //! \f[ \frac{1}{D_{km}} = \Sum_{j \ne k}^K \frac{X_j}{\mathcal{D}_{kj}} + - //! \frac{X_k}{1-Y_k} \Sum_{j \ne k}^K \frac{Y_j}{\mathcal{D}_{kj}} \f] + //! \f[ \frac{1}{D_{km}} = \sum_{j \ne k}^K \frac{X_j}{\mathcal{D}_{kj}} + + //! \frac{X_k}{1-Y_k} \sum_{j \ne k}^K \frac{Y_j}{\mathcal{D}_{kj}} \f] //! //! @param[out] d vector of mixture-averaged diffusion coefficients for //! each species, length m_nsp.