Changes between Version 10 and Version 11 of AccretionDiskTutorial


Ignore:
Timestamp:
08/26/12 13:24:46 (12 years ago)
Author:
idilernia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • AccretionDiskTutorial

    v10 v11  
    2323[[Image(famil.png, 1100px)]]
    2424
    25 Different elements can be recognized in the image above:
     25At his point you should start to get familiar with some of the elements in the image above:
    2626- GxBounds: the boundaries of the plot, namely the physical boundaries of the simulation
    2727- Radius: the radius of the disk
     
    5555
    5656=== Scales ===
     57
     58Scales are parameters that can actively affect the outcome of a simulation. [[BR]]
     59Physics.data contains a section dedicated to the setting of scales:
     60
     61{{{
     62nScale          =       0.0,    ! number density scale parameter [particles/cc]
     63rScale          =       1d0,    ! density scale [g/cc], nScale is ignored !!! NOTE: if = 0 then nScale is used to find rScale
     64TempScale       =       1000d0, ! temperature scale parameter [Kelvin]
     65pScale          =       0.0,    ! pressure scale [dynes/cm^2], TempScale is ignored !!! NOTE: if = 0 then TempScale is used to find pScale
     66lScale          =       .5e10   ! length scale parameter [cm] (defines 1 computational unit!!!)
     67
     68}}}
     69
     70It is good practice to adapt the scales to the specific needs of a simulation, let's see an example:[[BR]]
     71In the code listed in the Initial Conditions section we set the disk radius to be 2e10cm, with that, we set our length scale parameter (lScale) to be .5e10cm[[BR]]
     72this will result in R,,disk,,/lScale = 4.
     73
    5774=== Softening ===
    5875=== Fixed grid to AMR ===