Class SurfaceTension_Becker2007
Defined in File SurfaceTension_Becker2007.h
Inheritance Relationships
Base Type
public SPH::NonPressureForceBase(Class NonPressureForceBase)
Class Documentation
-
class SurfaceTension_Becker2007 : public SPH::NonPressureForceBase
This class implements the surface tension method introduced by Becker and Teschner [BT07].
References:
[BT07] Markus Becker and Matthias Teschner. Weakly compressible SPH for free surface flows. In ACM SIGGRAPH/Eurographics Symposium on Computer Animation, SCA ‘07, 209-217. Aire-la-Ville, Switzerland, Switzerland, 2007. Eurographics Association. URL: http://dl.acm.org/citation.cfm?id=1272690.1272719
Public Functions
-
SurfaceTension_Becker2007(FluidModel *model)
-
virtual ~SurfaceTension_Becker2007(void)
-
inline virtual std::string getMethodName()
returns the name of the method
-
virtual void step()
-
virtual void reset()
Public Static Functions
-
static inline NonPressureForceBase *creator(FluidModel *model)
Public Static Attributes
-
static std::string METHOD_NAME = "Becker & Teschner 2007"
-
static int SURFACE_TENSION = -1
-
static int SURFACE_TENSION_BOUNDARY = -1
Protected Functions
-
virtual void initParameters()