Skip to content

Commit 2825d7e

Browse files
committed
Fixed docs typos
1 parent 78fbcfa commit 2825d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/equations/compressible_euler_gravity_2d.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ The compressible Euler equations with gravity and total energy,
3131
for an ideal gas with ratio of specific heat `gamma` in two space dimensions.
3232
3333
Here, ``\rho`` is the density, ``v_1``,`v_2` the velocities, ``e_{tot}`` the specific total energy,
34-
which includes the internal, kinetik, and geopotential energy, `\Phi` is the gravitational
34+
which includes the internal, kinetik, and geopotential energy, ``\Phi`` is the gravitational
3535
geopotential, and
3636
```math
37-
p = (\gamma - 1) \left( \rho e - \frac{1}{2} \rho (v_1^2+v_2^2) - \rho \Phi \right)
37+
p = (\gamma - 1) \left( \rho e_{tot} - \frac{1}{2} \rho (v_1^2+v_2^2) - \rho \Phi \right)
3838
```
3939
the pressure.
4040

0 commit comments

Comments
 (0)