Skip to content

Commit 3d15838

Browse files
sbryngelsonclaude
andcommitted
Fix typos in m_assign_variables.fpp and m_perturbation.fpp
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0ed89d3 commit 3d15838

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/pre_process/m_assign_variables.fpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ module m_assign_variables
3838
!> Skeleton of s_assign_patch_mixture_primitive_variables
3939
!! and s_assign_patch_species_primitive_variables
4040
!! @param patch_id is the patch identifier
41-
!! @param j (x) cell index in which the mixture or species primitive variables from the indicated patch areassigned
42-
!! @param k (y,th) cell index in which the mixture or species primitive variables from the indicated patch areassigned
43-
!! @param l (z) cell index in which the mixture or species primitive variables from the indicated patch areassigned
41+
!! @param j (x) cell index in which the mixture or species primitive variables from the indicated patch are assigned
42+
!! @param k (y,th) cell index in which the mixture or species primitive variables from the indicated patch are assigned
43+
!! @param l (z) cell index in which the mixture or species primitive variables from the indicated patch are assigned
4444
!! @param eta pseudo volume fraction
4545
!! @param q_prim_vf Primitive variables
4646
!! @param patch_id_fp Array to track patch ids

src/pre_process/m_perturbation.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ contains
245245

246246
!> This subroutine computes velocity perturbations for a temporal mixing
247247
!! layer with a hyperbolic tangent mean streamwise velocity
248-
!! profile, using an inverter version of the spectrum-based
248+
!! profile, using an inverted version of the spectrum-based
249249
!! synthetic turbulence generation method proposed by
250250
!! Guo et al. (2023, JFM).
251251
subroutine s_perturb_mixlayer(q_prim_vf)

0 commit comments

Comments
 (0)