maximum_momentum #165
-
Hi Prof. Daniel,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Mahmoud, With maxPperpS and maxPparS, you can set different maximum momenta for each species. maxP defines a maximum for the first species, and the code then tries to find the best scaling if you set autoscaleS to TRUE. If you want to force a defined maximum momentum via maxPperpS and maxPparS, then autoscale must be set to FALSE. M_I and M_P are the variables positions_principal and n_resonance_interval. Please read the code documentation carefully, as these quantities are explained and defined there. Here is the link: https://danielver02.github.io/ALPS/page/input.html Yes, your question about the momentum is correct. All momentum units are given in units of m_p v_A (i.e., the Alfvén momentum of the reference species). Best wishes, |
Beta Was this translation helpful? Give feedback.
Hi Mahmoud,
With maxPperpS and maxPparS, you can set different maximum momenta for each species. maxP defines a maximum for the first species, and the code then tries to find the best scaling if you set autoscaleS to TRUE. If you want to force a defined maximum momentum via maxPperpS and maxPparS, then autoscale must be set to FALSE.
M_I and M_P are the variables positions_principal and n_resonance_interval. Please read the code documentation carefully, as these quantities are explained and defined there. Here is the link: https://danielver02.github.io/ALPS/page/input.html
Yes, your question about the momentum is correct. All momentum units are given in units of m_p v_A (i.e., the Alfvén …