|
Revision 1535, 0.6 kB
(checked in by gary, 14 months ago)
|
|
series of commits relating to test molecules command. This version of the smoke test does a very cold and molecular cloud and tests ability to converge onto this limit at startup
the various commands that are needed for test mole to work were broken out into separate routines so that they could be called by the test mole parser
parse_commands.cpp - add comment that constant grain temperature affects collisional energy exchange
func_testmole.in - test mole test
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | title this runs the standard, one command, test, which contains many asserts |
|---|
| 2 | c commands controlling continuum ========= |
|---|
| 3 | test mole |
|---|
| 4 | c |
|---|
| 5 | c commands for density & abundances ========= |
|---|
| 6 | c commands controlling geometry ========= |
|---|
| 7 | c other commands for details ========= |
|---|
| 8 | c commands giving the asserts ========= |
|---|
| 9 | c |
|---|
| 10 | c commands controlling output ========= |
|---|
| 11 | punch asserts "func_testmole.asr" |
|---|
| 12 | punch overview "func_testmole.ovr" |
|---|
| 13 | c func_testmole.in |
|---|
| 14 | c class function |
|---|
| 15 | c ======================================== |
|---|
| 16 | c |
|---|
| 17 | |
|---|
| 18 | This runs the "test mole" command, which include several asserts. |
|---|
| 19 | |
|---|