Skip to content
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

add class Flame_1D and function fit_transport_data #33

Merged
merged 3 commits into from
Jul 10, 2020

Conversation

ZhiyuShi
Copy link
Collaborator

No description provided.

binary_diff_coeffs_list, binary_diff_coeffs_poly = binary_diff_coeffs(gas, T_list, p, comp)
thermal_conductivity_list, thermal_conductivity_poly = thermal_conductivity(gas, T_list, p, comp)

np.save('mech/transfit/species_viscosities_poly', species_viscosities_poly)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not urgent.
In the future, we can check whether the folder mech/transit exists. If it does not exist, we can then create one here.

else:
self.device = device

self.tct = tct
Copy link
Contributor

@jiweiqi jiweiqi Jul 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also not urgent.
We can change .tct to .sol in this file, to better connect the name with the class Solution.
Ln 26/30/69-74/. You can simply replace all tct to sol in this file.

@jiweiqi jiweiqi linked an issue Jul 10, 2020 that may be closed by this pull request
@jiweiqi jiweiqi merged commit 65df948 into DENG-MIT:master Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement transport data and diffusion term
2 participants