Reactions: Removed "Reaction" from the end of the reaction names

This part of the name is unnecessary, as it is clear from context that
the name refers to a reaction. The selector has been made backwards
compatible so that old names will still read successfuly.
This commit is contained in:
Will Bainbridge
2019-10-24 12:09:04 +01:00
parent ace3d0e06d
commit ba49dfa991
26 changed files with 1684 additions and 2018 deletions

View File

@ -2,7 +2,7 @@ reactions
{
methaneReaction
{
type irreversibleArrheniusReaction;
type irreversibleArrhenius;
reaction "CH4 + 2O2^1.0 = CO2 + 2H2O^1.0";
A 7e+06;
beta 0;
@ -12,7 +12,7 @@ reactions
}
hydrogenReaction
{
type irreversibleArrheniusReaction;
type irreversibleArrhenius;
reaction "H2 + 0.5O2^1.0 = H2O";
A 4.74342e+12;
beta 0;

View File

@ -20,7 +20,7 @@ reactions
{
methaneReaction
{
type irreversibleArrheniusReaction;
type irreversibleArrhenius;
reaction "CH4 + 2O2 = CO2 + 2H2O";
A 5.2e16;
beta 0;