Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
139 commits
Select commit Hold shift + click to select a range
b1d0d78
enable reading and storing data of electron
BangShiuh Mar 6, 2019
c1e97ec
[Numerics] add simpsonQuadrature
BangShiuh Apr 10, 2019
e6a13a6
[electron] add thermo object and functions to electron
BangShiuh Mar 16, 2019
7634ebd
[electron] add netproductionfreq
BangShiuh Apr 3, 2019
f140679
[electron] improve setupCrossSection to extrapolate
BangShiuh Apr 4, 2019
cf2e341
[electron] add ATTACHMENT and IONIZATION type and fix addElectronCros…
BangShiuh Apr 4, 2019
ab5e3b9
[electron] update update_C msg
BangShiuh Apr 4, 2019
b6f7790
[electron] add comments
BangShiuh Apr 4, 2019
8382458
[electron][interface] enable solving EEDF with Eigen
BangShiuh Apr 13, 2019
d476d31
[interface] add electron_reaction to ctml_writer
Apr 28, 2019
34d0bc8
[electron] change electronMobility and electronDiffusivity
BangShiuh May 2, 2019
05bfbd9
fix init kte
BangShiuh May 2, 2019
d57e3e3
change m_EN to m_E
BangShiuh May 2, 2019
9de848b
[electron] add internal func electronTemperature and fix calEEDf to p…
BangShiuh May 3, 2019
597847d
add elastic cs
BangShiuh May 3, 2019
cb946f3
[electron] add electric frequency
BangShiuh May 3, 2019
295986f
fix electron cross section reading
BangShiuh May 6, 2019
ee76231
[electron] add functions
BangShiuh May 10, 2019
bffaf20
fix ElectronCrossSection
BangShiuh May 12, 2019
b57ca63
[electron] add product
BangShiuh May 12, 2019
0e203d5
[electron] add getNetProductionRate
BangShiuh May 13, 2019
ff74d43
[electron] fix rateCoefficient
BangShiuh May 13, 2019
62e5ad8
[electron] fix elasticPowerLoss
BangShiuh May 13, 2019
0d76fcb
[electron] add electron power loss
BangShiuh May 13, 2019
37f2627
[electron] add powerGain
BangShiuh May 20, 2019
71de595
[electron] add totalCollisionFreq
BangShiuh May 20, 2019
6f1dc9c
[electron] fix getNetPlasmaProductionRates
BangShiuh May 20, 2019
079ad6b
[electron] fix type of inFactor
BangShiuh May 21, 2019
8307379
[electron] move setGridCache to class Electron
BangShiuh May 24, 2019
7da899b
[interface] add ecs product and process
BangShiuh May 24, 2019
52795e9
[electron] fix elastic and effective cs
BangShiuh May 25, 2019
5986687
[Transport] enable IonGasTransport to use Electron
BangShiuh Apr 3, 2019
390eb18
[Transport] add getMixDiffCoeffsMass/Mole for IonGasTransport
BangShiuh Jun 22, 2019
8cfd5b2
[kinetics] add ElectronReaction
Apr 28, 2019
459b768
[kinetics] enable electron
BangShiuh Jul 18, 2019
bd06127
[kinetics] add setElectronTempearture
BangShiuh May 2, 2019
bfe1abf
[kinetics] update electron reaction expression
BangShiuh Jul 17, 2019
84af117
[interface] add set_electron_temperature
BangShiuh Aug 2, 2019
e223412
[interface-test] add test_electron
BangShiuh Aug 9, 2019
3f99709
[data] add ch4_plasma and gri_plasma
BangShiuh Aug 9, 2019
0c97235
[kinetics] fix ElectronArrhenius
BangShiuh Aug 9, 2019
5f1bf9e
[interface] update ctml_writer doc for electron_reaction
BangShiuh Aug 9, 2019
4d480ef
[electron] fix validate
BangShiuh Aug 10, 2019
4aba8fc
[interface] fix _init_electron move init after addElectronCrossSection
BangShiuh Aug 11, 2019
dd59749
[example] add electron_properties
BangShiuh Aug 11, 2019
718261d
[data] update gri30_plasma
BangShiuh Aug 12, 2019
534fdf5
[interface-transport] add electron_transport_enabled
BangShiuh Aug 12, 2019
202ce06
[interface-kinetics] add electron_temperature_reactions_enabled
BangShiuh Aug 12, 2019
9bff4e0
[date] update ch4_plasma
BangShiuh Aug 12, 2019
609a312
[electron] add functions and move member functions to protected
BangShiuh Aug 12, 2019
8bc1976
[interface-electron] add target kind product threshold
BangShiuh Aug 12, 2019
3ff2f3b
[electron] update getNetPlasmaProductionRates and init
BangShiuh Aug 13, 2019
25fd75c
[administration] change http to https for class electron
BangShiuh Aug 19, 2019
0e0e85f
[Transport] add m_electronMobility
BangShiuh Oct 7, 2019
5d1066f
[oneD] fix left b.c. for ions
BangShiuh Nov 8, 2019
c99d892
[kinetics] add document
BangShiuh Dec 15, 2019
b1b6470
[numerics] add comment
BangShiuh Dec 16, 2019
93b5c56
[electron, interface] change inverseReaction to reverseReaction
BangShiuh Dec 20, 2019
8200a52
[electron] update Electron.cpp Electron.h
BangShiuh Dec 21, 2019
b8929f5
[electron] update WeakIonGasElectron
BangShiuh Dec 25, 2019
7439c65
[test-python-electron] update
BangShiuh Dec 29, 2019
83ee54f
[electron] update ElectronCrossSecrtion
BangShiuh Dec 29, 2019
45454a3
[numerics] update funcs.cpp
BangShiuh Dec 29, 2019
a81c4a7
[kinetics] update Kinetics GasKinetics BulkKinetics
BangShiuh Dec 30, 2019
b63aee0
rename files electron->plasmaElectron
BangShiuh Dec 30, 2019
2443c26
[data] add oxygen plasma
BangShiuh Jan 3, 2020
1b11601
[plasma] update PlasmaElectronFactory for new yaml format
BangShiuh Jan 4, 2020
e8eccf1
[interface] update base.pyx
BangShiuh Jan 4, 2020
ce3d0b4
[kinetics] change ElectronReaction to ElectronTemperatureReaction and…
BangShiuh Jan 4, 2020
6d2b0f3
[interface] update ElectronReaction to ElectronTemperatureReaction
BangShiuh Jan 7, 2020
9fc061b
[test] update test-electron
BangShiuh Jan 8, 2020
714e259
[interface] delete ElectronReaction from cti2yaml
BangShiuh Jan 8, 2020
e5a171b
[data] delete gri30_plasma & ch4_plasma.cti
BangShiuh Jan 8, 2020
d644015
[plasma] update PlasmaElectronFactory
BangShiuh Jan 8, 2020
b8e40c3
[data] update oxygen plama data
BangShiuh Jan 11, 2020
66ae420
[kinetics] add plasmaReaction, PlasmaRate
BangShiuh Jan 11, 2020
b4c6a4f
[interface] PlasmaReaction to reaction.pyx
BangShiuh Jan 14, 2020
3b72b63
[interface-cython] delete NetplasmaProductionRate
BangShiuh Jan 17, 2020
fdd617d
[plasma] delete netPlasmaProductionRate
BangShiuh Jan 17, 2020
ae5a36d
[plasma] move newElectronCrossSection and getElectronCrossSection to …
BangShiuh Jan 18, 2020
3dcd9e2
[plasma-interface] delete mass_ratio but weird
BangShiuh Jan 19, 2020
f458ebc
[plasma, interface] delete chemIonRate
BangShiuh Jan 19, 2020
c9ef11a
[interface] fix description of data of ElectronCrossSection
BangShiuh Jan 19, 2020
ec2aefc
change to weakly-ionized-gasin PlasmaElectronFactory.cpp
BangShiuh Apr 5, 2020
3889ec8
[plasma] fix ElectronCrossSection.cpp
BangShiuh Apr 5, 2020
257d5e6
make plasma under thermo
BangShiuh Apr 7, 2020
be67187
[interface] add description to property process
BangShiuh Apr 11, 2020
cb9b06c
[interface] add description to plasmaReaction
BangShiuh Apr 11, 2020
f746433
[plasma] delete unused member variables
BangShiuh Apr 11, 2020
51b44b2
change to small letters for electron collision kind
BangShiuh Apr 11, 2020
24eedc3
[plasma] directly use functions of thermo (delete update_T and update_C)
BangShiuh Apr 12, 2020
d098c04
[plasma] change class name
BangShiuh Apr 13, 2020
52fb35d
[interface] fix listFromFile logic
BangShiuh Apr 13, 2020
abe66b6
fix setupBoltzmannSolver and add setMoleFractionThreshold and setInit…
BangShiuh Apr 14, 2020
412e166
[interface] change to test_plasma
BangShiuh Apr 14, 2020
807e987
[kinetics, interface] update kinetics add PlasmaKinetics
BangShiuh Apr 20, 2020
500324c
[date] update oxygen_plasma.yaml
BangShiuh Apr 20, 2020
a3bb1b0
[test] update test_plasma
BangShiuh Apr 20, 2020
71a0c93
[plasma] increase default grid points
BangShiuh Apr 20, 2020
306d14b
[interface] change to plasma_process_rate_coefficient
BangShiuh Apr 20, 2020
c65c04d
[test] add test_plasma to test_kinetics.py
BangShiuh Apr 20, 2020
6730f3b
[plasma] fix showing warning for gas composition. Previous code shows…
BangShiuh Apr 20, 2020
f7b9d70
[thermo, plasma] update calling electron temperature
BangShiuh Apr 21, 2020
a92955e
[interface] update electron temp
BangShiuh Apr 21, 2020
ffaf84a
[test,data] add test_electron_arrhenius_rate and electron-temperature…
BangShiuh Apr 21, 2020
dd574b6
[example] add plasma-reactor.py
BangShiuh Apr 27, 2020
ad3b1b4
[data] update oxgen_cross_sections.yaml
BangShiuh Apr 28, 2020
4d8cfd5
[kinetics] add m_rkcn calculation for plasma
BangShiuh Apr 28, 2020
a954dae
[plasma] delete redundant codes
BangShiuh Apr 28, 2020
1e54f07
[plasma, interface] add feature of using old EEDF to improve comutati…
BangShiuh Apr 28, 2020
80f0fdd
[test] update test-plasma
BangShiuh Apr 28, 2020
b0d8748
[thermo,interface] add number_density
BangShiuh Apr 29, 2020
86b194f
[plasma] add type
BangShiuh Apr 29, 2020
92591b9
[interface] add electron total power loss
BangShiuh Apr 29, 2020
3b3fe45
[interface] fix number density
BangShiuh Apr 29, 2020
8711356
[kinetics] fix unit for plasma rate coefficients
BangShiuh Apr 30, 2020
03480a7
[data] update oxygen_plasma.yaml
BangShiuh Apr 30, 2020
8fbac4f
[plasma] add m_has_EEDF to make sure a validate initial EEDF
BangShiuh Apr 30, 2020
1915666
[test] add TestPlasmaElectronTransport
BangShiuh Apr 30, 2020
aa1b392
[example] update electron_properties.py
BangShiuh May 1, 2020
40d8457
[plasma] fill (0, 0) to cross section data
BangShiuh May 1, 2020
ff36f10
delete unused codes and add documentation
BangShiuh May 1, 2020
16119ea
[interface] delete parsing of electron_reaction
BangShiuh May 1, 2020
6406b7a
[plasma] add warn_user
BangShiuh May 3, 2020
7939f52
[plasma] update documentation
BangShiuh May 3, 2020
f3dfd6b
update warn meg
BangShiuh May 4, 2020
a6d9576
update warn msg
BangShiuh May 5, 2020
abf6c37
fix add (0,0)
BangShiuh May 5, 2020
f68659c
[test, data] update test_plasma.py and oxygen_plasma.yaml
BangShiuh May 5, 2020
bf1889c
change the license url to https://cantera.org/license.txt
BangShiuh May 14, 2020
eb87a65
[plasma] fix newElectronCrossSection
BangShiuh May 14, 2020
af89a53
move yaml files to correct folder
BangShiuh May 14, 2020
ac9638f
[interface] update plasma.pyx
BangShiuh May 15, 2020
2d83a56
[plasma] fix mass ratio
BangShiuh May 15, 2020
72ef8e4
[plasma] delete m_chemionRate
BangShiuh May 15, 2020
75a327b
[plasma] fix reverseRateCoefficient
BangShiuh May 16, 2020
6f67fc8
[plasma] add documentation
BangShiuh May 16, 2020
d86054e
[data, test] update for plasma test
BangShiuh May 17, 2020
4e4a913
[kinetics] add validate to PlasmaReaction
BangShiuh May 17, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
387 changes: 387 additions & 0 deletions data/oxygen_cross_sections.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,387 @@
# Ref.: Itikawa, Y., 2009. Cross sections for electron collisions with oxygen molecules. Journal of Physical and Chemical Reference Data, 38(1), pp.1-20.
cross-sections:
- comment: Total Scattering - Table 1 of Itikawa (2009)
kind: effective
target: O2
data:
- [0.10, 3.83e-20]
- [0.12, 4.02e-20]
- [0.15, 4.22e-20]
- [0.17, 4.33e-20]
- [0.20, 4.47e-20]
- [0.25, 4.65e-20]
- [0.30, 4.79e-20]
- [0.35, 4.91e-20]
- [0.40, 5.07e-20]
- [0.45, 5.20e-20]
- [0.5, 5.31e-20]
- [0.6, 5.49e-20]
- [0.7, 5.64e-20]
- [0.8, 5.77e-20]
- [0.9, 5.87e-20]
- [1.0, 5.97e-20]
- [1.2, 6.18e-20]
- [1.5, 6.36e-20]
- [1.7, 6.45e-20]
- [2.0, 6.56e-20]
- [2.5, 6.68e-20]
- [3.0, 6.84e-20]
- [3.5, 7.01e-20]
- [4.0, 7.18e-20]
- [4.5, 7.36e-20]
- [5.0, 7.55e-20]
- [6.0, 7.93e-20]
- [7.0, 8.39e-20]
- [8.0, 9.16e-20]
- [9.0, 9.91e-20]
- [10.0, 1.04e-19]
- [12.0, 1.08e-19]
- [15.0, 1.07e-19]
- [17.0, 1.07e-19]
- [20.0, 1.08e-19]
- [25.0, 1.10e-19]
- [30.0, 1.10e-19]
- [35.0, 1.09e-19]
- [40.0, 1.07e-19]
- [45.0, 1.05e-19]
- [50.0, 1.03e-19]
- [60.0, 9.87e-20]
- [70.0, 9.52e-20]
- [80.0, 9.23e-20]
- [90.0, 8.98e-20]
- [100.0, 8.68e-20]
- [120.0, 7.97e-20]
- [150.0, 7.21e-20]
- [170.0, 6.78e-20]
- [200.0, 6.24e-20]
- [250.0, 5.51e-20]
- [300.0, 4.94e-20]
- [350.0, 4.55e-20]
- [400.0, 4.17e-20]
- [450.0, 3.85e-20]
- [500.0, 3.58e-20]
- [600.0, 3.11e-20]
- [700.0, 2.76e-20]
- [800.0, 2.49e-20]
- [900.0, 2.26e-20]
- [1000.0, 2.08e-20]
- comment: Vibrational Excitation - Table 4 & 5 of Itikawa (2009)
kind: excitation
product: O2(v1)
target: O2
threshold: 0.19
data:
- [0.19, 0.0]
- [0.213, 0.0]
- [0.214, 3.0e-21]
- [0.215, 0.0]
- [0.336, 0.0]
- [0.338, 7.05e-20]
- [0.340, 0.0]
- [0.457, 0.0]
- [0.460, 9.85e-20]
- [0.463, 0.0]
- [0.574, 0.0]
- [0.579, 6.69e-20]
- [0.584, 0.0]
- [0.689, 0.0]
- [0.696, 3.39e-20]
- [0.703, 0.0]
- [5.0, 9.50e-22]
- [7.0, 3.05e-21]
- [10.0, 4.4e-21]
- [15.0, 5.70e-22]
- comment: Vibrational Excitation - Table 4 of Itikawa (2009)
kind: excitation
product: O2(v2)
target: O2
threshold: 0.38
data:
- [0.38, 0.0]
- [0.457, 0.0]
- [0.460, 5.00e-22]
- [0.463, 0.0]
- [0.574, 0.0]
- [0.579, 8.00e-21]
- [0.584, 0.0]
- [0.689, 0.0]
- [0.696, 1.30e-20]
- [0.703, 0.0]
- [5.0, 3.40e-22]
- [7.0, 1.14e-21]
- [10.0, 1.65e-21]
- [15.0, 1.50e-22]
- comment: Vibrational Excitation - Table 4 of Itikawa (2009)
kind: excitation
product: O2(v3)
target: O2
threshold: 0.6
data:
- [0.6, 0.0]
- [0.689, 0.0]
- [0.696, 1.00e-23]
- [0.703, 0.0]
- [7.0, 4.50e-22]
- [10.0, 7.50e-22]
- [15.0, 6.50e-23]
- comment: Excitation of Electronic States - Table 7 of Itikawa (2009)
kind: excitation
product: O2(a1)
target: O2
threshold: 0.977
data:
- [0.977, 0.0]
- [5.0, 7.60e-22]
- [7.0, 1.04e-21]
- [10.0, 7.70e-22]
- [15.0, 4.20e-22]
- [20.0, 2.30e-22]
- comment: Excitation of Electronic States - Table 7 of Itikawa (2009)
kind: excitation
product: O2(a1)
target: O2
threshold: 0.977
data:
- [0.977, 0.0]
- [5.0, 7.60e-22]
- [7.0, 1.04e-21]
- [10.0, 7.70e-22]
- [15.0, 4.20e-22]
- [20.0, 2.30e-22]
- comment: Excitation of Electronic States - Table 7 of Itikawa (2009)
kind: excitation
product: O2(b1)
target: O2
threshold: 1.627
data:
- [1.627, 0.0]
- [5.0, 2.00e-22]
- [7.0, 3.30e-22]
- [10.0, 1.90e-22]
- [15.0, 7.80e-23]
- [20.0, 5.50e-23]
- comment: Excitation of Electronic States - Table 8 of Itikawa (2009)
kind: excitation
product: O2(A3)
target: O2
threshold: 4.34
data:
- [4.34, 0.0]
- [10.0, 1.305e-21]
- [15.0, 7.50e-22]
- [20.0, 3.90e-22]
- [30.0, 1.30e-22]
- comment: Excitation of Electronic States - Table 8 of Itikawa (2009)
kind: excitation
product: O2(AP)
target: O2
threshold: 4.262
data:
- [4.262, 0.0]
- [10.0, 1.305e-21]
- [15.0, 7.50e-22]
- [20.0, 3.90e-22]
- [30.0, 1.30e-22]
- comment: Excitation of Electronic States - Table 8 of Itikawa (2009)
kind: excitation
product: O2(c1)
target: O2
threshold: 4.050
data:
- [4.050, 0.0]
- [10.0, 1.305e-21]
- [15.0, 7.50e-22]
- [20.0, 3.90e-22]
- [30.0, 1.30e-22]
- comment: Excitation of Electronic States - Table 9 of Itikawa (2009)
kind: excitation
product: O2(B3)
target: O2
threshold: 6.12
data:
- [6.12, 0.0]
- [15.0, 6.87e-21]
- [20.0, 7.90e-21]
- [30.0, 5.98e-21]
- [50.0, 2.764e-21]
- comment: Dissociative Attachment - Table 13 of Itikawa (2009)
kind: attachment
product: O^- + O
target: O2
threshold: 0.0
data:
- [4.2, 0.0]
- [4.3, 8.80e-25]
- [4.4, 2.64e-24]
- [4.5, 4.40e-24]
- [4.6, 7.04e-24]
- [4.7, 9.68e-24]
- [4.8, 1.03e-23]
- [4.9, 1.76e-23]
- [5.0, 2.20e-23]
- [5.1, 2.90e-23]
- [5.2, 3.61e-23]
- [5.3, 4.49e-23]
- [5.4, 5.37e-23]
- [5.5, 6.33e-23]
- [5.6, 7.48e-23]
- [5.7, 8.53e-23]
- [5.8, 9.59e-23]
- [5.9, 1.05e-22]
- [6.0, 1.14e-22]
- [6.1, 1.23e-22]
- [6.2, 1.31e-22]
- [6.3, 1.36e-22]
- [6.5, 1.41e-22]
- [6.6, 1.40e-22]
- [6.7, 1.37e-22]
- [6.8, 1.34e-22]
- [6.9, 1.28e-22]
- [7.0, 1.22e-22]
- [7.1, 1.14e-22]
- [7.2, 1.06e-22]
- [7.3, 9.85e-23]
- [7.4, 8.97e-23]
- [7.5, 8.18e-23]
- [7.6, 7.39e-23]
- [7.7, 6.42e-23]
- [7.8, 5.72e-23]
- [7.9, 5.01e-23]
- [8.0, 4.49e-23]
- [8.1, 3.87e-23]
- [8.2, 3.34e-23]
- [8.3, 2.82e-23]
- [8.4, 2.38e-23]
- [8.5, 2.02e-23]
- [8.6, 1.67e-23]
- [8.7, 1.41e-23]
- [8.8, 1.23e-23]
- [8.9, 1.06e-23]
- [9.0, 8.80e-24]
- [9.1, 7.04e-24]
- [9.2, 7.04e-24]
- [9.3, 6.16e-24]
- [9.4, 5.28e-24]
- [9.5, 4.40e-24]
- [9.6, 4.40e-24]
- [9.8, 3.52e-24]
- [9.9, 3.52e-24]
- comment: Total Dissociation for Neutral Products - Table 10 of Itikawa (2009)
kind: excitation
product: O + O
target: O2
threshold: 5.58
data:
- [5.58, 0.0]
- [13.5, 2.20e-21]
- [18.5, 5.29e-21]
- [21.0, 5.65e-21]
- [23.5, 5.25e-21]
- [28.5, 5.87e-21]
- [33.5, 6.63e-21]
- [38.5, 6.10e-21]
- [48.5, 5.34e-21]
- [58.5, 4.44e-21]
- [73.5, 3.66e-21]
- [98.5, 3.31e-21]
- [148.5, 2.96e-21]
- [198.5, 2.91e-21]
- comment: Ionization - Table 11 of Itikawa (2009)
kind: ionization
product: O2^+
target: O2
threshold: 12.1
data:
- [12.1, 0.0]
- [13.0, 1.17e-22]
- [15.5, 7.30e-22]
- [18.0, 1.64e-21]
- [23.0, 3.66e-21]
- [28.0, 5.63e-21]
- [33.0, 7.58e-21]
- [38.0, 9.29e-21]
- [43.0, 1.08e-20]
- [48.0, 1.19e-20]
- [53.0, 1.29e-20]
- [58.0, 1.36e-20]
- [63.0, 1.42e-20]
- [68.0, 1.47e-20]
- [73.0, 1.50e-20]
- [78.0, 1.51e-20]
- [83.0, 1.53e-20]
- [88.0, 1.55e-20]
- [93.0, 1.56e-20]
- [98.0, 1.56e-20]
- [108.0, 1.54e-20]
- [118.0, 1.53e-20]
- [138.0, 1.50e-20]
- [158.0, 1.48e-20]
- [178.0, 1.43e-20]
- [198.0, 1.39e-20]
- [223.0, 1.34e-20]
- [248.0, 1.31e-20]
- [273.0, 1.24e-20]
- [298.0, 1.20e-20]
- [348.0, 1.13e-20]
- [398.0, 1.05e-20]
- [448.0, 9.83e-21]
- [498.0, 9.23e-21]
- [548.0, 8.82e-21]
- [598.0, 8.27e-21]
- [648.0, 8.00e-21]
- [698.0, 7.61e-21]
- [748.0, 7.20e-21]
- [798.0, 6.86e-21]
- [848.0, 6.71e-21]
- [898.0, 6.43e-21]
- [948.0, 6.17e-21]
- [998.0, 5.97e-21]
- comment: Ionization - Table 11 of Itikawa (2009)
kind: ionization
product: O + O^+
target: O2
threshold: 19.5
data:
- [13.0, 0.0]
- [15.5, 0.0]
- [18.0, 0.0]
- [23.0, 1.67e-22]
- [28.0, 7.81e-22]
- [33.0, 1.69e-21]
- [38.0, 2.58e-21]
- [43.0, 3.33e-21]
- [48.0, 4.19e-21]
- [53.0, 4.90e-21]
- [58.0, 5.53e-21]
- [63.0, 6.21e-21]
- [68.0, 6.79e-21]
- [73.0, 7.17e-21]
- [78.0, 7.51e-21]
- [83.0, 8.01e-21]
- [88.0, 8.27e-21]
- [93.0, 8.55e-21]
- [98.0, 8.71e-21]
- [108.0, 9.00e-21]
- [118.0, 9.10e-21]
- [138.0, 9.13e-21]
- [158.0, 9.05e-21]
- [178.0, 8.91e-21]
- [198.0, 8.64e-21]
- [223.0, 8.30e-21]
- [248.0, 7.94e-21]
- [273.0, 7.55e-21]
- [298.0, 7.21e-21]
- [348.0, 6.59e-21]
- [398.0, 6.11e-21]
- [448.0, 5.62e-21]
- [498.0, 5.26e-21]
- [548.0, 4.87e-21]
- [598.0, 4.57e-21]
- [648.0, 4.32e-21]
- [698.0, 4.15e-21]
- [748.0, 3.88e-21]
- [798.0, 3.69e-21]
- [848.0, 3.55e-21]
- [898.0, 3.36e-21]
- [948.0, 3.26e-21]
- [998.0, 3.17e-21]
Loading