Functions/Subroutines | |
| subroutine | compute_surface_tension_height_function (phase, sigma, surface_tension_term) |
| Compute the surface tension term following the Height function method. | |
| subroutine | compute_curvature_on_faces_height_function_2d (curvature_on_faces, vf, curvature) |
| subroutine | compute_curvature_on_faces_height_function_3d (curvature_on_faces, vf, curvature) |
| subroutine mod_compute_surface_tension_height_function::compute_curvature_on_faces_height_function_2d | ( | type(t_face_field), intent(inout) | curvature_on_faces, |
| double precision, dimension(:,:,:), intent(in) | vf, | ||
| double precision, dimension(:,:,:), intent(in) | curvature ) |
| subroutine mod_compute_surface_tension_height_function::compute_curvature_on_faces_height_function_3d | ( | type(t_face_field), intent(inout) | curvature_on_faces, |
| double precision, dimension(:,:,:), intent(in) | vf, | ||
| double precision, dimension(:,:,:), intent(in) | curvature ) |