MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
mod_ffhd.t
Go to the documentation of this file.
1module mod_ffhd
3 use mod_amrvac
4
5 implicit none
6 public
7contains
8
9 subroutine ffhd_activate()
10 call ffhd_phys_init()
11 end subroutine ffhd_activate
12end 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.
subroutine, public ffhd_phys_init()
subroutine ffhd_activate()
Definition mod_ffhd.t:10