Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosP24 committed May 13, 2024
1 parent 027dfd2 commit f036dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/LP_usadel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function LP_lobe(n, ξd, R, d)
RLP = R + d/2
pre = 1.76 * π * exp/4) / 4
frac1 = 1 / (1 + (d / (2 * RLP))^2)
frac2 = 1 / (1 + (2 * RLP / d)^2)
frac2 = d^2 / (d^2 + 4 * RLP^2)
frac3 = RLP^2 / ξd^2
root = pre * frac3 * frac1 + n^2 * frac2 * (frac2 - 4/3)
ΦLPa = n * frac1 - sqrt(root)
Expand Down

0 comments on commit f036dbc

Please sign in to comment.