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

Combustion simulation #2119

Open
sezerh24 opened this issue Oct 18, 2024 · 7 comments
Open

Combustion simulation #2119

sezerh24 opened this issue Oct 18, 2024 · 7 comments

Comments

@sezerh24
Copy link

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?

@benegee
Copy link
Contributor

benegee commented Oct 18, 2024

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?

@sezerh24
Copy link
Author

image
Eq 1 is the momentum equation
Eq 2 is the energy equation
Eq 3 is the species transport equation ( Scalar transport equation)
in Trixi.jl it seems that eqs. (1-2) are available. The equation 3 is just a scalar transport equation for one specie. If we have N species, we would have to put N scalar transport equations.
is it possible to solve the set of 3 equations given the above example? if so, Trixi.jl can be a very good option for the combustion community.

@jlchan
Copy link
Contributor

jlchan commented Oct 18, 2024

There are some examples with multi-component compressible Euler which I think are very close.

@sezerh24
Copy link
Author

okay thank you, I will check them out and see if it can add them to the N-S equations.

@knstmrd
Copy link

knstmrd commented Oct 22, 2024

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.

@sezerh24
Copy link
Author

sezerh24 commented Nov 8, 2024

I look forward to see the repo for the multi-species Euler with chemical reactions.

@knstmrd
Copy link

knstmrd commented Nov 18, 2024

@sezerh24 The code is available now: https://github.com/knstmrd/paper_ec_trixi_chem

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

4 participants