Lagrangian Particle Code for The Simulation of 2D/3D Fluid Dynamics
|
This header file contains classes for creating particles based on the 2D and 3D hexagonal close packing. More...
#include <cstddef>
#include <cmath>
Go to the source code of this file.
Classes | |
class | HexagonalPacking2D |
Computes the 2D Cartesian coordinates of a particle based on the hexagonal close packing. More... | |
class | HexagonalPacking3D |
Computes the 3D Cartesian coordinates of a particle based on the hexagonal close packing. More... | |
This header file contains classes for creating particles based on the 2D and 3D hexagonal close packing.
Refer to http://en.wikipedia.org/wiki/Close-packing_of_equal_spheres for the hexagonal close packing
Created on: 2014/05/01