Skip to content

Commit

Permalink
Added visco-resistive MHD in 2d.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Dec 14, 2023
1 parent 6d6edfc commit b466d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/equations/equations_parabolic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ include("compressible_navier_stokes_3d.jl")
# Resistive and visuous MHD
abstract type AbstractViscoResistiveMhd{NDIMS, NVARS} <:
AbstractEquationsParabolic{NDIMS, NVARS, GradientVariablesConservative} end
include("visco_resistive_mhd_2d.jl")
include("visco_resistive_mhd_3d.jl")

0 comments on commit b466d80

Please sign in to comment.