version 0.6.0
type_levelset_reinit_parameters::t_levelset_reinit_parameters Type Reference

Public Attributes

integer method = default_levelset_reinit_method
 The reinitialization method (see enum_levelset_reinit_method)
 
integer frequency = default_levelset_reinit_frequency
 The frequency of reinitialization (every N time steps)
 
logical use_filter = default_levelset_reinit_use_filter
 
double precision curvature_filter = default_levelset_reinit_curvature_filter
 The curvature filter parameter (the number of circle's radius)
 
integer niterations_min = default_niterations_min
 The min/max number of iterations factor (times ls band_width)
 
integer niterations_max = default_niterations_max
 
double precision min_error_var_percent = default_min_error_var_percent
 The min (absolute) error varition (as a ratio, positive) between 2 iterations. More...
 
integer niterations_smoothing = default_niterations_smoothing
 The number of sub iterations (inside the reinit iterations) for smoothing the cells far from the interface.
 
logical heat_smoothing = default_heat_smoothing
 Apply a supplementary heat smoothing. Useful for complex flows far from the interface.
 

Member Data Documentation

◆ min_error_var_percent

double precision type_levelset_reinit_parameters::t_levelset_reinit_parameters::min_error_var_percent = default_min_error_var_percent
Note
if the error variation between two iterations is less than min_error_var_percent then the algorithm stops.

The documentation for this type was generated from the following file: