Changes between Version 3 and Version 4 of AstroBearDetails
- Timestamp:
- 02/03/13 15:22:19 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AstroBearDetails
v3 v4 2 2 3 3 == AstroBEAR In Brief == 4 5 AstroBEAR uses Adaptive Mesh Refinement (AMR) of Eulerian grids to model astrophysical flows by solving both hyperbolic and elliptic systems of equations. AMR allows for modeling systems with a large dynamic range and Eulerian grids allow for updates to the flow variables (mass, momentum, and total energy) to be conserving. This is extremely important when modeling supersonic flows as it allows for the natural dissipation of bulk kinetic energy into thermal energy that occurs in shocks. 4 6 5 7 The growing size of scientific simulations can no longer be accommodated simply by increasing the number of nodes in a cluster. Completing larger jobs without increasing the wall time requires a decrease in the workload per processor (i.e., increased parallelism). Unfortunately, increased parallelism often leads to increased communication time. Minimizing the cost of this communication requires efficient parallel algorithms to manage the distributed AMR structure and calculations.