Generated from wr_integrals.F90 with ROBODoc v3.2.3 on Fri Dec 12 07:38:32 2003

TABLE OF CONTENTS

  1. setups/burntest/wr_integrals

setups/burntest/wr_integrals

NAME
    wr_integrals

SYNOPSIS
    call wr_integrals(isfirst, simtime)
    call wr_integrals(integer, real)

DESCRIPTION
     Compute the values of integral quantities (eg. total energy)
     and write them to an ASCII file.  If this is the initial step,
     create the file and write a header to it before writing the
     data.

     Presently, this supports 1, 2, and 3-d Cartesian geometry and 2-d
     cylindrical geometry (r,z).  More geometries can be added by modifying
     the volume of each zone (dvol) computed in SumLocalIntegrals.
    
  NOTE
      This version, modified for the burntest setup, also prints
      out all of the total abundances (X*rho*dV).