Changes between Version 16 and Version 17 of AccretionDiskTutorial


Ignore:
Timestamp:
08/28/12 12:56:44 (12 years ago)
Author:
idilernia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • AccretionDiskTutorial

    v16 v17  
    7272this will result in R,,disk,,/lScale = 4.
    7373
     74'''Warning:''' Always make sure to check ''physics.data'' for the entries
     75{{{
     76MinTemp         =       1e-3,      ! minimum allowed temperature for the system, without cooling, this should be zero.
     77MinDensity      =       1e-3       ! Minimum computational density
     78}}}
     79and set them to appropriate values depending on the chosen scales.
     80
     81
    7482=== Softening ===
    7583
     
    133141the refined radius can be increased.
    134142
     143Here is a comparison of what the mesh looks like before and after we made this change in problem.f90[[BR]]
    135144[[Image(refinement.png, 800px)]]
     145
     146'''Note:''' You need to recompile AstroBEAR after making any changes to problem.f90
    136147
    137148[[BR]]
     
    139150=== Mach Number ===
    140151
     152When setting up a new simulation it is good practice to check that the Mach values are below a certain threshold, in most of computational simulation this value is ~60. [[BR]] Values above this threshold may create difficulties in evolving a model and therefore create computational errors.
     153[[BR]]
     154To plot the Mach numbers in Visit you can check the [https://clover.pas.rochester.edu/trac/astrobear/wiki/VisIt Visit page] and locate Mach in the Chombo expressions list [[BR]]
     155The plot below represents a disk simulation that respects the limits stated above:[[BR]]
     156[[Image(mach.png, 500px)]]
    141157
    142 === MHD and Solvers ===
     158=== Other parameters  ===
     159
     160Now that you have acquired the essential knowledge to set up a disk module, you should be capable to change other aspects of a simulation such as:[[BR]]
     161- Equation of state
     162- Solvers
     163- MHD
     164- Boundary conditions
     165- Self gravity
     166- Accretion
     167[[BR]]
     168You are advised to analyze every .data file to familiarize with other aspects of this module that were not discussed in this tutorial.