Skip to content

Commit fb4dad7

Browse files
committed
Added non-conservative 2D Euler equations with gravity potential
1 parent a496119 commit fb4dad7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/TrixiAtmo.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ include("callbacks_step/callbacks_step.jl")
3232

3333
export CompressibleMoistEulerEquations2D, ShallowWaterEquations3D,
3434
CovariantLinearAdvectionEquation2D, CovariantShallowWaterEquations2D,
35-
SplitCovariantShallowWaterEquations2D
35+
SplitCovariantShallowWaterEquations2D, CompressibleEulerEquationsWithGravity2D
3636

3737
export GlobalCartesianCoordinates, GlobalSphericalCoordinates
3838

3939
export flux_chandrashekar, FluxLMARS
4040

41+
export flux_nonconservative_waruszewski
42+
4143
export flux_nonconservative_zeros, flux_nonconservative_ec,
4244
source_terms_geometric_coriolis
4345

src/equations/equations.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,5 @@ include("covariant_shallow_water_split.jl")
326326
include("compressible_moist_euler_2d_lucas.jl")
327327
include("shallow_water_3d.jl")
328328
include("reference_data.jl")
329+
include("compressible_euler_gravity_2d.jl")
329330
end # @muladd

0 commit comments

Comments
 (0)