-
Notifications
You must be signed in to change notification settings - Fork 51
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
fix rescaling for FORD #414
Conversation
wdot[2] -= 2 * q; // CH4 | ||
wdot[3] += 2 * q; // CO | ||
// d()/d[O2] | ||
dqdci = +k_f * 3.000000 * sc[0] * sc[0] * sc[2] * sc[2]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this still needs to be updated for the FORD stuff. This appears to have been calculated using the stoichiometric coefficients as reaction orders rather than using the FORD reaction orders.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@baperry2 Good catch! I think I got all of it but I could use another pair of eyes to make sure I caught everything
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, looks good to me!
closes #318 #162 #23
Co-authored-by: Anirudh Jonnalagadda [email protected]
Co-authored-by: Samuel Whitman