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

Functions/Subroutines

subroutine zanutto_compute_species_mass_transfer (cell_mass_transfer_flux, volume_fraction_n, species_concentration_np1, species_diffusion_coefficient, henry_coefficient, second_term_method)
 
subroutine compute_first_term_zanutto_mass_transfer (cell_first_term, volume_fraction_n, species_concentration_np1, species_diffusion_coefficient, henry_coefficient)
 
subroutine compute_second_term_zanutto_mass_transfer (cell_second_term, volume_fraction_n, species_concentration_np1, species_diffusion_coefficient, henry_coefficient, compute_term_method)
 
subroutine compute_psi (volume_fraction_n, species_concentration_np1, henry_coefficient, face_psi, cell_psi)
 

Function/Subroutine Documentation

◆ compute_first_term_zanutto_mass_transfer()

subroutine mod_apply_zanutto_mass_transfer_method::compute_first_term_zanutto_mass_transfer ( double precision, dimension(:,:,:), intent(inout) cell_first_term,
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 )

◆ compute_psi()

subroutine mod_apply_zanutto_mass_transfer_method::compute_psi ( double precision, dimension(:,:,:), intent(in) volume_fraction_n,
double precision, dimension(:,:,:), intent(in) species_concentration_np1,
double precision, dimension(:,:,:), intent(in) henry_coefficient,
type(t_face_field), intent(inout), optional face_psi,
double precision, dimension(:,:,:), intent(inout), optional cell_psi )
Parameters
[in]henry_coefficientArguments

Local variables

◆ compute_second_term_zanutto_mass_transfer()

subroutine mod_apply_zanutto_mass_transfer_method::compute_second_term_zanutto_mass_transfer ( double precision, dimension(:,:,:), intent(inout) cell_second_term,
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) compute_term_method )

◆ zanutto_compute_species_mass_transfer()

subroutine mod_apply_zanutto_mass_transfer_method::zanutto_compute_species_mass_transfer ( double precision, dimension(:,:,:), intent(inout) cell_mass_transfer_flux,
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 second_term_method )