Changes between Version 6 and Version 7 of u/adebrech/code/AMR_line_transfer
- Timestamp:
- 03/27/19 10:31:25 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/adebrech/code/AMR_line_transfer
v6 v7 3 3 See [https://astrobear.pas.rochester.edu/trac/blog/adebrech03252019 this blog post] for test parameters. 4 4 5 [[span(style=color: #00FF00, *)]] Single ray (1D), single processor. Ran for very long simulation time, to give solid point of comparison.5 1. [[span(style=color: #00FF00, *)]] Single ray (1D), single processor. Ran for very long simulation time, to give solid point of comparison. 6 6 7 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 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.9 2. [[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 10 11 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 12 13 [[span(style=color: #00FF00, *)]] Multiple rays (2D), 2 processors (neighbor patch).13 3. [[span(style=color: #00FF00, *)]] Multiple rays (2D), 2 processors (neighbor patch). 14 14 15 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 16 17 [[span(style=color: #00FF00, *)]] Single ray (1D), single processor, 2 levels in middle-ish (child patch, MaxLevel = 1).17 4. [[span(style=color: #00FF00, *)]] Single ray (1D), single processor, 2 levels in middle-ish (child patch, MaxLevel = 1). 18 18 19 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)]] … … 23 23 [[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/tau_refinement.png, width=500)]] 24 24 25 [[span(style=color: #00FF00, *)]] Multiple rays (2D), single processor, 2 levels (child patch).25 5. [[span(style=color: #00FF00, *)]] Multiple rays (2D), single processor, 2 levels (child patch). 26 26 27 27 [[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test50000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test5.gif, width=500)]] 28 28 29 [[span(style=color: #00FF00, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor(? - may need to force somehow) and child patches).29 6. [[span(style=color: #00FF00, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor(? - may need to force somehow) and child patches). 30 30 31 31 [[Image(http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test60000.png, link=http://www.pas.rochester.edu/~adebrech/code/AMR_line_transfer/AMR_linetransfer_test6.gif, width=500)]] 32 32 33 [[span(style=color: #FFFF00, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor and child patches), with domain boundary refined (<= 0.75).33 7. [[span(style=color: #00FF00, *)]] Multiple rays (2D), multiple processors, 2 levels (neighbor and child patches), with domain boundary refined (<= 0.75). 34 34 35 [[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 3 levels with improper nesting.35 8. [[span(style=color: #000000, *)]] Multiple rays (2D), multiple processors, 3 levels with improper nesting. 36 36 37 [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.37 9. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure. 38 38 39 [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure.39 10. [[span(style=color: #000000, *)]] Single ray (1D), single processor, for radiation pressure. 40 40 41 [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test].41 11. [[span(style=color: #000000, *)]] Compare runs from [https://astrobear.pas.rochester.edu/trac/wiki/u/adebrech/LineTransfer combination test]. 42 42 43 [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs.43 12. [[span(style=color: #000000, *)]] Compare 1-2 parameter space runs. 44 44 45 45 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.