You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\end{array}\right. \quad\forall\; i \in\mathcal{S}_g.
352
352
353
353
and note that :math:`\xi_i = W_{ij} Y_j`. We note that :math:`Y_{g,i} \: \forall i \in\mathcal{S}_g` can be evaluated from the manifold, but to reduce the number of variables that must be
@@ -359,11 +359,47 @@ The modified procedure for Manifold-based gas phase chemistry is as follows for
359
359
\displaystyle0.0 & {\text{otherwise}},
360
360
\end{array}\right. \quad\forall\; i \in\mathcal{S}_g.
361
361
362
-
and its complement :math:`Y^{nc}_{g,i}` such that :math:`Y^{pc}_{g,i} + Y^{nc}_{g,i} = Y_{g,i}`, as well as similar definitions for :math:`Y^{nc}_{r,i}`, :math:`Y^{pc}_{r,i}`,
363
-
:math:`Y^{nc}_{v,i}`, and :math:`Y^{pc}_{v,i}`.
362
+
and its complement :math:`Y^{nc}_{g,i}` such that :math:`Y^{pc}_{g,i} + Y^{nc}_{g,i} = Y_{g,i}`, as well as similar definitions for :math:`Y^{nc}_{r,i}, Y^{pc}_{r,i},
363
+
Y^{nc}_{v,i}, \text{and } Y^{pc}_{v,i}`. With these definitions,
364
+
365
+
.. math::
366
+
Y^{pc}_{r,i} &= Y^{pc}_{v,i} + A (Y^{pc}_{g,i} - Y^{pc}_{v,i}), \\
Therefore, in order to compute :math:`\xi_{r,j} = W_{ij} Y_{r,i}` from the available data :math:`(\xi_{g,j}, Y^{pc}_{g,i}(\xi_{g,j}), \text{and } Y^{pc}_{v,i} )`, we note
The present implementation specializes to the case (common in combustion modeling) where the manifold parameters :math:`\xi_j` are either progress variable like :math:`(W_{ij}=0 \; \forall\; i \in\mathcal{S}_{pc})`
384
+
or mixture fraction like (:math:`W_{ij}=1` for one :math:`i \in\mathcal{S}_{pc}` and :math:`0` for all others).
385
+
386
+
#. Proceeds as in the ideal gas implementation, but :math:`\bar{M}_r` and :math:`\rho_r` are computed as functions of the manifold :math:`\phi(\xi_j))`.
387
+
:math:`c_{p,r}` is not computed because the energy equation is not solved.
388
+
389
+
#. Again, :math:`\mu_r`, :math:`\lambda_r`, and :math:`\rho D_{r,n}` are computed as functions of the manifold :math:`\phi(\xi_j))`.
390
+
391
+
#. Diffusion coefficent modification proceeds as in the detailed chemistry case.
392
+
393
+
#. Momentum source term computation proceeds as in the detailed chemistry case.
394
+
395
+
#. Mass source term proceeds as in the detailed chemistry case. Energy source term is ignored.
396
+
397
+
#. Gas phase source terms follow the detailed chemistry implementation, except that the energy/enthalpy equations are ignored and
Therefore, in order to compute :math:`\xi_{r,j} = W_{ij} Y_{r,j}` from the available data (:math:`\xi_{g,i}`, :math:`Y^{pc}_{g,i}(\xi_{g,i})`, and :math:`Y^{pc}_{v,i}` ), we note
0 commit comments