From 7a05ac1bbfed87c311873e02e3466a365fd13de0 Mon Sep 17 00:00:00 2001 From: chrisbrahms Date: Mon, 12 Sep 2022 09:24:36 +0100 Subject: [PATCH 1/2] change Pcrit prefactor --- src/Tools.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools.jl b/src/Tools.jl index 3aa417db..0cffdba3 100644 --- a/src/Tools.jl +++ b/src/Tools.jl @@ -72,7 +72,7 @@ function P0_to_I(P0, m) end function Pcr(ω, n0, n2) - 1.8962*(2π*PhysData.c/ω)^2/(4π*n0*n2) + 1.86225*(2π*PhysData.c/ω)^2/(4π*n0*n2) end paramfields = (:E, :τfw, :τ0, :ω, :λ, :material, :P, :T, :shape,:P0, :β2, :N0, :n0, :n2, From ba2b43204f7770c7a52aa02572d052fa63444b56 Mon Sep 17 00:00:00 2001 From: chrisbrahms Date: Mon, 12 Sep 2022 09:35:08 +0100 Subject: [PATCH 2/2] add reference --- src/Tools.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tools.jl b/src/Tools.jl index 0cffdba3..04c2e9eb 100644 --- a/src/Tools.jl +++ b/src/Tools.jl @@ -72,6 +72,7 @@ function P0_to_I(P0, m) end function Pcr(ω, 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