Changes between Version 2 and Version 3 of u/adebrech/scratchpad


Ignore:
Timestamp:
05/25/17 12:44:25 (8 years ago)
Author:
adebrech
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/adebrech/scratchpad

    v2 v3  
     1= AMR tests =
     2
     3[[Image(linetransfer_test_1.gif,width=700)]]
     4
     5Obviously 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
    19{{{#!fortran
    210rates(i,j,k,iioniz)=f*(1d0-emtau)/dx               !has computational units of number per volume per second
     
    715
    816$\frac{(1-e^{-\tau})}{dx} \stackrel{?}{=} e^{-\tau}\sigma n_H$
    9 
    10 = AMR tests =
    11 
    12 [[Image(linetransfer_test_1.gif,width=700)]]