Changeset 2345 for trunk/tsuite

Show
Ignore:
Timestamp:
08/18/08 09:13:44 (5 months ago)
Author:
gary
Message:

coll_t3.in - add cosmic rays to increase stability
doc_tsuite.pl - better output at end of run, clean up comments
grains_hot.in - add quantum heating (remove non qheat command)

Location:
trunk/tsuite/auto
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/tsuite/auto/coll_t3.in

    r1902 r2345  
    33c commands controlling continuum ========= 
    44coronal 3   
     5c add component of cosmic rays to drive chemistry  
     6cosmic ray background 
    57c 
    68c other commands for details     ========= 
     
    1921c 
    2022c 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 
     25assert ionization Hydrogen  2 -14.04 error 0.2 
     26//  
     27// >>chng 08 aug 18, from -7.67 to -7.26 add CRs 
     28assert ionization Lithium   2 -7.26 error 0.2 
     29//  
     30// >>chng 08 aug 18, from -8.10 to -7.66 add CRs 
     31assert ionization Beryllium 2 -7.66 error 0.2 
     32//  
    2433assert 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 
     36assert ionization Sodium    2 -5.84 error 0.2 
     37//  
     38// >>chng 08 aug 18, from -4.22 to -3.72 add CRs 
     39assert ionization Magnesium 2 -3.72 error 0.2 
     40//  
     41// >>chng 08 aug 18, from -3.92 to -3.34 add CRs 
     42assert ionization Aluminium 2 -3.34 error 0.1 
     43//  
     44// >>chng 08 aug 18, from 2.05 to 2.61 add CRs 
     45assert eden 2.61 error 0.1 
     46//  
     47// >>chng 08 aug 18, from -15.18 to -14.04 add CRs 
    2948assert itrzn < 4 
    3049c 
     
    3453 
    3554This tests conditions of collisional equilibrium at low densities. 
     55This is one of a series of sims coll_t?.in which test ionization 
     56over a range of temperatures.  This one, unlike the others, 
     57includes cosmic rays.  Chemistry is important at this low temperature 
     58and the chemical network will collapse without a source of ionization. 
     59The cosmic rays provide this source of ionization. 
  • trunk/tsuite/auto/doc_tsuite.pl

    r2335 r2345  
    11#!/usr/bin/perl 
    22 
    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 
    1212 
    1313 
    1414#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';     
    1719$tfile='tempfile.tmp'; 
    1820 
     
    149151close(THTML); 
    150152 
    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"; 
     153print "\n$tests contains a list of the file names and titles.\n"; 
     154print "$htests has the formatted contents of each test case.\n"; 
    153155 
    154156 
  • trunk/tsuite/auto/grains_hot.in

    r1697 r2345  
    33c commands controlling continuum ========= 
    44table power law  
    5 energy density temp 550 
     5c intensity of incident radiation field set by its energy density 
     6energy density temp 550 K 
    67c 
    78c commands for density & abundances ========= 
    89hden 5.0 
    910init "ism.ini" 
    10 abundances orion no grains  
    11 grains orion no qheat  
     11c Orion grains and abundances 
     12abundances orion  
    1213c 
    1314c commands controlling geometry  ========= 
     
    5960This tests the grains in an extreme condition - irradiation by an AGN 
    6061near the illuminated face of the molecular torus.  The gas is  
    61 predominantly heated by the grains. 
     62predominantly heated by the grain electron photo-ejection. 
    6263