Functions/Subroutines | |
| subroutine | vof3d_compute_flux_x (i, j, k, volume_fraction, vof_case, radius_case, normalx, normaly, normalz, radius) |
| subroutine | vof3d_compute_flux_y (i, j, k, volume_fraction, vof_case, radius_case, normalx, normaly, normalz, radius) |
| subroutine | vof3d_compute_flux_z (i, j, k, volume_fraction, vof_case, radius_case, normalx, normaly, normalz, radius) |
| subroutine mod_vof3d_compute_flux::vof3d_compute_flux_x | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k, | ||
| double precision, dimension(nx,ny,nz), intent(in) | volume_fraction, | ||
| integer, intent(out) | vof_case, | ||
| integer, intent(out) | radius_case, | ||
| double precision, intent(out) | normalx, | ||
| double precision, intent(out) | normaly, | ||
| double precision, intent(out) | normalz, | ||
| double precision, intent(out) | radius ) |
| subroutine mod_vof3d_compute_flux::vof3d_compute_flux_y | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k, | ||
| double precision, dimension(nx,ny,nz), intent(in) | volume_fraction, | ||
| integer, intent(out) | vof_case, | ||
| integer, intent(out) | radius_case, | ||
| double precision, intent(out) | normalx, | ||
| double precision, intent(out) | normaly, | ||
| double precision, intent(out) | normalz, | ||
| double precision, intent(out) | radius ) |
| subroutine mod_vof3d_compute_flux::vof3d_compute_flux_z | ( | integer, intent(in) | i, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k, | ||
| double precision, dimension(nx,ny,nz), intent(in) | volume_fraction, | ||
| integer, intent(out) | vof_case, | ||
| integer, intent(out) | radius_case, | ||
| double precision, intent(out) | normalx, | ||
| double precision, intent(out) | normaly, | ||
| double precision, intent(out) | normalz, | ||
| double precision, intent(out) | radius ) |