Changes between Version 2 and Version 3 of GlobalDataExplained


Ignore:
Timestamp:
06/02/11 13:32:01 (14 years ago)
Author:
Brandon Shroyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • GlobalDataExplained

    v2 v3  
    1616 * '''{{{MinimumGridPoints}}}''': The minimum number of cells per dimension that a grid can have.  Since a grid must have at least one cell, {{{MinimumGridPoints}}} should never be less than {{{1}}}.  A low {{{MinimumGridPoints}}} allows AstroBEAR to create smaller grids, which lets it refine more efficiently.  Low {{{MinimumGridPoints}}} values also run the risk of creating a lot more grids, which will boost administrative and communication costs.
    1717
    18  * '''{{{nDomains}}}''': The number of domains comprising the problem domain.  Unless you have a specific reason for wanting multiple domains in your problem, it is best to leave this set to {{{1}}}.
     18 * '''{{{nDomains}}}''': The number of domains comprising the problem domain.  Multiple domains are useful if you want to impose different physical processes in different regions of your problem domain (i.e., different cooling curves), but most problems do not require this degree of complexity.  Unless you have a specific reason for wanting multiple domains in your problem, it is best to leave this set to {{{1}}}.
     19
     20 * '''{{{lRestart}}}''':  Should be set to {{{T}}} if you intend to restart a simulation from a Chombo file, or {{{F}}} if you intend to start the simulation from the beginning.  You must have a Chombo file in your problem's {{{out/}}} directory if you want to use this option, and it's index must match that of the {{{RestartFrame}}} variable (see below).
     21
     22 * '''{{{RestartFrame}}}''':  The index of the frame from which you wish to restart.  This number should be greater than or equal to {{{0}}}.  In order to use this, you must have a Chombo file of the same index value in your problem's {{{out/}}} directory (for example, {{{RestartFrame   5}}} will crash unless the file {{{out/chombo00005.hdf}}} is present).  Regardless of its value, the {{{RestartFrame}}} variable does nothing if the {{{lRestart}}} flag is set to {{{F}}}.
    1923
    2024[[BR]]