Changes between Version 16 and Version 17 of AccretionDiskTutorial
- Timestamp:
- 08/28/12 12:56:44 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AccretionDiskTutorial
v16 v17 72 72 this will result in R,,disk,,/lScale = 4. 73 73 74 '''Warning:''' Always make sure to check ''physics.data'' for the entries 75 {{{ 76 MinTemp = 1e-3, ! minimum allowed temperature for the system, without cooling, this should be zero. 77 MinDensity = 1e-3 ! Minimum computational density 78 }}} 79 and set them to appropriate values depending on the chosen scales. 80 81 74 82 === Softening === 75 83 … … 133 141 the refined radius can be increased. 134 142 143 Here is a comparison of what the mesh looks like before and after we made this change in problem.f90[[BR]] 135 144 [[Image(refinement.png, 800px)]] 145 146 '''Note:''' You need to recompile AstroBEAR after making any changes to problem.f90 136 147 137 148 [[BR]] … … 139 150 === Mach Number === 140 151 152 When 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]] 154 To 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]] 155 The plot below represents a disk simulation that respects the limits stated above:[[BR]] 156 [[Image(mach.png, 500px)]] 141 157 142 === MHD and Solvers === 158 === Other parameters === 159 160 Now 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]] 168 You are advised to analyze every .data file to familiarize with other aspects of this module that were not discussed in this tutorial.