wiki:SolverDataExplained

Version 2 (modified by Brandon Shroyer, 14 years ago) ( diff )

solver.data Explained

The solver.data file controls the options used by AstroBEAR's hyperbolic equation integrators. Some of the options in this file are a bit esoteric, so wherever possible the default options will be clearly labeled.

SolverData

This short namelist governs the numerical solvers used by AstroBEAR, as well as the integration scheme used to implement those solvers.

  • iScheme: Selects the numerical scheme to run. Currently, we only have option 1 (the sweep method) implemented in AstroBEAR 2.0.
  • iSolver:: Selects the solver option to use for this problem. AstroBEAR currently has one exact Riemann solver and five HLL-based approximate solvers.
    • 0 -- Default: With this option, AstroBEAR selects the appropriate solver option based on the equation of state and whether or not the problem is MHD. If you aren't certain which solver to use, then select this option.
    • 1 -- iExactRS: An exact Riemann solver. Such solvers produce the most accurate solutions to the Riemann problem, but are also the most computationally expensive.
    • 2 -- HLLC: An approximate solver
    • 3 -- HLL:
Note: See TracWiki for help on using the wiki.