Changes between Version 14 and Version 15 of AccretionDiskTutorial


Ignore:
Timestamp:
08/28/12 11:53:45 (12 years ago)
Author:
idilernia
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • AccretionDiskTutorial

    v14 v15  
    119119Depending on the initial conditions of a specific run it may be the case that a disk undergoes gravitational collapse and its boundaries can expand within reasonable limits. This event can cause a significant part of the disk to outflow the refined area, and a consequential loss of information.
    120120
    121 ''ProblemSetErrFlag'' can be altered in order to address this issue:
     121''ProblemSetErrFlag'' can be altered to address this issue, changing
    122122
     123{{{
     124if (sqrt((x-xloc(1))**2+(y-xloc(2))**2).le.radius/lScale+2d0*dx) Info%ErrFlag(i,j,k)=1
     125}}}
    123126
     127to
     128
     129{{{
     130if (sqrt((x-xloc(1))**2+(y-xloc(2))**2).le.radius*1.2d0/lScale+2d0*dx) Info%ErrFlag(i,j,k)=1
     131}}}
     132
     133the refined radius can be increased.
     134
     135[[Image(refined.png, 800px)]]
    124136
    125137[[BR]]