diff options
Diffstat (limited to 'xmds2')
4 files changed, 35 insertions, 1 deletions
diff --git a/xmds2/realistic_Rb_and_fields/three_field_circular_cold_fast.params b/xmds2/realistic_Rb_and_fields/three_field_circular_cold_fast.params new file mode 100644 index 0000000..86877dd --- /dev/null +++ b/xmds2/realistic_Rb_and_fields/three_field_circular_cold_fast.params @@ -0,0 +1,11 @@ + +PARAMS = \ + --Ndens=1e15 \ + --gt=.1e6 \ + --Lcell=10.0e-2 \ + --Temperature=1e-3 \ + --WLx=0 --WLy=0 --WLz=0 \ + --Pwidth=0.4e-6 \ + --delta1=0 --delta2=0 --delta3=0 \ + --Ep1o=0.0 --Ep2o=1e2 --Ep3o=0 --Ep4o=0 --Em1o=50e6 --Em2o=0 --Em3o=100e6 --Em4o=0 + diff --git a/xmds2/realistic_Rb_and_fields/three_field_circular_cold_fast2.params b/xmds2/realistic_Rb_and_fields/three_field_circular_cold_fast2.params new file mode 100644 index 0000000..04e63bb --- /dev/null +++ b/xmds2/realistic_Rb_and_fields/three_field_circular_cold_fast2.params @@ -0,0 +1,11 @@ + +PARAMS = \ + --Ndens=1e15 \ + --gt=.1e6 \ + --Lcell=10.0e-2 \ + --Temperature=1e-3 \ + --WLx=0 --WLy=0 --WLz=0 \ + --Pwidth=0.4e-6 \ + --delta1=0 --delta2=0 --delta3=0 \ + --Ep1o=0.0 --Ep2o=1e2 --Ep3o=0 --Ep4o=0 --Em1o=50e6 --Em2o=0 --Em3o=200e6 --Em4o=0 + diff --git a/xmds2/realistic_Rb_and_fields/three_field_circular_cold_fast3.params b/xmds2/realistic_Rb_and_fields/three_field_circular_cold_fast3.params new file mode 100644 index 0000000..09eea2e --- /dev/null +++ b/xmds2/realistic_Rb_and_fields/three_field_circular_cold_fast3.params @@ -0,0 +1,11 @@ + +PARAMS = \ + --Ndens=1e15 \ + --gt=.1e6 \ + --Lcell=10.0e-2 \ + --Temperature=1e-3 \ + --WLx=0 --WLy=0 --WLz=0 \ + --Pwidth=0.4e-6 \ + --delta1=0 --delta2=0 --delta3=0 \ + --Ep1o=0.0 --Ep2o=1e2 --Ep3o=0 --Ep4o=0 --Em1o=50e6 --Em2o=0 --Em3o=300e6 --Em4o=0 + diff --git a/xmds2/realistic_Rb_and_fields/two_field_circular_eit_cold.params b/xmds2/realistic_Rb_and_fields/two_field_circular_eit_cold.params index 325be02..fa5e1dd 100644 --- a/xmds2/realistic_Rb_and_fields/two_field_circular_eit_cold.params +++ b/xmds2/realistic_Rb_and_fields/two_field_circular_eit_cold.params @@ -1,10 +1,11 @@ PARAMS = \ --Ndens=1e15 \ + --gt=.1e6 \ --Lcell=10.0e-2 \ --Temperature=1e-3 \ --WLx=0 --WLy=0 --WLz=0 \ --Pwidth=0.4e-6 \ --delta1=0 --delta2=0 --delta3=0 \ - --Ep1o=5e7 --Ep2o=1e2 --Ep3o=0 --Ep4o=0 --Em1o=0 --Em2o=0 --Em3o=0 --Em4o=0 + --Ep1o=0.0 --Ep2o=1e2 --Ep3o=0 --Ep4o=0 --Em1o=50e6 --Em2o=0 --Em3o=0 --Em4o=0 |