Latex Equations Cribsheet: Difference between revisions

From KBwiki
Jump to navigation Jump to search
No edit summary
Line 26: Line 26:
</math>
</math>


==== Navier Stokes Equations ====


<math>
    \frac{\partial}{\partial t} (\rho u_{i}) +
    \frac{\partial}{\partial x_{j}} (\rho u_{i} u_{j} + p \delta_{ij} - \tau_{ji} )
    = 0
</math>
</math>

Revision as of 15:40, 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, 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 Flow Equations

Mass Continuity Equation

Navier Stokes Equations