#include <vector>
#include <cmath>
#include "structures.h"
#include "smoke.h"
#include "puff.h"
Go to the source code of this file.
Namespaces | |
namespace | std |
Defines | |
#define | DAMPING 4000.0 |
The linear damping coefficient. | |
#define | DAMPING_SQUARE 3000.0 |
The quadratic coefficient. | |
#define | GRAVITY 9.81 |
The gravity acceleration. | |
#define | EDGE_DENSITY 1200.0 |
The edge density. | |
#define | EDGE_STIFFNESS 10000000.0 |
The edge stiffness. | |
#define | EDGE_TENSION_THRESHOLD 0.038 |
The edge tension threshold. | |
#define | EDGE_PRESSURE_THRESHOLD -0.050 |
The edge pressure threshold. |