MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Calculate the 3d drag force of gas onto dust. More...
Public Member Functions | |
subroutine | phys_dust_get_3d_dragforce (ixIL, ixOL, w, x, fdrag, ptherm, vgas, dust_n_species) |
Calculate the 3d drag force of gas onto dust.
Definition at line 255 of file mod_usr_methods.t.
subroutine mod_usr_methods::phys_dust_get_3d_dragforce::phys_dust_get_3d_dragforce | ( | integer, intent(in) | ixI, |
integer, intent(in) | L, | ||
integer, intent(in) | ixO, | ||
L, | |||
double precision, dimension(ixi^s, 1:nw), intent(in) | w, | ||
double precision, dimension(ixi^s, 1:ndim), intent(in) | x, | ||
double precision, dimension(ixi^s, 1:ndir, 1:dust_n_species), intent(out) | fdrag, | ||
double precision, dimension(ixi^s), intent(in) | ptherm, | ||
double precision, dimension(ixi^s, ndir), intent(in) | vgas, | ||
integer, intent(in) | dust_n_species | ||
) |
Definition at line 255 of file mod_usr_methods.t.