Changes between Version 2 and Version 3 of u/adebrech/scratchpad
- Timestamp:
- 05/25/17 12:44:25 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/adebrech/scratchpad
v2 v3 1 = AMR tests = 2 3 [[Image(linetransfer_test_1.gif,width=700)]] 4 5 Obviously not working quite right - could be recombination problems, but seems likely that at least part of the problem is communication between patches. Perhaps related: can only use up to 64 cores. After that, crashes after advancing at most to second level of grids. 6 7 = Heating rate = 8 1 9 {{{#!fortran 2 10 rates(i,j,k,iioniz)=f*(1d0-emtau)/dx !has computational units of number per volume per second … … 7 15 8 16 $\frac{(1-e^{-\tau})}{dx} \stackrel{?}{=} e^{-\tau}\sigma n_H$ 9 10 = AMR tests =11 12 [[Image(linetransfer_test_1.gif,width=700)]]