Latex Equations Cribsheet: Difference between revisions

From KBwiki
Jump to navigation Jump to search
(Replace QNET with KB Wiki)
 
(41 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Introduction ==
== 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.
This page provides some introductory material for writing LaTex equations for the KB 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 ==
== Editing Latex ==
Line 6: Line 6:


Alternatively, use the math element in the Edit page of the article as follows:
Alternatively, use the math element in the Edit page of the article as follows:
<pre>
<pre>
<math>V = frac{4}{3} \pi R^{3}</math>
<math>V = frac{4}{3} \pi R^{3}</math>
Line 15: Line 16:


==Basic Mathematical Expressions==
==Basic Mathematical Expressions==
=== Algebraic Equations ===
=== Algebraic Equations ===
The above example shows a typical algebraic expression that uses a mixture of fractions and exponents.  Fractions are generated using the frac expression with the numerator and denominator as two arguments:
The above example shows a typical algebraic expression that uses a mixture of fractions and exponents.  Fractions are generated using the frac expression with the numerator and denominator as two arguments:
<pre>
<pre>
<math>
<math>
  a = \frac{b+c}{d}
a = \frac{b+c}{d}
</math>
</math>
</pre>
</pre>


<math>
<math>
  a = \frac{b+c}{d}
a = \frac{b+c}{d}
</math>
</math>
==Differential Equations==


Ordinary and partial derivative expressions can be generated in the obvious way using the frac operator:
Ordinary and partial derivative expressions can be generated in the obvious way using the frac operator:


<math>
 
        \frac{d^{2}x}{dt^{2}} = - \omega^{2} x
<math>\frac{d^{2}x}{dt^{2}} = - \omega^{2} x</math>
</math>


<math>
<math>
Line 55: Line 61:


Subscripts are defined using the '_' symbol.
Subscripts are defined using the '_' symbol.
<pre>
<pre>


Line 68: Line 75:
     \sigma_{kk}
     \sigma_{kk}
</math>
</math>
=== Arrays of equations ===
<pre>
<math>
\begin{array}{lcl}
      a + b + c + d & = & e + f + \\
                    &  & g + h
\end{array}
</math>
</pre>
<math>
\begin{array}{lcl}
      a + b + c + d & = & e + f + \\
                    &  & g + h
\end{array}
</math>


More information on basic mathematical expressions can be found at the MediaWiki web site [http://www.mediawiki.org/wiki/Math here] and [http://meta.wikimedia.org/wiki/Help:Formula here].
More information on basic mathematical expressions can be found at the MediaWiki web site [http://www.mediawiki.org/wiki/Math here] and [http://meta.wikimedia.org/wiki/Help:Formula here].


==CFD Equations and Expressions==
==CFD Equations and Expressions==
There are many CFD equations and expressions used in the QNET Wiki and some of the commonly used ones are listed here. These can be either copied verbatim from the article source or used as templates for similar equations, etc.
There are many CFD equations and expressions used in the KB Wiki and some of the commonly used ones are listed here. These can be either copied verbatim from the article source or used as templates for similar equations, etc.
 


=== Basic Expressions ===
=== Basic Expressions ===


==== Reynolds Number ====
==== Reynolds Number ====
Line 80: Line 111:
\mbox{Re} = \frac{\rho \overline{u} d}{\mu}
\mbox{Re} = \frac{\rho \overline{u} d}{\mu}
</math>
</math>


==== Prandl Number ====
==== Prandl Number ====
Line 85: Line 117:
\mbox{Pr} = \frac{C_{p} \mu}{\lambda}
\mbox{Pr} = \frac{C_{p} \mu}{\lambda}
</math>
</math>


=== Basic Flow Equations ===
=== Basic Flow Equations ===


==== Mass Continuity Equation ====
==== Mass Continuity Equation ====
Line 94: Line 128:
     \frac{\partial}{\partial x_{j}} (\rho u_{j}) = 0
     \frac{\partial}{\partial x_{j}} (\rho u_{j}) = 0
</math>
</math>


==== Eulers Equation ====
==== Eulers Equation ====
Line 101: Line 136:
    
    
</math>
</math>


==== Navier Stokes Equations ====
==== Navier Stokes Equations ====
Line 125: Line 161:


</math>
</math>


==== Reynolds Averaged Navier-Stokes Equation====
==== Reynolds Averaged Navier-Stokes Equation====
Line 135: Line 172:
               \rho \overline{u_i^\prime u_j^\prime } \right)  
               \rho \overline{u_i^\prime u_j^\prime } \right)  
</math>
</math>


==== Energy Transport Equation ====
==== Energy Transport Equation ====
Line 150: Line 188:
           \equiv -C_{p} \frac{\mu}{\mbox{Pr}} \frac{\partial T}{\partial x_{j}}
           \equiv -C_{p} \frac{\mu}{\mbox{Pr}} \frac{\partial T}{\partial x_{j}}
</math>
</math>


=== Equations of State ===
=== Equations of State ===
==== Ideal Equation of State ====
==== Ideal Equation of State ====
<math>
<math>
     p = \rho R T
     p = \rho R T
</math>
</math>


=== Turbulence Equations ===
=== Turbulence Equations ===


==== Standard Two Equation Model ====
==== Standard Two Equation Model ====
Line 223: Line 265:


<math>
<math>
\begin{array}{lcl}
  \frac{\partial}{\partial t} ( \overline{u^{\prime}_{i} u^{\prime}_{j}} ) +
    \frac{\partial}{\partial x_{k}} ( \rho u_{k} \overline{ u^{\prime}_{i}u^{\prime}_{j} } ) &  =  &
    - \frac{\partial}{\partial x_{k}} \left[ \rho  \overline{ u^{\prime}_{i} u^{\prime}_{j}  u^{\prime}_{k} }  + 
    \overline{p^{\prime} ( \delta_{kj} u^{\prime}_{i}  + \delta_{ik} u^{\prime}_{j} ) }
  \right]  \\ \\
     
          & &            + \frac{\partial}{\partial x_{k}}
        \left[  \mu \frac{\partial}{\partial x_{k}} ( \overline{u^{\prime}_{i} u^{\prime}_{i} } )      \right]
 
    - \rho \left( 
                \overline{u^{\prime}_{i} u^{\prime}_{k}} \frac{\partial u_{j}}{\partial x_{k}} +
                \overline{u^{\prime}_{j} u^{\prime}_{k}} \frac{\partial u_{i}}{\partial x_{k}}
          \right)
    - \rho \beta ( g_{i} \overline{ u^{\prime}_{j} \theta    }  + g_{j} \overline{ u^{\prime}_{i} \theta    } )  \\ \\
  & &  + \overline{ p^{\prime} \left ( \frac{\partial u^{\prime}_{i} }{\partial x_{j}} + \frac{\partial u^{\prime}_{j} }{\partial x_{i}}  \right) }
    - 2\mu \overline{ \frac{\partial u^{\prime}_{i}}{\partial x_{k}}  \frac{\partial u^{\prime}_{j}}{\partial x_{k}}}
    - 2\rho \Omega_{k} ( \overline{ u^{\prime}_{j} u^{\prime}_{m} } \epsilon_{ikm} 
                    +    \overline{ u^{\prime}_{i} u^{\prime}_{m} } \epsilon_{jkm}
            )
\end{array}


  \frac{\partial}{\partial t} ( \overline{u_{i} u_{j}} )
</math>
</math>



Latest revision as of 11:03, 17 January 2021

Introduction

This page provides some introductory material for writing LaTex equations for the KB 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:

Basic Mathematical Expressions

Algebraic Equations

The above example shows a typical algebraic expression that uses a mixture of fractions and exponents. Fractions are generated using the frac expression with the numerator and denominator as two arguments:

<math>
a = \frac{b+c}{d}
</math>

Differential Equations

Ordinary and partial derivative expressions can be generated in the obvious way using the frac operator:


while exponents are written with the symbol '^':

<math>
   E = mc^{2}
</math>


The curly braces '{}' are optional but may be required to remove ambiguities or aid readability in LaTex expressions.


Subscripts are defined using the '_' symbol.


<math>
    \sigma_{kk}
</math>

is rendered as:


Arrays of equations

<math>
\begin{array}{lcl}
      a + b + c + d & = & e + f + \\
                    &   & g + h
\end{array}
</math>



More information on basic mathematical expressions can be found at the MediaWiki web site here and here.

CFD Equations and Expressions

There are many CFD equations and expressions used in the KB Wiki and some of the commonly used ones are listed here. These can be either copied verbatim from the article source or used as templates for similar equations, etc.


Basic Expressions

Reynolds Number


Prandl Number


Basic Flow Equations

Mass Continuity Equation


Eulers Equation


Navier Stokes Equations

where in the case of a Newtonian fluid:

and


Reynolds Averaged Navier-Stokes Equation


Energy Transport Equation

The heat flux is given by:


Equations of State

Ideal Equation of State


Turbulence Equations

Standard Two Equation Model

Kinematic eddy viscosity:

Turbulent Kinetic Energy transport equation:

Dissipation Rate transport equation:

Coefficients and Auxilliary Relations:

where

and


Reynolds Stress Transport Equation