dfnTrans
Code for Particle Tracking simulations in 3D DFN
tempout Struct Reference

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
 

Detailed Description

structure of the particle data, saved temporary for output purpose

Definition at line 41 of file TrackingPart.c.

Field Documentation

◆ betap

double tempout::betap

Definition at line 51 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().

◆ cellp

unsigned int tempout::cellp

Definition at line 48 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().

◆ fracturep

unsigned int tempout::fracturep

Definition at line 49 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().

◆ length_t

double tempout::length_t

Definition at line 52 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().

◆ position2d

double tempout::position2d[2]

Definition at line 45 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().

◆ position3d

double tempout::position3d[3]

Definition at line 46 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().

◆ pressure

double tempout::pressure

Definition at line 53 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().

◆ timep

double tempout::timep

Definition at line 50 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().

◆ times

unsigned int tempout::times

Definition at line 44 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().

◆ velocity3d

double tempout::velocity3d[3]

Definition at line 47 of file TrackingPart.c.

Referenced by ParticleOutput(), and ParticleTrack().


The documentation for this struct was generated from the following file: