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:
@ -8,7 +8,7 @@
|
||||
|
||||
reaction
|
||||
{
|
||||
type irreversibleInfiniteReaction;
|
||||
type irreversibleInfinite;
|
||||
reaction "CH4 + 2O2 + 7.5N2 = CO2 + 2H2O + 7.5N2";
|
||||
}
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
|
||||
reaction
|
||||
{
|
||||
type irreversibleInfiniteReaction;
|
||||
type irreversibleInfinite;
|
||||
reaction "CH4 + 2O2 + 7.5N2 = CO2 + 2H2O + 7.5N2";
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ reactions
|
||||
{
|
||||
methaneReaction
|
||||
{
|
||||
type irreversibleArrheniusReaction;
|
||||
type irreversibleArrhenius;
|
||||
reaction "CH4 + 2O2 = CO2 + 2H2O";
|
||||
A 5.2e16;
|
||||
beta 0;
|
||||
|
||||
@ -20,7 +20,7 @@ reactions
|
||||
{
|
||||
methaneReaction
|
||||
{
|
||||
type irreversibleArrheniusReaction;
|
||||
type irreversibleArrhenius;
|
||||
reaction "CH4 + 2O2 = CO2 + 2H2O";
|
||||
A 5.2e16;
|
||||
beta 0;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,7 @@ reactions
|
||||
{
|
||||
methaneReaction
|
||||
{
|
||||
type irreversibleArrheniusReaction;
|
||||
type irreversibleArrhenius;
|
||||
reaction "CH4^0.2 + 2O2^1.3 = CO2 + 2H2O";
|
||||
A 2.11873e+11;
|
||||
beta 0;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -2,7 +2,7 @@ reactions
|
||||
{
|
||||
waterGasShift
|
||||
{
|
||||
type reversibleArrheniusReaction;
|
||||
type reversibleArrhenius;
|
||||
|
||||
reaction "CO^0.93 + H2O^0.24 = CO2^0.69 + H2^1";
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ reactions
|
||||
{
|
||||
oxidation
|
||||
{
|
||||
type irreversibleArrheniusReaction;
|
||||
type irreversibleArrhenius;
|
||||
|
||||
reaction "O2^0 + TiCl4 = TiO2 + 2Cl2";
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ reactions
|
||||
{
|
||||
oxidation
|
||||
{
|
||||
type irreversibleArrheniusReaction;
|
||||
type irreversibleArrhenius;
|
||||
|
||||
reaction "O2^0 + TiCl4 = TiO2 + 2Cl2";
|
||||
|
||||
@ -40,7 +40,7 @@ reactions
|
||||
|
||||
oxidationAtSurface
|
||||
{
|
||||
type irreversibleSurfaceArrheniusReaction;
|
||||
type irreversibleSurfaceArrhenius;
|
||||
|
||||
reaction "O2^0 + TiCl4 = TiO2_s + 2Cl2";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user