MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Calculate the time step associated with the usr drag force. More...
Public Member Functions | |
subroutine | phys_dust_get_dt (w, ixIL, ixOL, dtdust, dxD, x, dust_n_species) |
Calculate the time step associated with the usr drag force.
Definition at line 266 of file mod_usr_methods.t.
subroutine mod_usr_methods::phys_dust_get_dt::phys_dust_get_dt | ( | double precision, dimension(ixi^s,1:nw), intent(in) | w, |
integer, intent(in) | ixI, | ||
integer, intent(in) | L, | ||
integer, intent(in) | ixO, | ||
L, | |||
double precision, dimension(1:dust_n_species), intent(inout) | dtdust, | ||
double precision, intent(in) | dx, | ||
double precision, intent(in) | D, | ||
double precision, dimension(ixi^s,1:ndim), intent(in) | x, | ||
integer, intent(in) | dust_n_species | ||
) |
Definition at line 266 of file mod_usr_methods.t.