-
Notifications
You must be signed in to change notification settings - Fork 110
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
Combustion simulation #2119
Comments
Compressible Navier-Stokes equations is definitely our business. Maybe also in a pipe if you could start with a 2D setup or have a 3D mesh in a format which Trixi would understand. Chemical reactions are less familiar to most of us. Could you give some details on your model? Is the reaction or the transformation of one species into another something that can be calculated point wise or written as a source term in the equations? |
There are some examples with multi-component compressible Euler which I think are very close. |
okay thank you, I will check them out and see if it can add them to the N-S equations. |
I am currently verifying a set-up of Trixi with multi-species Euler with chemical reactions, hopefully I will have the repo up in a couple of weeks. |
I look forward to see the repo for the multi-species Euler with chemical reactions. |
@sezerh24 The code is available now: https://github.com/knstmrd/paper_ec_trixi_chem |
I am pretty new to trixi.jl. it seems to be a great code though.
is there a way to simulate hydrogen combustion by using compressible N-S equations in a pipe?
The text was updated successfully, but these errors were encountered: