Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum authored Oct 12, 2023
1 parent d8d975e commit 3ce7b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/isorropia/aqueous.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct Ion <: Species
end

#==
The activity coefficient of an ion is assumed to one (Fountoukis and Nenes (2007), Section 3.3).
The activity coefficient of an ion is assumed to be one (Fountoukis and Nenes (2007), Section 3.3).
==#
γ(i::Ion) = 1.0 / W
terms(i::Ion) = [i.m], [1]
Expand Down Expand Up @@ -241,4 +241,4 @@ From Table 4 footnote d, NaHSO4 has a unique activity coefficient
"""
From Table 4 footnote e, NH43HSO42 has a unique activity coefficient
"""
γ₁₂(s::NH43HSO42aqs) = (exp(logγ₁₂(NH42SO4_aqs))^3 * γ₁₂(NH4HSO4_aqs))^(1 / 5)
γ₁₂(s::NH43HSO42aqs) = (exp(logγ₁₂(NH42SO4_aqs))^3 * γ₁₂(NH4HSO4_aqs))^(1 / 5)

0 comments on commit 3ce7b2d

Please sign in to comment.