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