Skip to content

Commit

Permalink
fixed codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
Ting-Hsuan (Dustin) Ma committed Jul 22, 2024
1 parent d9d7c86 commit 30e1f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/DataStructs/TurbPertStruct.H
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/

/* The general rule of thumb is to create a perturbation box size of 1/8th of the boundary layer height.
The boundary layer height cant be the height of the domain. The length and width of the box should
The boundary layer height can't be the height of the domain. The length and width of the box should
be twice the height of the box. If meandering flow is present, the width of the box should be take
the angle of the inflow into consideration.
*/
Expand Down Expand Up @@ -142,7 +142,7 @@ struct TurbulentPerturbation {

for (int boxIdx = 0; boxIdx < pb_ba[lev].size(); boxIdx++) {

// Check if the local elasped time is greater than the update interval
// Check if the local elapsed time is greater than the update interval
if ( pb_interval[boxIdx] <= pb_local_etime[boxIdx] ) {

// Compute mean velocity magnitude within perturbation box
Expand Down

0 comments on commit 30e1f78

Please sign in to comment.