Skip to content

Commit

Permalink
Fix Typos and Add "alph" to .typos.toml (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
okBrian authored Jun 5, 2024
1 parent 31aed98 commit a0a3ef8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:

- name: Spell Check
uses: crate-ci/typos@master
with:
config: .typos.toml
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 @@ -682,7 +682,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 a0a3ef8

Please sign in to comment.