| 1 | == Tests == |
| 2 | |
| 3 | See [https://astrobear.pas.rochester.edu/trac/blog/adebrech03252019 this blog post] for test parameters. |
| 4 | |
| 5 | [[span(style=color: #00FF00, *)]] Single ray (1D), single processor. Ran for very long simulation time, to give solid point of comparison. |
| 6 | |
| 7 | [[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test10000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test1.gif, width=500)]] |
| 8 | |
| 9 | [[span(style=color: #00FF00, *)]] Multiple rays (2D, GmX(2) = 32, GxBounds(5) = 2.5d-1), single processor (final_time = 1d1, final_frame = 100), refined from x = 0.25 to 0.75. |
| 10 | |
| 11 | [[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test20000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test2.gif, width=500)]] |
| 12 | |
| 13 | [[span(style=color: #00FF00, *)]] Multiple rays (2D), 2 processors (neighbor patch). |
| 14 | |
| 15 | [[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test30000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test3.gif, width=500)]] |
| 16 | |
| 17 | [[span(style=color: #00FF00, *)]] Single ray (1D), single processor, 2 levels in middle-ish (child patch, MaxLevel = 1). |
| 18 | |
| 19 | [[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test40000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test4.gif, width=500)]] |
| 20 | |
| 21 | __Result of refinement for optical depth__ |
| 22 | |
| 23 | [[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/tau_refinement.png, width=500)]] |
| 24 | |
| 25 | [[span(style=color: #00FF00, *)]] Multiple rays (2D), single processor, 2 levels (child patch). |
| 26 | |
| 27 | [[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor(? - may need to force somehow) and child patches). |
| 28 | |
| 29 | [[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor and child patches), with domain boundary refined. |
| 30 | |
| 31 | [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure. |
| 32 | |
| 33 | [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure. |
| 34 | |
| 35 | [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test]. |
| 36 | |
| 37 | Comments: y and z directions are treated identically, so it's unnecessary to test both "2D" and "3D" cases (note that nDim is always set to 3 in global.data, resolution just set to 1 and size very small in "1D" and "2D" cases). Believe the above set should test all cases in each if statement. |
| 38 | |