MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Module containing the physics routines for scalar advection. More...
Functions/Subroutines | |
subroutine, public | rho_phys_init () |
subroutine, public | rho_get_v (w, x, ixil, ixol, idim, v, centered) |
Variables | |
integer, public, protected | rho_ = 1 |
logical, public, protected | rho_particles = .false. |
Whether particles module is added. | |
double precision, dimension(^nd), public, protected | rho_v = 1.0d0 |
Module containing the physics routines for scalar advection.
subroutine, public mod_rho_phys::rho_get_v | ( | double precision, dimension(ixi^s, nw), intent(in) | w, |
double precision, dimension(ixi^s, 1:^nd), intent(in) | x, | ||
integer, intent(in) | ixi, | ||
integer, intent(in) | l, | ||
integer, intent(in) | ixo, | ||
l, | |||
integer, intent(in) | idim, | ||
double precision, dimension(ixi^s), intent(out) | v, | ||
logical, intent(in) | centered | ||
) |
subroutine, public mod_rho_phys::rho_phys_init |
integer, public, protected mod_rho_phys::rho_ = 1 |
Definition at line 7 of file mod_rho_phys.t.
logical, public, protected mod_rho_phys::rho_particles = .false. |
Whether particles module is added.
Definition at line 10 of file mod_rho_phys.t.
double precision, dimension(^nd), public, protected mod_rho_phys::rho_v = 1.0d0 |
Definition at line 12 of file mod_rho_phys.t.