You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Closures.jl
+8-7
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,7 @@ function bridge_function(closure::Khanpour, _, _, γ)
471
471
end
472
472
473
473
"""
474
-
ModifiedHypernettedChain <: Closure
474
+
ModifiedHypernettedChain <: Closure
475
475
476
476
Implements the Modified Hypernetted Chain closure \$b(r) = b_{HS}(r) \$. Here \$b_{HS}(r/σ)=\\left((a_1+a_2x)(x-a_3)(x-a_4)/(a_3 a_4)\\right)^2\$ for \$x<a_4\$ and \$b_{HS}(r)=\\left(A_1 \\exp(-a_5(x-a_4))\\sin(A_2(x-a_4))/r\\right)^2\$ is the hard sphere bridge function found in Malijevský & Labík.
477
477
The parameters are defined as
@@ -494,12 +494,12 @@ The parameters are defined as
494
494
495
495
\$a_6 = (2.69757 - 0.86987\\eta)\$
496
496
497
-
and \$\\eta\$ is the volume fraction of the hard sphere reference system. This closure only works for single component systems in three dimensions. By default, σ = 1.0.
497
+
and \$\\eta\$ is the volume fraction of the hard sphere reference system. This closure only works for single component systems in three dimensions. By default, \$\\sigma = 1.0\$.
0 commit comments