Changes between Version 21 and Version 22 of PhysicsDataExplained


Ignore:
Timestamp:
06/10/11 18:27:00 (14 years ago)
Author:
Brandon Shroyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PhysicsDataExplained

    v21 v22  
    3737  * {{{0 -- ideal gas:}}}  Use the ideal gas EOS: [[latex($pV = nRT$)]].
    3838  * {{{4 -- isothermal:}}}  Use the isothermal equation of state: [[latex($pV = const$)]].
     39
     40 * '''''{{{Verbosity:}}}'''''  A three-integer array that controls the verbosity of the numerical output.  Each element of the array controls a different  element of numerical integration:
     41  1.  Controls the verbosity of protection errors.
     42  2.  Controls the verbosity of the source term calculations.
     43  3.  Controls the verbosity of the Riemann solver output.
     44
     45 All three options use the same scale:  {{{0}}} (no output), {{{1}}} (minimal output), {{{2}}} (all messages).
    3946
    4047[[BR]]