Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
henryleberre committed Jun 6, 2024
1 parent 1b5359c commit 6219555
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ WRONLY = "WRONLY"
nd = "nd"
iy = "iy"
HPE = "HPE"
alph = "alph"

[files]
extend-exclude = ["docs/documentation/references*", "tests/", "toolchain/cce_simulation_workgroup_256.sh"]
2 changes: 1 addition & 1 deletion docs/documentation/case.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ This parameter enables the use of true `pi_\infty` in bubble dynamics models, wh
| `k_x[y,y]` | Real | Magnitude of oscillating acceleration |
| `w_x[y,z]` | Real | Frequency of oscillating acceleration |
| `p_x[y,z]` | Real | Phase shift of oscillating acceleration |
| `g_x[y,z]` | Real | Magnitude of bacground acceleration |
| `g_x[y,z]` | Real | Magnitude of background acceleration |

`k_x[y,z]`, `w_x[y,z]`, `p_x[y,z]`, and `g_x[y,z]` define an oscillating acceleration in the `x[y,z]` direction with the form

Expand Down
2 changes: 1 addition & 1 deletion examples/2D_rayleigh_taylor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

## Centerline Velocities

![Linear Theory Comparision](linear_theory.jpg)
![Linear Theory Comparison](linear_theory.jpg)
2 changes: 1 addition & 1 deletion examples/3D_rayleigh_taylor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

## Centerline Velocities

![Linear Theory Comparision](linear_theory.jpg)
![Linear Theory Comparison](linear_theory.jpg)
2 changes: 1 addition & 1 deletion src/simulation/m_body_forces.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ contains

end subroutine s_compute_acceleration

!> This subroutine calculates teh mixture density at each cell
!> This subroutine calculates the mixture density at each cell
!! center
subroutine s_compute_mixture_density(q_cons_vf)

Expand Down

0 comments on commit 6219555

Please sign in to comment.