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:
@ -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;
|
||||
|
||||
@ -20,7 +20,7 @@ reactions
|
||||
{
|
||||
methaneReaction
|
||||
{
|
||||
type irreversibleArrheniusReaction;
|
||||
type irreversibleArrhenius;
|
||||
reaction "CH4 + 2O2 = CO2 + 2H2O";
|
||||
A 5.2e16;
|
||||
beta 0;
|
||||
|
||||
Reference in New Issue
Block a user