Module containing the list of the various phase representations. More...
Variables | |
| logical | do_compute_interface_normal = .false. |
| True will trigger the normal computation. | |
| logical | do_compute_interface_curvature = .false. |
| True will trigger the curvature computation. | |
| logical | do_volume_fraction_smoothing = .false. |
| True if the type contains a smoothed field. | |
| integer | volume_fraction_smoothing_method = inverse_distance |
| Smoothing length method. | |
| integer | phase_advection_smoothing_length = 4 |
| Smoothing length (number of cells) | |
| logical | do_compute_levelset_closest_points = .false. |
| True will trigger the closest points computation. | |
| logical | do_compute_contact_line |
| Do compute contact lines or not. | |
| type(t_contact_line_point), dimension(:), allocatable | contact_line_points |
| The contact line points. | |
Module containing the list of the various phase representations.
| type(t_contact_line_point), dimension(:), allocatable variables_multiphase::contact_line_points |
The contact line points.
| logical variables_multiphase::do_compute_contact_line |
Do compute contact lines or not.
| logical variables_multiphase::do_compute_interface_curvature = .false. |
True will trigger the curvature computation.
| logical variables_multiphase::do_compute_interface_normal = .false. |
True will trigger the normal computation.
| logical variables_multiphase::do_compute_levelset_closest_points = .false. |
True will trigger the closest points computation.
| logical variables_multiphase::do_volume_fraction_smoothing = .false. |
True if the type contains a smoothed field.
| integer variables_multiphase::phase_advection_smoothing_length = 4 |
Smoothing length (number of cells)
| integer variables_multiphase::volume_fraction_smoothing_method = inverse_distance |
Smoothing length method.