dfnTrans
Code for Particle Tracking simulations in 3D DFN
|
#include <FuncDef.h>
Data Fields | |
unsigned int | fracture |
unsigned int | node_ind [3] |
unsigned int | veloc_ind [3] |
unsigned int element::fracture |
fracture ID where cell is located
Definition at line 164 of file FuncDef.h.
Referenced by AcrossIntersection(), AdjacentCells(), CalculatePosition3D(), InitPos(), and ReadDataFiles().
unsigned int element::node_ind[3] |
vertices ID (node indices)
Definition at line 167 of file FuncDef.h.
Referenced by AcrossIntersection(), BoundaryCells(), CalculateCurrentDT(), CalculateLagrangian(), CalculateWeights(), CheckDistance(), CorrectorStep(), FlowInWeight(), InitPos(), InOutFlowCell(), InsideCell(), Moving2Center(), Moving2NextCellBound(), ParticleOutput(), ParticleTrack(), PredictorStep(), and TimeDomainRW().
unsigned int element::veloc_ind[3] |
index of reconstructed velocities at each vertex (index in vertex structure)
Definition at line 170 of file FuncDef.h.
Referenced by AcrossIntersection(), BoundaryCells(), CalculateCurrentDT(), CorrectorStep(), HalfPolygonVelocity(), InOutFlowCell(), PredictorStep(), and ReadDataFiles().