Hello, my professor gave me a problem to solve, and in order to solve the problem, I have to modify the compressible navier-strokes equation 2D that already in trixi documentation into fully compressible reactive unsteady 2D navier-strokes equation. I am very new to trixi and julia and even programming, I just learned trixi and julia last week from tutorials, I have been looking into the compressible navier strokes equation codes from yesterday, but until now I could not figure out how to modify the code for my own useage. Please help me someone in my issue. I am freaking out inside.
Which code are you talking about?
Trixi.jl/src/equations/compressible_navier_stokes_2d.jl at main · trixi-framework/Trixi.jl · GitHub
I have to modify this compressible navier strokes equation into fully compressible unsteady navier strokes equation.
Do you have a test case? I would always start with a simple test case.
And do you have a mathematical formulation of the “compressible unsteady navier strokes equation”?
I have to modify the equation based on this screenshot
thanks for the shared link, I need to modify the number three equation and have to add number 4 equation to make it fully compressible navier-stroke equation from compressible navier strokes equation. Can you help me to understand or share some documentation that can help me to understand how to add or modify the equation? It will be a big help. I am trying to figure out this from yesterday, but since I am very new to these I cant seems to understand anything, which is making me frustrated.
The equation that I have to modify and add I am sharing here

please help me, someone ![]()
This is the abstract of the paper.

Based on what you describe, it looks like you need to write a new set of equations. We have several tutorials describing this process, e.g.,
- 11 Adding a new scalar conservation law · Trixi.jl
- 12 Adding a non-conservative equation · Trixi.jl
- 14 Adding new parabolic terms · Trixi.jl
Do you have any specific questions we hay help to answer?


