Changes between Version 26 and Version 27 of ModulesOnAstroBear


Ignore:
Timestamp:
07/14/11 14:46:42 (14 years ago)
Author:
ehansen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModulesOnAstroBear

    v26 v27  
    5858}}}
    5959
    60 Anything that is defined in the {{{InfoDef}}} type is now available and does not need to be defined.  For example, {{{q}}} need not be defined...just reference it by {{{Info%q}}}.
     60Anything that is defined in the {{{InfoDef}}} type is now available.  For example, {{{q}}} need not be defined...just reference it by {{{Info%q}}}.
    6161
    6262There are two major data arrays in {{{InfoDef}}}: the {{{q}}} array and the {{{aux}}} array.  {{{q}}} holds the cell-centered data and is used by all AstroBEAR simulations.  The {{{q}}} array takes the form {{{q(x,y,z,variable)}}} where {{{variable}}} is itself a 1D array that holds the physical quantities such as density, momentum, energy, etc. The order of the quantities in the {{{variable}}} array is {{{(rho, px, py, pz, E)}}}. An integer or a specific character can be used for {{{variable}}}.  The characters that can be used are {{{irho, ivx, ivy, ivz, iE}}} respectively.  So for example, the following two statements are equivalent: