-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RMG running get "xxx conversion: nan" #1678
Comments
So the nans appear in the first time step for the cases in this job that give conversion: nan, but in other cases the simulations run fine. I believe this is a result of a reaction with a bad rate and/or bad thermo that when added to the model under certain conditions breaks the solver residual calculation. I've made a PR that diagnoses nan presence as a DASxError, which allows RMG to handle this more properly, but the fundamental issue is the reaction/species that's causing this. It will at least have entered before you start seeing the nans, but may have entered a few iterations earlier since the nan production seems to be dependent on the temperature and pressure. |
I substitute 'FFCM1(-)' with 'Klippenstein_Glarborg2016' on my input file, and no "conversion: nan" shows |
In that case it may be that the FFCM1(-) thermochemistry isn't compatible with the reaction libraries you're using. |
yeah, I need to be more careful when selecting those libraries. |
Topic
General area which your question is related to.
input file
Question
what happened, I get so many nan?
Usually, I won't get any nan with the similar input file, I want to know is this an error? something wrong with my input? or it's normal and I can ignore it,
Installation Information
Describe your installation method and system information if applicable.
The text was updated successfully, but these errors were encountered: