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

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.
 

Detailed Description

Module containing the list of the various phase representations.

Variable Documentation

◆ contact_line_points

type(t_contact_line_point), dimension(:), allocatable variables_multiphase::contact_line_points

The contact line points.

◆ do_compute_contact_line

logical variables_multiphase::do_compute_contact_line

Do compute contact lines or not.

◆ do_compute_interface_curvature

logical variables_multiphase::do_compute_interface_curvature = .false.

True will trigger the curvature computation.

◆ do_compute_interface_normal

logical variables_multiphase::do_compute_interface_normal = .false.

True will trigger the normal computation.

◆ do_compute_levelset_closest_points

logical variables_multiphase::do_compute_levelset_closest_points = .false.

True will trigger the closest points computation.

◆ do_volume_fraction_smoothing

logical variables_multiphase::do_volume_fraction_smoothing = .false.

True if the type contains a smoothed field.

◆ phase_advection_smoothing_length

integer variables_multiphase::phase_advection_smoothing_length = 4

Smoothing length (number of cells)

◆ volume_fraction_smoothing_method

integer variables_multiphase::volume_fraction_smoothing_method = inverse_distance

Smoothing length method.