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

Functions/Subroutines

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