-
Notifications
You must be signed in to change notification settings - Fork 13
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
Polynomial type fits of mechanism transport data need to be 8th order #5
Comments
Thanks for your comment. I have a question that the polynomial type is only matching with PengRobinsonGas and it cannot be combined with perfectGas as shown in https://www.cfd-online.com/Forums/openfoam-solving/196625-herhothermo-unknown-psithermo-type.html. So how to use the polynomial type? Can the PengRobinsonGas type be used in this case? |
Transport properties have nothing to do with the equation of state in OpenFOAM. Any definition of the transport properties can be used with the perfect gas. |
Thanks for your reply. Did you mean that the transport model logpolynomial you used for Flame D? or sutherland ? |
In the case setup, you can find the model used here |
OK, thanks very much. I will use the sutherland model. |
Apparently the mechanism data for all the demonstrated cases have been generated for 4th order polynomial fits, consistently with Cantera and Chemkin. While this is not a problem for Sutherland models, using e.g. logPolynomial models results in OpenFOAM crashes due to that OpenFOAM forces 8th order polynomials. The package ct2foam/pyjac2foam can be utilized to properly generate the 8th order polynomial type fits of the mechanism transport data.
The text was updated successfully, but these errors were encountered: