-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update BeamEmissionMultiplet (MSE) model #415
base: development
Are you sure you want to change the base?
Conversation
…rom O.Marchuk's paper and take into account angles between LoS and E=v^B field.
My colleagues recently performed calculations similar to those in O. Marchuk's paper and obtained the dependences of the Balmer-alpha MSE spectrum component ratios on the beam energy, electron density and magnetic field strength. The paper by A.V. Demura, D.S. Leontiev and V.S. Lisitsa entitled "Polarization characteristics of electrodynamic Stark effect" is accepted to J. Exp. Theor. Phys and will be published early next year. They also agreed to provide the tabulated data for the Balmer-alpha MSE components (σ0, σ1, π2, π3 and π4) for Cherab and Dmitry Leontiev performed calculations for a broader range of parameters than in the paper. There is a discrepancy between the results by O. Marchuk and A.V. Demura et al as shown on the following plots for the beam energies of 100 keV and 40 keV (the constant values used in Cherab are shown for comparison). O. Marchuk's results are likely to be more accurate, because Glauber approximation used in his paper should provide more accurate results compared to Born approximation used in A.V. Demura et al. However, currently in Cherab we only have constant values for the MSE component ratios, so considering that we have no permission to include O. Marchuk's data, I think replacing these constant values with tabulated data for different beam energies, electron densities and magnetic field strengths from A.V. Demura et al would be a huge step forward. Here is a comparison of the old MSE spectrum model (constant ratios, no dependency on the angle between the ray and E=v^B) with the new one when using data from A.V. Demura et al or O. Marchuk. The beam and LoS properties for this plot are the same as in the In #377, default atomic data will be moved to a local repository, so that the user can replace it with O. Marchuk's data if he/she has access to, for example, M. von Hellermann's "Simulation of Spectra" code. |
This is a draft PR with an update for the
BeamEmissionMultiplet
line shape, which models the MSE under pure linear Stark conditions. This PR is created on top of the PR #400 and contains the following changes:BeamEmissionLine
model now supports custom line shapes to make it easier to add other MSE line shape models in the future (e.g. the E^B model).BeamEmissionMultiplet
now the functions of beam energy and electron density and are thus compatible with the data from O. Marchuk's paper.BeamEmissionMultiplet
now returns the spectrum with respect to the angle between the ray and E=v^B.