|
ESyS-Particle
4.0.1
|
Class for the generation of a layered 2D random lattice in a rectangular area. More...
#include <LayeredBlock.h>


Public Member Functions | |
| CLayeredBlock2D (double, double, double, double, double, double) | |
| void | addLayerBoundary (double) |
| virtual void | generate (int, unsigned int) |
Public Member Functions inherited from CRandomBlock2D | |
| CRandomBlock2D (double, double, double, double, double, double, double, bool circ_x=false) | |
| virtual void | insertParticle (const SimpleParticle) |
| virtual void | tagParticleClosestTo (const Vec3 &, int) |
| virtual void | tagEdgeY (int, int, double) |
| virtual void | tagEdgeZ (int, int, double) |
| virtual void | writeToGeoFile (const string &) |
| virtual double | calcPorosity () |
| virtual vector< pair< double, double > > | getSizeDistribution (int) |
Additional Inherited Members | |
Protected Member Functions inherited from CRandomBlock2D | |
| virtual Vec3 | getAPoint () |
| virtual int | getNParts () const |
Protected Attributes inherited from CRandomBlock2D | |
| double | m_maxConnDist |
Static Protected Attributes inherited from ARandomAssembly | |
| static double | m_small_value = 1e-7 |
Class for the generation of a layered 2D random lattice in a rectangular area.
|
virtual |
Fill the space in the block
| tries | number of times the insertion of a particle is tried |
| seed | seed for the random number generator |
Reimplemented from CRandomBlock2D.
References CRandomBlock2D::generate().

1.8.1.2