|
dfnTrans
Code for Particle Tracking simulations in 3D DFN
|
Data Fields | |
| unsigned int | times |
| double | position2d [2] |
| double | position3d [3] |
| double | velocity3d [3] |
| unsigned int | cellp |
| unsigned int | fracturep |
| double | timep |
| double | betap |
| double | length_t |
| double | pressure |
structure of the particle data, saved temporary for output purpose
Definition at line 41 of file TrackingPart.c.
| double tempout::betap |
Definition at line 51 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().
| unsigned int tempout::cellp |
Definition at line 48 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().
| unsigned int tempout::fracturep |
Definition at line 49 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().
| double tempout::length_t |
Definition at line 52 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().
| double tempout::position2d[2] |
Definition at line 45 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().
| double tempout::position3d[3] |
Definition at line 46 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().
| double tempout::pressure |
Definition at line 53 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().
| double tempout::timep |
Definition at line 50 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().
| unsigned int tempout::times |
Definition at line 44 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().
| double tempout::velocity3d[3] |
Definition at line 47 of file TrackingPart.c.
Referenced by ParticleOutput(), and ParticleTrack().