MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
mod_ffhd.t
Go to the documentation of this file.
1 module mod_ffhd
2  use mod_ffhd_phys
3  use mod_amrvac
4 
5  implicit none
6  public
7 contains
8 
9  subroutine ffhd_activate()
10  call ffhd_phys_init()
11  end subroutine ffhd_activate
12 end module mod_ffhd
This module contains modules that users could want to have in their mod_usr.t code,...
Definition: mod_amrvac.t:3
Frozen-field hydrodynamics module.
Definition: mod_ffhd_phys.t:2
subroutine, public ffhd_phys_init()
subroutine ffhd_activate()
Definition: mod_ffhd.t:10