Skip to content

Commit

Permalink
Merge pull request LupoLab#298 from chrisbrahms/pcrit
Browse files Browse the repository at this point in the history
change Pcrit prefactor
  • Loading branch information
chrisbrahms authored Sep 12, 2022
2 parents 916f6b2 + b555600 commit 2952c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ function P0_to_I(P0, m)
end

function Pcr(ω, n0, n2)
1.8962*(2π*PhysData.c/ω)^2/(4π*n0*n2)
# G. Fibich and A. L. Gaeta, Optics Letters, 25, 5, 335, 2000, doi: 10.1364/OL.25.000335.
1.86225*(2π*PhysData.c/ω)^2/(4π*n0*n2)
end

paramfields = (:E, :τfw, :τ0, , , :material, :P, :T, :shape,:P0, :β2, :N0, :n0, :n2,
Expand Down

0 comments on commit 2952c6f

Please sign in to comment.