Changes between Version 17 and Version 18 of code_page


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

--

Legend:

Unmodified
Added
Removed
Modified
  • code_page

    v17 v18  
    11= 开发手册 [http://www.lanseyilin.cn:8080/trac/wiki/code_page_Eng Development Manual]
    22== Matlab Code
     3ISSDE分析文件
     4分类:输入设置,输入分析,输出分析,脚本
     5
     6输入设置:
     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
     24输入分析:
     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
     35理论模拟分析:
     36{{{
     37magnetic_island_width_calculation.m
     38}}}
     39
     40输出分析:
     41{{{
     42poincare_map_plot.m
     43magnetic_trace.m
     44}}}
     45
     46脚本:
     47{{{
     48run_diff_E_alpha_mhd_phase_space.sh
     49}}}
     50
    351== C++ Code
    452=== ISSDE程序流程图