MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
mod_srhd.t
Go to the documentation of this file.
1!> Module containing all special relativistic hydrodynamics (with EOS)
2module mod_srhd
4
5 use mod_amrvac
6
7 implicit none
8 public
9
10contains
11
12 subroutine srhd_activate()
13 call srhd_phys_init()
14 end subroutine srhd_activate
15
16end module mod_srhd
This module contains modules that users could want to have in their mod_usr.t code,...
Definition mod_amrvac.t:3
Special Relativistic Hydrodynamics (with EOS) physics module.
subroutine, public srhd_phys_init()
Initialize the module.
Module containing all special relativistic hydrodynamics (with EOS)
Definition mod_srhd.t:2
subroutine srhd_activate()
Definition mod_srhd.t:13