-
Notifications
You must be signed in to change notification settings - Fork 0
Line_transfer Parameters
The way in which line transfer and scattering is dealt with in the code. Governs whether we adopt any approximations for radiative transfer, whether to use the indivisible packet and macro-atom machinery, and whether to use isotropic or anisotropic scattering.
Thermal trapping mode is recommended for non-macro atom runs, while thermal trapping macro-atom mode is recommended for macro-atom runs.
Enumerator
-
pure_abs: Pure absorptionThe pure absortion approximation.
-
pure_scat: Pure scatteringThe pure scattering approximation.
-
sing_scat: Single scatteringThe single scattering approximation.
-
escape_prob: Escape probabilityResonance scattering and electron scattering is dealt with isotropically. free-free, compton and bound-free opacities attenuate the weight of the photon wind emission produces additional photons, which have their directions chosen isotropically. The amount of radiation produced is attenuated by the escape probability.
-
thermal_trapping: Escape probability + anisotropic scatteringWe use the 'thermal trapping method' to choose an anistropic direction when an r-packet deactivation or scatter occurs.
-
macro_atoms: Macro-atomsuse macro-atom line transfer. Packets are indivisible and thus all opacities are dealt with by activate a macro-atom, scattering, or creating a k-packet. the new direction following electron scattering or deactivation of a macro atom is chosen isotropically.
-
macro_atoms_thermal_trapping: Macro-atoms + anisotropic scatteringas macro_atoms, but we use the 'thermal trapping method' to choose an anistropic direction when an r-packet deactivation or scatter occurs.
File: setup_line_transfer.c