updated testing

This commit is contained in:
Benoît Sierro
2021-06-10 16:20:39 +02:00
parent 69c89f04c4
commit 03b29f29f4
46 changed files with 428 additions and 411 deletions

View File

@@ -1,19 +1,13 @@
[fiber]
# fiber
core_radius = 50e-6
length = 50e-2
model = "marcatili"
[gas.variable]
gas_name = ["air", "helium"]
[pulse]
# pulse
peak_power = 100e3
wavelength = 800e-9
[pulse.variable]
width = [250e-15, 240e-15, 230e-15, 220e-15, 210e-15]
[simulation]
# simulation
parallel = true
repeat = 4
t_num = 16384
@@ -21,5 +15,10 @@ time_window = 37e-12
tolerated_error = 1e-11
z_num = 128
[simulation.variable]
[variable]
# gas.variable
gas_name = ["air", "helium"]
# pulse.variable
width = [250e-15, 240e-15, 230e-15, 220e-15, 210e-15]
# simulation.variable
behaviors = [["spm", "raman", "ss"], ["spm", "raman"], ["spm"]]

View File

@@ -1,17 +1,17 @@
[fiber]
# fiber
core_radius = 50e-6
length = 50e-2
model = "marcatili"
[gas]
# gas
gas_name = "air"
[pulse]
# pulse
peak_power = 100e3
wavelength = 800e-9
width = 250e-15
[simulation]
# simulation
behaviors = ["spm", "raman", "ss"]
parallel = true
repeat = 1

View File

@@ -1,19 +1,16 @@
[fiber]
# fiber
core_radius = 50e-6
length = 50e-2
model = "marcatili"
[gas]
# gas
gas_name = "air"
[pulse]
# pulse
peak_power = 100e3
wavelength = 800e-9
[pulse.variable]
width = [250e-15]
[simulation]
# simulation
behaviors = ["spm", "raman", "ss"]
parallel = true
repeat = 1
@@ -21,3 +18,5 @@ t_num = 16384
time_window = 37e-12
tolerated_error = 1e-11
z_num = 128
[variable]
width = [250e-15]

View File

@@ -1,17 +1,17 @@
[fiber]
# fiber
core_radius = 50e-6
length = 50e-2
model = "marcatili"
[gas]
# gas
gas_name = "air"
[pulse]
# pulse
peak_power = 100e3
wavelength = 800e-9
width = 250e-15
[simulation]
# simulation
behaviors = ["spm", "raman", "ss"]
parallel = true
repeat = 2

View File

@@ -1,20 +1,17 @@
[fiber]
# fiber
core_radius = 50e-6
length = 50e-2
model = "marcatili"
[gas]
# gas
gas_name = "air"
[pulse]
# pulse
soliton_num = 5
wavelength = 800e-9
width = 250e-15
[pulse.variable]
shape = ["gaussian", "sech"]
[simulation]
# simulation
behaviors = ["spm", "raman", "ss"]
parallel = true
repeat = 1
@@ -22,3 +19,6 @@ t_num = 16384
time_window = 37e-12
tolerated_error = 1e-11
z_num = 128
[variable]
shape = ["gaussian", "sech"]