|
Basilisk CFD
Adaptive Cartesian mesh PDE framework
|
A NULL-terminated array of Flux structures passed to output_fluxes()* will create a file (called name) for each flux. More...
#include <hydro.h>
Data Fields | |
| char * | name |
| coord | s [2] |
| char * | desc |
| FILE * | fp |
A NULL-terminated array of Flux structures passed to output_fluxes()* will create a file (called name) for each flux.
Each time output_fluxes() is called a line will be appended to the file. The line contains the time, the total flux and the value of the flux for each \(h\), \(u\) pair in the layer. The desc field can be filled with a longer description of the flux.