Skip to content

Commit e861fae

Browse files
Update src/equations/compressible_euler_internal_energy_with_gravity_2d.jl
Co-authored-by: Hendrik Ranocha <ranocha@users.noreply.github.com>
1 parent 4cca2d9 commit e861fae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/equations/compressible_euler_internal_energy_with_gravity_2d.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
CompressibleEulerInternalEnergyEquationsWithGravity2D(; c_p, c_v, gravity)
1010
1111
The compressible Euler equations with gravity
12-
math
12+
```math
1313
\frac{\partial}{\partial t}
1414
\begin{pmatrix}
1515
\rho \\ \rho v_1 \\ \rho v_2 \\ \rho e_{\text{internal}}
@@ -32,6 +32,7 @@ math
3232
\begin{pmatrix}
3333
0 \\ - \rho \frac{\partial}{\partial x} \phi \\ - \rho \frac{\partial}{\partial y} \phi \\
3434
\end{pmatrix}
35+
```
3536
for an ideal gas with ratio of specific heats gamma in two space dimensions. Here, `\rho is the density, v_1, v_2 are the velocities, e_{\text{internal}} is the specific internal energy, phi is the gravitational potential, and
3637
math
3738
p = (\gamma - 1) \rho e_internal

0 commit comments

Comments
 (0)