Changes between Version 8 and Version 9 of code_page_Eng


Ignore:
Timestamp:
Jun 9, 2026, 8:58:42 AM (3 months ago)
Author:
Yifeng Zheng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • code_page_Eng

    v8 v9  
    11= Development Manual [http://www.lanseyilin.cn:8080/trac/wiki/code_page 开发手册]
    22== Matlab Code
     3Analysis files for ISSDE calculation
     4Categories: Input_setting, Analysis_Input, Analysis_Theory_&_Simulation, Analysis_Output, Script
     5
     6Input_setting:
     7{{{
     8get_input_file.m
     9get_n_T_for_read_data.m
     10get_psirz_psidr_psidz.m
     11get_ripple_deltarz_deltar_deltaz.m
     12get_xyz_vxyz.m
     13manipulateGfile.m
     14readGfile.m
     15MHD_input_setting:
     16    R_z_from_psi.m
     17    poloidal_theta_calculation.m
     18MHD_trace_input_setting
     19    R_phi_z_each_psi.m
     20    R_phi_z_pitch_energy_each_psi.m
     21    get_cartesian_coordinate_from_guiding_center_each_psi_mhd.m
     22}}}
     23
     24Analysis_Input
     25{{{
     26NBI_position_distribution.m
     27magnetic_line_psi.m
     28n_T_plot.m
     29particle_orbit_type.m
     30psi_distribution_fun.m
     31q_profile.m
     32ripple_delta_engineering.m
     33}}}
     34
     35Analysis_Theory_&_Simulation:
     36{{{
     37magnetic_island_width_calculation.m
     38}}}
     39
     40Analysis_Output:
     41{{{
     42poincare_map_plot.m
     43magnetic_trace.m
     44}}}
     45
     46Script:
     47{{{
     48run_diff_E_alpha_mhd_phase_space.sh
     49}}}
    350== C++ Code
    451=== ISSDE flow chart