|
| subroutine | mod_smooth_volume_fraction::smooth_volume_fraction_inverse_distance (phase, boundary_condition) |
| | Smooth volume fraction thanks to an inverse distance weighting method.
|
| |
| subroutine | mod_smooth_volume_fraction::smooth_volume_fraction_cubic_b_spline_kernel (phase, boundary_condition) |
| | Smooth volume fraction thanks to a cubic B-spline kernel convolution.
|
| |
| subroutine | mod_smooth_volume_fraction::compute_smoothing_coef_2d (smoothing_coef, extension, h, i, j) |
| | Compute smoothing coefficient with cubic_b_spline_kernel (2D)
|
| |
| subroutine | mod_smooth_volume_fraction::compute_smoothing_coef_3d (smoothing_coef, extension, h, i, j, k) |
| | Compute smoothing coefficient with cubic_b_spline_kernel (3D)
|
| |
| double precision function | mod_smooth_volume_fraction::cubic_b_spline_kernel (x) |
| | Cubic B-spline kernel.
|
| |