Latex Equations Cribsheet: Difference between revisions
Line 66: | Line 66: | ||
==== Energy Transport Equation ==== | ==== Energy Transport Equation ==== | ||
<math> | |||
\frac{\partial}{\partial t} ( \rho e_{0} ) + | |||
\frac{\partial}{\partial x_{j}} | |||
( \rho u_{j} e_{0} + u_{j} p + q_{j} - u_{i} \tau_{ij} ) = 0 | |||
</math> |
Revision as of 16:24, 2 July 2009
Introduction
This page provides some introductory material for writing LaTex equations for the QNET Wiki. It is not intended to be a thorough introduction to LaTex, but is to provide some guidelines, share good practice advice and other information that aids the authoring of LaTex in this Wiki.
Editing Latex
To add an equation to an article click on the "Mathematical formula" button in the Edit toolbar.
Alternatively, use the math element in the Edit page of the article as follows:
<math>V = frac{4}{3} \pi R^{3}</math>
This should generate the expression:
CFD Equations and Expressions
There are many commonly used CFD equations and expressions used in the QNET Wiki. We list some of the more notable ones here, which can be used as templates for similar equations, etc.
Basic Expressions
Basic expressions here.
Reynolds Number
Basic Flow Equations
Mass Continuity Equation
Eulers Equation
where in the case of a Newtonian fluid:
and
Energy Transport Equation