sandialabs / TChem

TChem - A Software Toolkit for the Analysis of Complex Kinetic Models
BSD 2-Clause "Simplified" License
54 stars 21 forks source link

Use as a subproject and stream echo. #6

Closed mmcgurn closed 1 year ago

mmcgurn commented 1 year ago

Hi! Thanks for the help with the Tines PR. We are now working on finishing our TChem integration into to our software ABLATE to compute/integrate chemical reaction source terms for our compressible flow solver. There were a few things in TChem that we found that prevented us from using the main repo and I hoping to work on integrating them back to the main repo. This PR:

Please let me know if you have any questions or how I can change things to help get this integrated.

odiazib commented 1 year ago

Hi, We approve this PR. However, we will add ifdef guards (#if !defined(__CUDA_ARCH__)) to avoid compilation errors in cuda when using std:cout.