Functions/Subroutines | |
| subroutine | compute_phi_velocity (phi_velocity, volume_fraction, face_diffusion_coefficient, henry_coefficient, compute_velocity_method) |
| subroutine | compute_psi_without_rho (volume_fraction_n, henry_coefficient, face_psi, cell_psi) |
| subroutine mod_compute_phi_velocity::compute_phi_velocity | ( | type(t_face_field), intent(inout) | phi_velocity, |
| double precision, dimension(:,:,:), intent(in) | volume_fraction, | ||
| type(t_face_field), intent(in) | face_diffusion_coefficient, | ||
| double precision, dimension(:,:,:), intent(in) | henry_coefficient, | ||
| integer, intent(in) | compute_velocity_method ) |
| subroutine mod_compute_phi_velocity::compute_psi_without_rho | ( | double precision, dimension(:,:,:), intent(in) | volume_fraction_n, |
| double precision, dimension(:,:,:), intent(in) | henry_coefficient, | ||
| type(t_face_field), intent(inout), optional | face_psi, | ||
| double precision, dimension(:,:,:), intent(inout), optional | cell_psi ) |