MPI-AMRVAC 3.2
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
4 use mod_amrvac
5
6 implicit none
7 public
8contains
9
10 subroutine ffhd_activate()
11 call ffhd_phys_init()
12 call ffhd_link_eos()
13 end subroutine ffhd_activate
14end module mod_ffhd
This module contains modules that users could want to have in their mod_usr.t code,...
Definition mod_amrvac.t:3
FFHD <-> EoS seam: binds the eos% authority into force-free hydrodynamics.
subroutine, public ffhd_link_eos()
Link the appropriate EoS conversion/closure routines per eos_type. Called from ffhd_activate after ff...
Frozen-field hydrodynamics module.
subroutine, public ffhd_phys_init()
subroutine ffhd_activate()
Definition mod_ffhd.t:11