[][src]Module salva3d::solver

Algorithms for solving pressure, viscosity, surface tension, etc.

Structs

Akinci2013SurfaceTension

Surface tension method introduced by Akinci et al. 2013

ArtificialViscosity

Implements artificial viscosity.

Becker2009Elasticity

Elasticity based on the method from Becker et al. 2009.

DFSPHSolver

A DFSPH (Divergence Free Smoothed Particle Hydrodynamics) pressure solver.

DFSPHViscosity

Viscosity introduced with the Viscous DFSPH method.

He2014SurfaceTension

Surface tension method introduced by He et al. 2014

IISPHSolver

A IISPH (Implicit Incompressible Smoothed Particle Hydrodynamics) pressure solver.

WCSPHSurfaceTension

Surface tension method introduced by the WCSPH method.

XSPHViscosity

Implements the viscosity model introduced with the XSPH method.

Traits

NonPressureForce

Trait implemented by non-pressure forces.

PressureSolver

Trait implemented by pressure solvers.