Blender V2.61 - r43446
Classes | Defines | Typedefs

parametrizer.h File Reference

#include "utilities.h"
#include "attributes.h"

Go to the source code of this file.

Classes

class  Parametrizer
 output parameter debug message? More...

Defines

#define PARAM_RELAXTIME   (1<< 0)
#define PARAM_REYNOLDS   (1<< 1)
#define PARAM_VISCOSITY   (1<< 2)
#define PARAM_SOUNDSPEED   (1<< 3)
#define PARAM_DOMAINSIZE   (1<< 4)
#define PARAM_GRAVITY   (1<< 5)
#define PARAM_STEPTIME   (1<< 7)
#define PARAM_SIZE   (1<< 8)
#define PARAM_TIMEFACTOR   (1<< 9)
#define PARAM_ANIFRAMETIME   (1<<11)
#define PARAM_ANISTART   (1<<12)
#define PARAM_SURFACETENSION   (1<<13)
#define PARAM_DENSITY   (1<<14)
#define PARAM_GSTAR   (1<<16)
#define PARAM_SIMMAXSPEED   (1<<18)
#define PARAM_FLUIDVOLHEIGHT   (1<<19)
#define PARAM_NORMALIZEDGSTAR   (1<<20)
#define PARAM_NUMIDS   21

Typedefs

typedef double ParamFloat
typedef ntlVec3d ParamVec

Detailed Description

Definition in file parametrizer.h.


Define Documentation

#define PARAM_ANIFRAMETIME   (1<<11)
#define PARAM_ANISTART   (1<<12)
#define PARAM_DENSITY   (1<<14)
#define PARAM_DOMAINSIZE   (1<< 4)
#define PARAM_FLUIDVOLHEIGHT   (1<<19)

Definition at line 40 of file parametrizer.h.

Referenced by Parametrizer::setFluidVolumeHeight().

#define PARAM_GRAVITY   (1<< 5)
#define PARAM_GSTAR   (1<<16)
#define PARAM_NORMALIZEDGSTAR   (1<<20)
#define PARAM_NUMIDS   21

Definition at line 42 of file parametrizer.h.

Referenced by Parametrizer::calculateAllMissingValues().

#define PARAM_RELAXTIME   (1<< 0)

flags to check which values are known

Definition at line 25 of file parametrizer.h.

#define PARAM_REYNOLDS   (1<< 1)

Definition at line 26 of file parametrizer.h.

#define PARAM_SIMMAXSPEED   (1<<18)

Definition at line 39 of file parametrizer.h.

Referenced by Parametrizer::setSimulationMaxSpeed().

#define PARAM_SIZE   (1<< 8)
#define PARAM_SOUNDSPEED   (1<< 3)

Definition at line 28 of file parametrizer.h.

Referenced by Parametrizer::parseAttrList(), and Parametrizer::setSoundSpeed().

#define PARAM_STEPTIME   (1<< 7)
#define PARAM_SURFACETENSION   (1<<13)

Definition at line 36 of file parametrizer.h.

Referenced by Parametrizer::calculateAllMissingValues().

#define PARAM_TIMEFACTOR   (1<< 9)

Definition at line 33 of file parametrizer.h.

Referenced by Parametrizer::parseAttrList(), and Parametrizer::setTimeFactor().

#define PARAM_VISCOSITY   (1<< 2)

Typedef Documentation

typedef double ParamFloat

Definition at line 21 of file parametrizer.h.

typedef ntlVec3d ParamVec

Definition at line 22 of file parametrizer.h.