| 1 | // |
|---|
| 2 | // fast.ini |
|---|
| 3 | // |
|---|
| 4 | // this ini file makes the code as fast as possible, at the expense |
|---|
| 5 | // of some loss of fidelity and stability. The options are done |
|---|
| 6 | // with low density nebulae in mind. The file was developed to |
|---|
| 7 | // aid in testing the code in the dynamics case, and the |
|---|
| 8 | // approximations are probably ok for that application. |
|---|
| 9 | // this file should not be included in any results intended for publication. |
|---|
| 10 | // |
|---|
| 11 | // this does not turn on grains - |
|---|
| 12 | // to turn on the very fastest grains, at the expense of the physics, do |
|---|
| 13 | // grains single no qheat no physics |
|---|
| 14 | // |
|---|
| 15 | print off hide |
|---|
| 16 | // include only elements with significant gas-phase abundances |
|---|
| 17 | // when grains are present - note, this does not include |
|---|
| 18 | // grains, which must be added separately |
|---|
| 19 | // |
|---|
| 20 | // following turns off level2 lines, mostly weak and x-ray resonance lines |
|---|
| 21 | no level2 |
|---|
| 22 | c |
|---|
| 23 | c options to speed things up at lot, at the cost of a poor simulation |
|---|
| 24 | no opacity reevaluation |
|---|
| 25 | no ionization reevaluation |
|---|
| 26 | no grain physics |
|---|
| 27 | no line transfer |
|---|
| 28 | // |
|---|
| 29 | // make model h-like ions have fewer number of levels |
|---|
| 30 | // atom h-like levels small |
|---|
| 31 | atom h-like levels very small |
|---|
| 32 | // |
|---|
| 33 | // the intensities predicted by the very small H atom are pretty bad |
|---|
| 34 | // much better to use case b as the normalizing line |
|---|
| 35 | // the SH case b are only predicted when physical conditions are within |
|---|
| 36 | // range of their table. This old case b is not as accurate but |
|---|
| 37 | // is always predicted |
|---|
| 38 | normalize "CaBo" 4861 |
|---|
| 39 | // |
|---|
| 40 | // make model he-like ions have fewer number of levels |
|---|
| 41 | // atom he-like levels small |
|---|
| 42 | atom he-like levers very small |
|---|
| 43 | // |
|---|
| 44 | // turn off the very large opacity array |
|---|
| 45 | no fine opacities |
|---|
| 46 | // |
|---|
| 47 | // only include most abundant elements |
|---|
| 48 | elements read |
|---|
| 49 | helium |
|---|
| 50 | carbon |
|---|
| 51 | nitrogen |
|---|
| 52 | oxygen |
|---|
| 53 | neon |
|---|
| 54 | magnesium |
|---|
| 55 | silicon |
|---|
| 56 | sulphur |
|---|
| 57 | argon |
|---|
| 58 | end of elements |
|---|
| 59 | // |
|---|
| 60 | // turn rest off |
|---|
| 61 | element Lithium off |
|---|
| 62 | element Beryllium off |
|---|
| 63 | element Boron off |
|---|
| 64 | element Fluorine off |
|---|
| 65 | element Phosphor off |
|---|
| 66 | element Chlorine off |
|---|
| 67 | element Potassium off |
|---|
| 68 | element sodium off |
|---|
| 69 | element Aluminium off |
|---|
| 70 | element calcium off |
|---|
| 71 | element Scandium off |
|---|
| 72 | element Titanium off |
|---|
| 73 | element Vanadium off |
|---|
| 74 | element Chromium off |
|---|
| 75 | element Manganese off |
|---|
| 76 | element Cobalt off |
|---|
| 77 | element Iron off |
|---|
| 78 | element Copper off |
|---|
| 79 | element Nickel off |
|---|
| 80 | element Zinc off |
|---|
| 81 | // |
|---|
| 82 | // turn print back on |
|---|
| 83 | print on |
|---|