Changeset 2345 for trunk/tsuite
- Timestamp:
- 08/18/08 09:13:44 (5 months ago)
- Location:
- trunk/tsuite/auto
- Files:
-
- 3 modified
-
coll_t3.in (modified) (3 diffs)
-
doc_tsuite.pl (modified) (2 diffs)
-
grains_hot.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tsuite/auto/coll_t3.in
r1902 r2345 3 3 c commands controlling continuum ========= 4 4 coronal 3 5 c add component of cosmic rays to drive chemistry 6 cosmic ray background 5 7 c 6 8 c other commands for details ========= … … 19 21 c 20 22 c commands giving the asserts ========= 21 assert ionization Hydrogen 2 -15.18 error 0.2 22 assert ionization Lithium 2 -7.67 error 0.2 23 assert ionization Beryllium 2 -8.10 error 0.2 23 // 24 // >>chng 08 aug 18, from -15.18 to -14.04 add CRs 25 assert ionization Hydrogen 2 -14.04 error 0.2 26 // 27 // >>chng 08 aug 18, from -7.67 to -7.26 add CRs 28 assert ionization Lithium 2 -7.26 error 0.2 29 // 30 // >>chng 08 aug 18, from -8.10 to -7.66 add CRs 31 assert ionization Beryllium 2 -7.66 error 0.2 32 // 24 33 assert ionization Boron 2 -7.49 error 0.2 25 assert ionization Sodium 2 -6.39 error 0.2 26 assert ionization Magnesium 2 -4.22 error 0.2 27 assert ionization Aluminium 2 -3.92 error 0.1 28 assert eden 2.05 error 0.1 34 // 35 // >>chng 08 aug 18, from -6.39 to -5.84 add CRs 36 assert ionization Sodium 2 -5.84 error 0.2 37 // 38 // >>chng 08 aug 18, from -4.22 to -3.72 add CRs 39 assert ionization Magnesium 2 -3.72 error 0.2 40 // 41 // >>chng 08 aug 18, from -3.92 to -3.34 add CRs 42 assert ionization Aluminium 2 -3.34 error 0.1 43 // 44 // >>chng 08 aug 18, from 2.05 to 2.61 add CRs 45 assert eden 2.61 error 0.1 46 // 47 // >>chng 08 aug 18, from -15.18 to -14.04 add CRs 29 48 assert itrzn < 4 30 49 c … … 34 53 35 54 This tests conditions of collisional equilibrium at low densities. 55 This is one of a series of sims coll_t?.in which test ionization 56 over a range of temperatures. This one, unlike the others, 57 includes cosmic rays. Chemistry is important at this low temperature 58 and the chemical network will collapse without a source of ionization. 59 The cosmic rays provide this source of ionization. -
trunk/tsuite/auto/doc_tsuite.pl
r2335 r2345 1 1 #!/usr/bin/perl 2 2 3 # **************************************************************************************************#4 # * This program takes the '*.in' files one at a time, creates a HTML file, 'doc_tsuite.htm' *#5 # * and prints the inputs and description into the HTML file. The names *#6 # * of the input files and the tasks they perform are printed in a text file 'doc_tsuite.txt'. *#7 # * *#8 #* Program written by Geetashree Chakravorty, Graduate Student *# 9 # * Computer Science Department, University of Kentucky *#10 # * in the year 2001 for Dr. Gary Ferland *#11 # **************************************************************************************************#3 # This program takes the '*.in' files, one at a time, 4 # creates a HTML file, 'doc_tsuite.htm' and prints the inputs 5 # and description into the HTML file. The names of the input 6 # files and the tasks they perform are printed in a text file 7 # 'doc_tsuite.txt'. 8 9 # Program written by Geetashree Chakravorty, Graduate Student 10 # Computer Science Department, University of Kentucky 11 # in the year 2001 for Dr. Gary Ferland 12 12 13 13 14 14 #Assigment of variables to the two output files 15 $htests='doc_tsuite.htm'; # Variable assignment for the output HTML file 16 $tests='doc_tsuite.txt'; # Variable assignment of the output Text file 15 # Variable assignment for the output HTML file 16 $htests='doc_tsuite.htm'; 17 # Variable assignment of the output Text file 18 $tests='doc_tsuite.txt'; 17 19 $tfile='tempfile.tmp'; 18 20 … … 149 151 close(THTML); 150 152 151 print " The file$tests contains a list of the file names and titles.\n";152 print " The file$htests has the formatted contents of each test case.\n";153 print "\n$tests contains a list of the file names and titles.\n"; 154 print "$htests has the formatted contents of each test case.\n"; 153 155 154 156 -
trunk/tsuite/auto/grains_hot.in
r1697 r2345 3 3 c commands controlling continuum ========= 4 4 table power law 5 energy density temp 550 5 c intensity of incident radiation field set by its energy density 6 energy density temp 550 K 6 7 c 7 8 c commands for density & abundances ========= 8 9 hden 5.0 9 10 init "ism.ini" 10 abundances orion no grains 11 grains orion no qheat11 c Orion grains and abundances 12 abundances orion 12 13 c 13 14 c commands controlling geometry ========= … … 59 60 This tests the grains in an extreme condition - irradiation by an AGN 60 61 near the illuminated face of the molecular torus. The gas is 61 predominantly heated by the grain s.62 predominantly heated by the grain electron photo-ejection. 62 63
