root/trunk/tsuite/auto/func_set_ion.in

Revision 2335, 1.1 kB (checked in by gary, 5 months ago)

parse_commands.cpp - fix typo in comment, clean up other comments

grid_line_ratios.in - change name to func_grid_line_ratios.in to follow name convention

*.in - improve comments - no change in commands themselves

NB - did not change grains_hot.in - it includes the no qheat option which should be removed. throws an assert if quantum heating is allowed

  • Property svn:eol-style set to native
Line 
1title test impact of setting ionization
2c
3c commands for density & abundances =========
4init "ism.ini"
5hden 0
6element hydrogen ionization 0 1
7element helium ionization 0 1 0
8element carbon ionization 0 1
9element oxygen ionization 0 0.1 0.2 0.3 0.2 0.1 0.1 
10c
11c commands controlling continuum =========
12blackbody 5
13ionization parameter -2
14c
15c commands controlling geometry  =========
16c force model to be 1 cm thick
17set dr 0
18c
19c other commands for details     =========
20constant temperature 4
21stop zone 1
22c
23c commands controlling output    =========
24normalize to "O  3" 5007
25punch asserts "func_set_ion.asr"
26punch dr "func_set_ion.dr"
27c
28c commands giving the asserts    =========
29assert ionization fraction helium 2 0
30assert ionization fraction carbon 2 0
31assert ionization fraction oxygen 2 0.1
32assert ionization fraction oxygen 3 0.2
33assert ionization fraction oxygen 4 0.3
34assert ionization fraction oxygen 5 0.2
35assert ionization fraction oxygen 6 0.1
36assert ionization fraction oxygen 7 0.1
37c
38c func_set_ion.in
39
40c class function
41c ========================================
42c
43 
44this script exercies the option to specify the ionization of a species
Note: See TracBrowser for help on using the browser.