-
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
Add charge exchange to TotalRadiatedPower #370
Comments
Hi @wave46. The For charge exchange, do you mean the radiation emitted through charge exchange reactions, or the heat flux on the bolometer foils from neutrals born through charge exchange reactions in the plasma? The former is likely to be insignificant compared with line emission + recombination. For the latter, Cherab does not implement any neutral particle dynamics, so this would be extremely effort-intensive to implement. You could probably get around it by working out what the neutral heat flux would be through some other code and then using a |
Hi @jacklovell. |
Hi @wave46 If you want to check the importance of CX radiated power, I would suggest calculating the power radiated per impurity particle. The power in line radiation, recombination and free-free radiation is connected to collisions with electrons and thus scales linearly with electron density. In same way, CX collisions are connected to collisions with neutrals, so power scales linearly with neutral density. Multiplying the PECs for the different mechanisms with the densities of the interacting species should show you if any region of plasma has a non-negligible radiated power by CX collisions. As @jacklovell said, in general I would expect the CX to be negligible and the distribution provided by any code to have limitted accuracy... |
Done in #455. |
I am going to make a synthetic bolometer diagnostic for WEST tokamak, based on SOLEDGE3X-HDG and ERO2 codes.
The plasma will contain deuterium as main ions and tungsten as impurities.
I was going to use
TotalRadiatedPower()
model from openadas module. However, there is no charge exchange taken into account in this model.Should I try to add it by myself or were there any reasons of not to?
The text was updated successfully, but these errors were encountered: