palSPHFluid Class Reference

#include <palFluid.h>

Inheritance diagram for palSPHFluid:

palParticleFluid

List of all members.

Public Member Functions

virtual void Init ()=0


Detailed Description

A smoothed particle hydrodynamics based fluid class.

Member Function Documentation

virtual void palSPHFluid::Init (  )  [pure virtual]

Initializes the fluid. This must be the first call to create the fluid structures. This can then be followed by AddParticle and then Finalize. Pseudo-Example:

	palFluid *pf;
	pf->Init();
	pf->AddParticle();
	pf->Finalize();
	


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

Generated on Mon Aug 31 13:58:02 2009 for pal by  doxygen 1.5.7.1