exojax icon indicating copy to clipboard operation
exojax copied to clipboard

radiative transfer rethinking

Open HajimeKawahara opened this issue 2 years ago • 2 comments

In Paper I, we used 2 E_3 as a pure absorption transmission T, but not tried a numerical integral of mu e^-dtau/mu, for instance, using Gaussian quadrature etc, which might reduce a computational cost than the direct computation of 2 E_3. Even using mu=2/3, e^-dtau/mu, is not a bad approximation of 2 E3: transrt

I think this is a first step to generalize RT to a scattering one.

HajimeKawahara avatar Mar 21 '22 22:03 HajimeKawahara

#242

HajimeKawahara avatar Mar 21 '22 22:03 HajimeKawahara

Also, we would include scattering. We can use jax.lax.linalg.tridiagonal_solve to solve the two-stream equations. See an example.

HajimeKawahara avatar Jun 09 '22 08:06 HajimeKawahara

in twostream branch, I am now developing the two stream solver (Toom/SH type). This is the first example of the comparison with the pure absorption (using LART). It looks fine.

Figure_1

HajimeKawahara avatar Aug 23 '23 04:08 HajimeKawahara