Lagrangian Liquid Simulation
Master Thesis project on simulation of liquids using Lagrangian approach and SPH
include/Solver.h File Reference

the main class that manages the SPH simulation More...

#include "vector"
#include "ngl/TransformStack.h"
#include "ngl/Obj.h"
#include "ngl/BBox.h"
#include "ShaderLibrary.h"
#include "Neighbour.h"
#include "Environment.h"
#include "FluidParticle.h"
Include dependency graph for Solver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Solver
 creates fluid particles and perform SPH fluid simulation at every iteration More...

Typedefs

typedef std::vector
< FluidParticle
ParticleVector

Detailed Description

the main class that manages the SPH simulation

Author:
Perseedoss Rajiv
Version:
1.0
Date:
17.06.11 Revision History : Initial Version 17.06.11

Definition in file Solver.h.


Typedef Documentation

typedef std::vector<FluidParticle> ParticleVector

Definition at line 15 of file Solver.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator