New boundary files. Now they follow Z = 22.5 T^0.6
This commit is contained in:
parent
db7077efc0
commit
ba4856c67b
8 changed files with 24 additions and 9 deletions
5
bc_50ns_T10Z6.csv
Normal file
5
bc_50ns_T10Z6.csv
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
t (s),n (m^-3),u (m s^-1),T (eV),Z
|
||||||
|
0.000000E-000,1.111111E+025,0.000000E+000,1.000000E+001,6.000000E+000
|
||||||
|
5.000000E-008,1.111111E+025,0.000000E+000,1.000000E+001,6.000000E+000
|
||||||
|
5.500000E-008,1.000000E+020,0.000000E+000,5.000000E+000,6.000000E+000
|
||||||
|
2.000000E-006,1.000000E+020,0.000000E+000,5.000000E+000,6.000000E+000
|
||||||
|
5
bc_50ns_T30Z11.csv
Normal file
5
bc_50ns_T30Z11.csv
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
t (s),n (m^-3),u (m s^-1),T (eV),Z
|
||||||
|
0.000000E-000,1.111111E+025,0.000000E+000,3.000000E+001,1.100000E+001
|
||||||
|
5.000000E-008,1.111111E+025,0.000000E+000,3.000000E+001,1.100000E+001
|
||||||
|
5.500000E-008,1.000000E+020,0.000000E+000,5.000000E+000,1.100000E+001
|
||||||
|
2.000000E-006,1.000000E+020,0.000000E+000,5.000000E+000,1.100000E+001
|
||||||
|
5
bc_50ns_T60Z16.csv
Normal file
5
bc_50ns_T60Z16.csv
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
t (s),n (m^-3),u (m s^-1),T (eV),Z
|
||||||
|
0.000000E-000,1.111111E+025,0.000000E+000,6.000000E+001,1.600000E+001
|
||||||
|
5.000000E-008,1.111111E+025,0.000000E+000,6.000000E+001,1.600000E+001
|
||||||
|
5.500000E-008,1.000000E+020,0.000000E+000,5.000000E+000,1.600000E+001
|
||||||
|
2.000000E-006,1.000000E+020,0.000000E+000,5.000000E+000,1.600000E+001
|
||||||
|
5
bc_50ns_T6Z4.csv
Normal file
5
bc_50ns_T6Z4.csv
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
t (s),n (m^-3),u (m s^-1),T (eV),Z
|
||||||
|
0.000000E-000,1.111111E+025,0.000000E+000,6.000000E+000,4.000000E+000
|
||||||
|
5.000000E-008,1.111111E+025,0.000000E+000,6.000000E+000,4.000000E+000
|
||||||
|
5.500000E-008,1.000000E+020,0.000000E+000,5.000000E+000,4.000000E+000
|
||||||
|
2.000000E-006,1.000000E+020,0.000000E+000,5.000000E+000,4.000000E+000
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
t (s),n (m^-3),u (m s^-1),T (eV),Z
|
|
||||||
0.000000E-000,1.111111E+025,0.000000E+000,3.000000E+001,9.000000E+000
|
|
||||||
5.000000E-008,1.111111E+025,0.000000E+000,3.000000E+001,9.000000E+000
|
|
||||||
5.500000E-008,1.000000E+020,0.000000E+000,5.000000E+000,9.000000E+000
|
|
||||||
2.000000E-006,1.000000E+020,0.000000E+000,5.000000E+000,9.000000E+000
|
|
||||||
|
3
bc_fa_T30Z11.csv
Normal file
3
bc_fa_T30Z11.csv
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
t (s),n (m^-3),u (m s^-1),T (eV),Z
|
||||||
|
0.000000E-000,1.111111E+025,0.000000E+000,3.000000E+001,1.100000E+001
|
||||||
|
1.000000E-006,1.111111E+025,0.000000E+000,3.000000E+001,1.100000E+001
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
t (s),n (m^-3),u (m s^-1),T (eV),Z
|
|
||||||
0.000000E-000,1.111111E+025,0.000000E+000,3.000000E+001,9.000000E+000
|
|
||||||
1.000000E-006,1.111111E+025,0.000000E+000,3.000000E+001,9.000000E+000
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ program plasmaExpansion
|
||||||
phi_ref = kb * Temp_ref / qe
|
phi_ref = kb * Temp_ref / qe
|
||||||
|
|
||||||
! Set input parameters (remember these have to be in non-dimensional units)
|
! Set input parameters (remember these have to be in non-dimensional units)
|
||||||
c_s = sqrt(9.0_dp * gamma_i * 1.0_dp)
|
c_s = sqrt(11.0_dp * gamma_i * 1.0_dp)
|
||||||
bc_file = 'bc.csv'
|
bc_file = 'bc.csv'
|
||||||
call boundaryConditions%init(bc_file)
|
call boundaryConditions%init(bc_file)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue