Blender V2.61 - r43446
Classes | Defines

controlparticles.h File Reference

#include "ntl_geometrymodel.h"

Go to the source code of this file.

Classes

class  ControlForces
class  ControlParticle
class  ControlParticleSet
class  ControlParticles

Defines

#define MAGNITUDE(a)   norm(a)
#define CP_PI   ((LbmFloat)3.14159265358979323846)
#define CP_PROJECT2D   1
#define CPF_MAXDINIT   10000.

Detailed Description

Definition in file controlparticles.h.


Define Documentation

#define CP_PI   ((LbmFloat)3.14159265358979323846)

Definition at line 45 of file controlparticles.h.

Referenced by ControlParticles::calculateKernelWeight().

#define CP_PROJECT2D   1

Definition at line 49 of file controlparticles.h.

#define CPF_MAXDINIT   10000.

Definition at line 53 of file controlparticles.h.

Referenced by LbmFsgrSolver::cpDebugDisplay(), and ControlForces::resetForces().

#define MAGNITUDE (   a)    norm(a)

Definition at line 42 of file controlparticles.h.

Referenced by ControlParticles::calculateCpInfluenceOpt().