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

ab initio potentials based collision submodel #6

Open
zhulianhua opened this issue Apr 3, 2019 · 3 comments
Open

ab initio potentials based collision submodel #6

zhulianhua opened this issue Apr 3, 2019 · 3 comments

Comments

@zhulianhua
Copy link

Hi, I've implemented the ab initio potentials based collision submodel AbInitio. It would be interesting if it can be integrated into the OpenFOAM-MNF. #3

@craigwhite87
Copy link
Contributor

craigwhite87 commented Apr 5, 2019

I have also been working with Prof. Sharipov to introduce the ab initio collision model. Your implementation looks slightly more polished than mine currently. Do you have results comparing the heat flux and shear stress to Prof. Sharipov's Couette and Fourier flow cases? I have achieved agreement to within fractions of a percent of each of his, with the last step to achieving this being the interpolation between sigmaT values. We should also check with Prof. Sharipov that he is happy for it to be included in release of the code along with the look up tables.

@zhulianhua
Copy link
Author

zhulianhua commented Apr 5, 2019

Hi Criag,
Glad to hear you are already working on that. I've made validation of the He4 Couette flow at delta = 1 at various equilibrium temperature from 1K to 3000K, with one of his paper in 2018. The validation results are given as iPython Notebook. (https://github.com/zhulianhua/AbInitio/blob/master/demo/validate_AbInitio.ipynb). For that case, I didn't use the interpolation of sigmaT, but I made this hidden option (by default disabled) available already in the code (zhulianhua/AbInitio@705c2fb). The relative difference in the non-dimensional shear stress is less than 0.051% with respect to the result in his paper.

@zhulianhua
Copy link
Author

One case for the validtion is given here (https://github.com/zhulianhua/AbInitio/tree/master/demo/Couette_He4_delta_1_10K)

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

No branches or pull requests

2 participants