3 | | * Modules and Files |
4 | | * Dimensions |
5 | | * Initial Conditions |
| 3 | === Modules and Files === |
| 4 | |
| 5 | These directions assume that you are able to compile a problem, in case you have never compiled AstroBEAR check the page [https://clover.pas.rochester.edu/trac/astrobear/wiki/BuildingAstroBear How to Build AstroBEAR 2.0] [[BR]] |
| 6 | |
| 7 | In order to set up a simple accretion disk simulation proceed to select the BasicDisk problem in the modules folder, |
| 8 | this can be done by typing the following commands in the astrobear root directory: |
| 9 | {{{ |
| 10 | cd modules |
| 11 | ln -s BasicDisk Problem |
| 12 | }}} |
| 13 | After compilation, you need to be able to run the AstroBEAR executable, a tutorial for this procedure can be found at [https://clover.pas.rochester.edu/trac/astrobear/wiki/RunningAstroBear How to Run AstroBEAR 2.0] page. |
| 14 | |
| 15 | '''Warning: ''' It is good practice to delete ''profile.data'' from the problem folder before executing AstroBEAR for the first time, failure to do so will likely result in execution errors. |
| 16 | |
| 17 | === Initial Conditions === |
| 18 | |
| 19 | After checking that the disk module compiles and runs without any issues, you can proceed to examine '''problem.data''' contained in the '''BasicDisk''' folder. |
| 20 | |