ERROR rxn_com_mod.f:473

Hi all. When I ran MFiX, 2 errors appeared like this:image Please refer to the Readme file on the required input format and make
the necessary corrections to the data file.
species equations.
|--------------------------------------------------------------------|

Name: RS_CO2
Chemical Eq: CGR_REF_ELEMENT + CO2 --> 2*CO
--------------------------------------------------------------------
Classification: Heterogeneous
--------------------------------------------------------------------
Species
Alias
----------
CGR_REF_
----------
CO2
----------
CO
----------

ERROR rxn_com_mod.f:473

Please refer to the Readme file on the required input format and make
the necessary corrections to the data file.
species equations.
|--------------------------------------------------------------------|

Name: RS_H2O
Chemical Eq: CGR_REF_ELEMENT + H2O --> CO + H2
--------------------------------------------------------------------
Classification: Heterogeneous
--------------------------------------------------------------------
Species
Alias
----------
CGR_REF_
----------
H2O
----------
CO
----------
H2
----------

ERROR rxn_com_mod.f:473

So my reactions including solids went wrong, while reactions without solids was normal. image
What went wrong?

Please attach the files (you can save all relevant files and create a zip files from the GUI) so someone can try to reproduce and provide better help.

I see two potential issues:

  1. The alias listed in the error message ‘CGR_REF_’ is truncated after the second underscore. Maybe there is an issue with parsing the species name. Please try a different species name see (without underscore) if this helps.
  2. The total molecular weight is not completely balanced (56.0205 vs 56.0208).

You should also look at other warning messages and the .LOG file to see if there is any useful information that can help troubleshooting.

OK. Thank you very much!