Skip to content

Commit

Permalink
Added comment about isothermal system in elixir.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Oct 18, 2023
1 parent ad635b4 commit 462bf61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using Trixi
###############################################################################
# semidiscretization of the polytropic Euler equations

gamma = 1.0
gamma = 1.0 # With gamma = 1 the system is isothermal.
kappa = 1.0 # Scaling factor for the pressure.
equations = PolytropicEulerEquations2D(gamma, kappa)

Expand Down

0 comments on commit 462bf61

Please sign in to comment.