reactions | R Documentation |
The reactions
dataset contains kinetic data for second-order (two body)
gas-phase chemical reactions for 1,683 organic compounds. The reaction-rate
values and parameters within this dataset are useful for studies of the
atmospheric environment. Organic pollutants, which are present in trace
amounts in the atmosphere, have been extensively studied by research groups
since their persistence in the atmosphere requires specific attention. Many
researchers have reported kinetic data on specific gas-phase reactions and
these mainly involve oxidation reactions with OH, nitrate radicals, ozone,
and chlorine atoms.
This compilation of rate constant (k) data as contains the values for rate
constants at 298 K (in units of cm^3 molecules^-1 s^-1
) as well as
parameters that allow for the calculation of rate constants at different
temperatures (the temperature dependence parameters: A
, B
, and n
).
Uncertainty values/factors and temperature limits are also provided here
where information is available.
reactions
A tibble with 1,683 rows and 39 variables:
The name of the primary compound undergoing reaction with OH, ozone, NO3, or Cl.
The molecular weight of the compound in units of g/mol.
The chemical formula of the compound.
The category of compounds that the compd_name
falls
under.
The SMILES (simplified molecular-input line-entry system) representation for the compound.
The InChI (International Chemical Identifier) representation for the compound.
The InChIKey, which is a hashed InChI value, has a fixed length of 27 characters. These values can be used to more easily perform database searches of chemical compounds.
Rate constant at 298 K for OH reactions.
Uncertainty as a percentage for certain OH reactions.
Uncertainty as a plus/minus difference for certain OH reactions.
Extended temperature dependence parameters for
bimolecular OH reactions, to be used in the Arrhenius expression:
k(T)=A exp(-B/T) (T/300)^n
. In that, A
is expressed as
cm^3 molecules^-1 s^-1, B
is in units of K, and n
is dimensionless. Any
NA
values indicate that data is not available.
The low and high temperature boundaries (in units
of K) for which the OH_a
, OH_b
, and OH_n
parameters are valid.
Rate constant at 298 K for ozone reactions.
Uncertainty as a percentage for certain ozone reactions.
Uncertainty as a plus/minus difference for certain ozone reactions.
Extended temperature dependence parameters for
bimolecular ozone reactions, to be used in the Arrhenius expression:
k(T)=A exp(-B/T) (T/300)^n
. In that, A
is expressed as
cm^3 molecules^-1 s^-1, B
is in units of K, and n
is dimensionless. Any
NA
values indicate that data is not available.
The low and high temperature boundaries (in units
of K) for which the O3_a
, O3_b
, and O3_n
parameters are valid.
Rate constant at 298 K for NO3 reactions.
Uncertainty as a percentage for certain NO3 reactions.
Uncertainty as a plus/minus difference for certain NO3 reactions.
Extended temperature dependence parameters for
bimolecular NO3 reactions, to be used in the Arrhenius expression:
k(T)=A exp(-B/T) (T/300)^n
. In that, A
is expressed as
cm^3 molecules^-1 s^-1, B
is in units of K, and n
is dimensionless. Any
NA
values indicate that data is not available.
The low and high temperature boundaries (in
units of K) for which the NO3_a
, NO3_b
, and NO3_n
parameters are
valid.
Rate constant at 298 K for Cl reactions.
Uncertainty as a percentage for certain Cl reactions.
Uncertainty as a plus/minus difference for certain Cl reactions.
Extended temperature dependence parameters for
bimolecular Cl reactions, to be used in the Arrhenius expression:
k(T)=A exp(-B/T) (T/300)^n
. In that, A
is expressed as
cm^3 molecules^-1 s^-1, B
is in units of K, and n
is dimensionless. Any
NA
values indicate that data is not available.
The low and high temperature boundaries (in units
of K) for which the Cl_a
, Cl_b
, and Cl_n
parameters are valid.
DATA-14
v0.11.0
(July 9, 2024)
Other datasets:
constants
,
countrypops
,
exibble
,
films
,
gibraltar
,
gtcars
,
illness
,
metro
,
nuclides
,
peeps
,
photolysis
,
pizzaplace
,
rx_addv
,
rx_adsl
,
sp500
,
sza
,
towny
dplyr::glimpse(reactions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.