|
dfnTrans
Code for Particle Tracking simulations in 3D DFN
|
#include <stdio.h>#include <search.h>#include <stdlib.h>#include <math.h>#include <string.h>#include "FuncDef.h"#include <unistd.h>#include <time.h>#include <sys/stat.h>
Go to the source code of this file.
Data Structures | |
| struct | inpfile |
Functions | |
| void | OutputMarPlumDisp (int currentnum, char path[125]) |
| void OutputMarPlumDisp | ( | int | currentnum, |
| char | path[125] | ||
| ) |
This function is used when particles trajectories should be output in format that MARFA and/or PLUMECALC codes will be able to read and process.
Definition at line 19 of file output.c.
References cell, Control_File(), inpfile::filename, maindir, marfa, OpenFile(), plumec, timeunit, and traj_o.
Referenced by ParticleTrack().

