0.6.0
Loading...
Searching...
No Matches
mod_compute_mass_transfer_velocity Module Reference

Functions/Subroutines

subroutine compute_mass_transfer_velocity (mass_transfer_velocity, volume_fraction_n, species_concentration_np1, species_diffusion_coefficient, henry_coefficient, term_method)
 

Function/Subroutine Documentation

◆ compute_mass_transfer_velocity()

subroutine mod_compute_mass_transfer_velocity::compute_mass_transfer_velocity ( type(t_face_field), intent(inout) mass_transfer_velocity,
double precision, dimension(:,:,:), intent(in) volume_fraction_n,
double precision, dimension(:,:,:), intent(in) species_concentration_np1,
double precision, dimension(:), intent(in) species_diffusion_coefficient,
double precision, dimension(:,:,:), intent(in) henry_coefficient,
integer, intent(in), optional term_method )