Skip to content

Commit

Permalink
full names
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jan 11, 2024
1 parent 07c1936 commit d0e9c1e
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions examples/full_configuration.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "XXX",
"version": "1.0.0",
"name": "Full Configuration",
"species": [
{
Expand All @@ -15,16 +15,16 @@
{
"name": "H2O2",
"HLC(298K) [mol m-3 Pa-1]": 1.011596348,
"HLC exp factor [K]": 6340,
"diffusion coeff [m2 s-1]": 1.46E-05,
"HLC exponential factor [K]": 6340,
"diffusion coefficient [m2 s-1]": 1.46E-05,
"N star": 1.74,
"molecular weight [kg mol-1]": 0.0340147,
"density [kg m-3]": 1000.0,
"absolute tolerance": 1.0e-10
},
{
"name": "ethanol",
"diffusion coeff [m2 s-1]": 0.95E-05,
"diffusion coefficient [m2 s-1]": 0.95E-05,
"N star": 2.55,
"molecular weight [kg mol-1]": 0.04607,
"absolute tolerance": 1.0e-20
Expand Down Expand Up @@ -129,17 +129,17 @@
"reactants": [
{
"species name": "A",
"coeff": 2
"coefficient": 2
}
],
"products": [
{
"species name": "B",
"coeff": 1
"coefficient": 1
},
{
"species name": "C",
"coeff": 1
"coefficient": 1
}
],
"name": "my aqueous eq"
Expand All @@ -152,17 +152,17 @@
"reactants": [
{
"species name": "A",
"coeff": 1
"coefficient": 1
},
{
"species name": "B",
"coeff": 1
"coefficient": 1
}
],
"products": [
{
"species name": "C",
"coeff": 1
"coefficient": 1
}
],
"name": "my condensed arrhenius"
Expand All @@ -175,13 +175,13 @@
"reactants": [
{
"species name": "B",
"coeff": 1
"coefficient": 1
}
],
"products": [
{
"species name": "C",
"coeff": 1
"coefficient": 1
}
],
"scaling factor": 12.3,
Expand All @@ -193,7 +193,7 @@
"reactants": [
{
"species name": "B",
"coeff": 1
"coefficient": 1
}
],
"name": "my emission",
Expand All @@ -205,7 +205,7 @@
"products": [
{
"species name": "C",
"coeff": 1
"coefficient": 1
}
],
"name": "my first order loss",
Expand All @@ -217,13 +217,13 @@
"reactants": [
{
"species name": "B",
"coeff": 1
"coefficient": 1
}
],
"products": [
{
"species name": "C",
"coeff": 1
"coefficient": 1
}
],
"name": "photo B",
Expand All @@ -249,17 +249,17 @@
"reactants": [
{
"species name": "B",
"coeff": 1
"coefficient": 1
},
{
"species name": "M",
"coeff": 1
"coefficient": 1
}
],
"products": [
{
"species name": "C",
"coeff": 1
"coefficient": 1
}
],
"k0_A": 1.2e-12,
Expand All @@ -278,19 +278,19 @@
"reactants": [
{
"species name": "A",
"coeff": 1
"coefficient": 1
}
],
"alkoxy products": [
{
"species name": "B",
"coeff": 1
"coefficient": 1
}
],
"nitrate products": [
{
"species name": "C",
"coeff": 1
"coefficient": 1
}
],
"X": 1.2e-4,
Expand All @@ -307,13 +307,13 @@
"reactants": [
{
"species name": "B",
"coeff": 1
"coefficient": 1
}
],
"products": [
{
"species name": "C",
"coeff": 1
"coefficient": 1
}
]
},
Expand All @@ -330,13 +330,13 @@
"reactants": [
{
"species name": "B",
"coeff": 1
"coefficient": 1
}
],
"products": [
{
"species name": "C",
"coeff": 1
"coefficient": 1
}
],
"A": 32.1,
Expand Down

0 comments on commit d0e9c1e

Please sign in to comment.