next up previous contents
Next: General Up: Overview Previous: Input File Structure   Contents

Output

The program outputs data to a set of files for each simulation. The contents of each file is related to the file extension, which is appended to the input file if no output file name is explicitly supplied.

If no input file is explicitly provided as well, and thus input is directly read from stdin, the output file name defaults to `MBDyn'. Otherwise, unless the output file name is explicitly set, the name of the input file is used.

The contents of the output files are described within the description of the items (nodes or elements) that generate them. Only a general information file, with extension .out, is described here. The file contains general information about the simulation; it is not formatted.

The file contains occasional informational messages, prefixed by a hash mark (`#'). These messages should be intended as comments about the current status of the simulation. At some point, after initialization completes, the comment

# Step Time TStep NIter ResErr SolErr SolConv
appears, which illustrates the contents of the lines that will be written for each time step. The fields indicate:
  1. Step: the time step number;
  2. Time: the time at that step;
  3. TStep: the time step at that step (Timek - Timek-1);
  4. NIter: the number of iterations required to converge;
  5. ResErr: the error on the residual after convergence (0 if not computed);
  6. SolErr: the error on the solution after convergence (0 if not computed);
  7. SolConv: a boolean that indicates whether convergence was determined by the error criterion on the residual or on the solution (0 for residual, 1 for solution).

There is also a supplementary file, with .log extension, that may contain extra (logging) information. Its content, although very experimental and subjected to changes, is documented in Appendix D.


An experimental support for output using the NetCDF database format is available for selected items.


next up previous contents
Next: General Up: Overview Previous: Input File Structure   Contents
MBDyn: MultiBody Dynamics Software
Document version: 1.3.11
Last update: Tue Jan 12, 2010
Maintained by mbdyn@aero.polimi.it