Skip to content

Commit

Permalink
Merge branch 'main' into fix_swe_wavespeed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 authored Apr 5, 2024
2 parents b6aa07b + 0f60ebc commit 1a89afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/equations/linearized_euler_1d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Linearized euler equations in one space dimension. The equations are given by
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 perturbation quantities of the acoustic velocity ``v_1'``, the pressure ``p'``
and the density ``\rho'``.
"""
Expand Down
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 1a89afe

Please sign in to comment.