Replies: 4 comments 1 reply
|
Hi Stefan, ITPA TAE is an adhoc equilibrium. Can STRUPHY read realistic equilibrium input? |
1 reply
|
Then Shrut can run my current case which i used for ORB5, GENE. What do you think? |
0 replies
|
Alfven mode, energetic particles, in Tokamaks, linear physics, using TAE as an example. Teach me everything. |
0 replies
|
Mode structure, real frequency, growth rate, electrostatic potential, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Scope
The aim of this project is to benchmark the model LinearMHDDriftkineticCC with other codes like HYMAGIK and ORB5. As a representative test case we will use, among others, the resonant TAE from Byung-Kyu 2025, section 5.2. This case is a well-established benchmark from Koenies et al. 2018.
1. Preparation
develbranch) on your laptop and get familiar with tutorials, Userguide etc.setup-simulationclaude skill #304.develbranch) on the clusters Viper and Raven and the TOK cluster and test it using the batch system (SLURM). Simple test files can be found here: https://github.com/struphy-hub/struphy/tree/devel/profiling/examples. An example scaling test can be run by executingpython submit_poisson_strong_scaling.pywhere the submit scripts are here: https://github.com/struphy-hub/struphy/tree/devel/profiling.2. Weak and strong scaling tests for TAE mode
At this stage we turn off the energetic particles and just run the TAE mode from the above papers with the model LinearMHD.
submit_*.pyscript goes to https://github.com/struphy-hub/struphy/tree/devel/profiling. Much like the Poisson test, the TAE test must check in post-processing whether the obtained results are correct and save some pictures and possibly data (like errors).develto commit the new scaling tests to the repo.3. TAE with energetic particles
The model LinearMHDDriftkineticCC is currently being re-factored in #275. We need to wait for this PR to be merged before we can continue. @spossann is on it - it is almost finished.
@xinwang-ipp @Sinkhole09 @max-models
All reactions