Functions

dump_tab.c File Reference

Functions to write a dump as a formatted table. More...

Go to the source code of this file.

Functions

void dump_tab_cons (MeshS *pM, OutputS *pOut)
 Output CONSERVED variables.
void dump_tab_prim (MeshS *pM, OutputS *pOut)
 Output PRIMITIVE variables.

Detailed Description

Functions to write a dump as a formatted table.

PURPOSE: Functions to write a dump as a formatted table. The resulting output files can be extremely large, so they are realy only useful for 1D calculations, some 2D calculations, and for very small 3D runs. With SMR, dumps are made for all levels and domains, unless nlevel and ndomain are specified in <output> block.

REMINDER: use the slicing option available in output_tab() to write selected variables as a formatted table along any arbitrary 1D slice, or in any sub-volume, of 2D or 3D calculations.

CONTAINS PUBLIC FUNCTIONS:

Definition in file dump_tab.c.


Function Documentation

void dump_tab_cons ( MeshS pM,
OutputS pOut 
)
void dump_tab_prim ( MeshS pM,
OutputS pOut 
)