DENG-MIT / Arrhenius.jl

Differentiable Reacting Flow Modeling Software
https://deng-mit.github.io/Arrhenius.jl/dev/
MIT License
58 stars 21 forks source link

Divide the interpretation of kinetic model into three parts #72

Open jiweiqi opened 3 years ago

jiweiqi commented 3 years ago

https://github.com/DENG-MIT/Arrhenius.jl/blob/51a2f3d87e9f4e1643b66b05282d2d98b96cd9aa/src/Solution.jl#L9

Currently, the interpretation of kinetic, thermodynamic, and transport are coded together. It will be great to spill them into three parts, to make the code more modulized.