Skip to content

Commit

Permalink
Update linearized_euler_2d.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Apr 4, 2024
1 parent 26de64f commit 9adefef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/equations/linearized_euler_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Linearized euler equations in two space dimensions. The equations are given by
0 \\ 0 \\ 0 \\ 0
\end{pmatrix}
```
The bar ``\bar{(\cdot)}`` indicates uniform mean flow variables and c is the speed of sound.
The bar ``\bar{(\cdot)}`` indicates uniform mean flow variables and ``c`` is the speed of sound.
The unknowns are the acoustic velocities ``v' = (v_1', v_2')``, the pressure ``p'`` and the density ``\rho'``.
"""
struct LinearizedEulerEquations2D{RealT <: Real} <:
Expand Down

0 comments on commit 9adefef

Please sign in to comment.