MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Functions/Subroutines | Variables
mod_rho_phys Module Reference

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
 

Detailed Description

Module containing the physics routines for scalar advection.

Function/Subroutine Documentation

◆ rho_get_v()

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 
)

Definition at line 123 of file mod_rho_phys.t.

Here is the call graph for this function:

◆ rho_phys_init()

subroutine, public mod_rho_phys::rho_phys_init

Definition at line 56 of file mod_rho_phys.t.

Here is the call graph for this function:

Variable Documentation

◆ rho_

integer, public, protected mod_rho_phys::rho_ = 1

Definition at line 7 of file mod_rho_phys.t.

◆ rho_particles

logical, public, protected mod_rho_phys::rho_particles = .false.

Whether particles module is added.

Definition at line 10 of file mod_rho_phys.t.

◆ rho_v

double precision, dimension(^nd), public, protected mod_rho_phys::rho_v = 1.0d0

Definition at line 12 of file mod_rho_phys.t.