Skip to content

Need to get NASA polynomial fitted to a standardized temperature range #2689

Answered by CMDePompa
CMDePompa asked this question in Q&A
Discussion options

You must be logged in to vote

Update: I figured it out. For anyone else who needs to make these adjustments as well, here's my solution:

Find "thermo.py" in the source code, which for most folks will be inside the Docker image (/rmg/RMG-Py/arkane/thermo.py) and open the file editor in Docker. Make the following changes to the source code, save, and run Arkane as usual.

In line 119:
the original code is: Tlist = np.arange(10.0, 3001.0, 10.0, float)
where 10.0 is the low temperature, 3001.0 is the high temperature, and 10.0 is the step, or spacing between values in the list. Adjust those values to whatever matches your needs, and keep the decimal points and "float" keyword.

In line 156:
the original code is: species.the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JacksonBurns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant