#include <Fluid3dSolver.h>
Inheritance diagram for Fluid3dSolver::Advection:
Public Member Functions | |
void | setVoxelSize (float voxelSize) |
void | setUniformAdvection (const Math::Vector3d &uniformAdvection) |
void | run (float timestep) |
|
Performs one computation step of the advection.
|
|
Sets the uniform advection (same for all cells).
|
|
Sets the voxel size of the computation domain.
|