Solver Parameters

A SolverParams object is a WAVI.jl object that stores parameters related to the numerical solution of the governing equations. The following table summarises these parameters

Keyword ArgumentDescriptionDefault Value
n_iter_viscosityMaximum number of iterations used in determining implicit viscosity2
maxiter_picardNumber of Picard iterations in velocity solve30
tol_picardTolerance at which Picard iteration considered to have converged1e-5
tol_coarseRelative tolerance at which the adaptive mesh is coarsened∘C/m
maxiter_coarseMaximum number of coarsening iterations1000
levelsNumber of wavelet levels3
wavelet_threshold10.0
nsmooth5
smoother_omega1.0
stencil_margin3