SLiM-phys


NameSLiM-phys JSON
Version 1.0.2 PyPI version JSON
download
home_page
SummarySLiM project and its supporting scripts
upload_time2023-03-28 20:17:17
maintainer
docs_urlNone
authormaxtcurie (Max Curie)
requires_python
license
keywords python plasma physics microtearing modes reduced model neural network
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# SLiM

The Slab Like Microtearing mode (SLiM) model



Overview



This software provides a rapid assessment of the slab-like microtearing mode using a global linear dispersion model, which takes 50ms to calculate the growth rate and frequency of a given mode on the personal computer. Potentially uses 10^-7 of the computation resources for discharge study. For detail, one can check on the site (under construction): https://www.drmcurie.com/project-page/Research_Projects/SLiM



SLiM EXE can be found from this link: https://drive.google.com/drive/folders/12e1t6liY5JztwOBOLehPoV8GbfORn_j8?usp=sharing







Executable the program: 



1. Plot the modified the safety factor (q) to see if the rational surfaces are intersected with the q profile. 

 GUI:    000GUI_Plot_q_modification.py

 script: 0Plot_q_modification.py



2. Determine the stabilities of the MTM for different mode numbers 

 GUI:    000GUI_SLiM_mode_finder.py

 script: 00SLiM_mode_finder.py



3. Calculate a list of dispersion relations provided by a csv file

 script: 0MTMDispersion_list_Calc.py

 script(CPU accelerated,beta): 0MTMDispersion_list_Calc_parallel.py





GitHub repo:

https://github.com/maxtcurie/SLiM



APS 2021 invited talk about SLiM model:

https://youtu.be/j2MYfGwlBYY



Playlist for tutorial on running the SLiM model:

https://youtube.com/playlist?list=PLgNi5MiqkBWagsB8yRjRncsz1D4oeedQB



How to use GUI:

    mode finder GUI: https://youtu.be/R_-ldYNvmhU

    plot modified safety factor GUI: https://youtu.be/L01xl_e1bpM





CPU accellerated dispersion calculation:

    With    CPU acceleration: 297.5 sec

    Without CPU acceleration: 481.1 sec



Trained neural network dispersion calculation: 0.05sec





Citation 



This software is based on the following articles and presentations, please the cite those articles in the publications uses such software package: 



1. M.T. Curie, J. L. Larakers, D. R. Hatch, A. O. Nelson, A. Diallo, E. Hassan, W. Guttenfelder, M. Halfmoon, M. Kotschenreuther, R. D. Hazeltine, S. M. Mahajan, R. J. Groebner, J. Chen, C. Perez von Thun, L. Frassinetti, S. Saarelma, C. Giroud, M. M. Tennery (2022) "A survey of pedestal magnetic fluctuations using gyrokinetics and a global reduced model for microtearing stability" Physics of Plasmas (Editor's Pick)

https://doi.org/10.1063/5.0084842



2. M. Curie, J.L. Larakers, D.R. Hatch, A. Diallo, E. Hassan, O. Nelson, W. Guttenfelder, M. Halfmoon, M. Kotschenreuthe, S. M. Mahajan, R. J. Groebner (2021)"Reduced predictive models for Micro-tearing modes in the pedestal" APS DPP

https://doi.org/10.13140/RG.2.2.27713.48482



3. M. Curie (2022) "Simulations and reduced models for Micro-tearing modes in the Tokamak pedestal" Ph.D. Dissertation

https://doi.org/10.13140/RG.2.2.24468.37769



4. J.L. Larakers,  M. Curie, D. R. Hatch, R. D. Hazeltine, and S. M.Mahajan, 2021) "Global Theory of Microtearing Modes in the Tokamak Pedestal" 

https://doi.org/10.1103/PhysRevLett.126.225001





SLiM_obj.py



self.r_sigma

self.R_ref

self.cs_to_kHz

self.omn

self.omn_nominal

self.cs

self.rho_s

self.Lref

self.x

self.shat

self.shat_nominal

self.eta

self.ky

self.ky_nominal=

self.nu

self.zeff

self.beta

self.q

self.q_nominal

self.ome

self.ome_nominal

self.Doppler




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "SLiM-phys",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,plasma,physics,microtearing modes,reduced model,neural network",
    "author": "maxtcurie (Max Curie)",
    "author_email": "<maxtcurie@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d4/39/35ea60c63ea329429dc957bc597b313121f43b1da5f3cd75095bae9c1e57/SLiM_phys-1.0.2.tar.gz",
    "platform": null,
    "description": "\n# SLiM\n\nThe Slab Like Microtearing mode (SLiM) model\n\n\n\nOverview\n\n\n\nThis software provides a rapid assessment of the slab-like microtearing mode using a global linear dispersion model, which takes 50ms to calculate the growth rate and frequency of a given mode on the personal computer. Potentially uses 10^-7 of the computation resources for discharge study. For detail, one can check on the site (under construction): https://www.drmcurie.com/project-page/Research_Projects/SLiM\n\n\n\nSLiM EXE can be found from this link: https://drive.google.com/drive/folders/12e1t6liY5JztwOBOLehPoV8GbfORn_j8?usp=sharing\n\n\n\n\n\n\n\nExecutable the program: \n\n\n\n1. Plot the modified the safety factor (q) to see if the rational surfaces are intersected with the q profile. \n\n GUI:    000GUI_Plot_q_modification.py\n\n script: 0Plot_q_modification.py\n\n\n\n2. Determine the stabilities of the MTM for different mode numbers \n\n GUI:    000GUI_SLiM_mode_finder.py\n\n script: 00SLiM_mode_finder.py\n\n\n\n3. Calculate a list of dispersion relations provided by a csv file\n\n script: 0MTMDispersion_list_Calc.py\n\n script(CPU accelerated,beta): 0MTMDispersion_list_Calc_parallel.py\n\n\n\n\n\nGitHub repo:\n\nhttps://github.com/maxtcurie/SLiM\n\n\n\nAPS 2021 invited talk about SLiM model:\n\nhttps://youtu.be/j2MYfGwlBYY\n\n\n\nPlaylist for tutorial on running the SLiM model:\n\nhttps://youtube.com/playlist?list=PLgNi5MiqkBWagsB8yRjRncsz1D4oeedQB\n\n\n\nHow to use GUI:\n\n    mode finder GUI: https://youtu.be/R_-ldYNvmhU\n\n    plot modified safety factor GUI: https://youtu.be/L01xl_e1bpM\n\n\n\n\n\nCPU accellerated dispersion calculation:\n\n    With    CPU acceleration: 297.5 sec\n\n    Without CPU acceleration: 481.1 sec\n\n\n\nTrained neural network dispersion calculation: 0.05sec\n\n\n\n\n\nCitation \n\n\n\nThis software is based on the following articles and presentations, please the cite those articles in the publications uses such software package: \n\n\n\n1. M.T. Curie, J. L. Larakers, D. R. Hatch, A. O. Nelson, A. Diallo, E. Hassan, W. Guttenfelder, M. Halfmoon, M. Kotschenreuther, R. D. Hazeltine, S. M. Mahajan, R. J. Groebner, J. Chen, C. Perez von Thun, L. Frassinetti, S. Saarelma, C. Giroud, M. M. Tennery (2022) \"A survey of pedestal magnetic fluctuations using gyrokinetics and a global reduced model for microtearing stability\" Physics of Plasmas (Editor's Pick)\n\nhttps://doi.org/10.1063/5.0084842\n\n\n\n2. M. Curie, J.L. Larakers, D.R. Hatch, A. Diallo, E. Hassan, O. Nelson, W. Guttenfelder, M. Halfmoon, M. Kotschenreuthe, S. M. Mahajan, R. J. Groebner (2021)\"Reduced predictive models for Micro-tearing modes in the pedestal\" APS DPP\n\nhttps://doi.org/10.13140/RG.2.2.27713.48482\n\n\n\n3. M. Curie (2022) \"Simulations and reduced models for Micro-tearing modes in the Tokamak pedestal\" Ph.D. Dissertation\n\nhttps://doi.org/10.13140/RG.2.2.24468.37769\n\n\n\n4. J.L. Larakers,  M. Curie, D. R. Hatch, R. D. Hazeltine, and S. M.Mahajan, 2021) \"Global Theory of Microtearing Modes in the Tokamak Pedestal\" \n\nhttps://doi.org/10.1103/PhysRevLett.126.225001\n\n\n\n\n\nSLiM_obj.py\n\n\n\nself.r_sigma\n\nself.R_ref\n\nself.cs_to_kHz\n\nself.omn\n\nself.omn_nominal\n\nself.cs\n\nself.rho_s\n\nself.Lref\n\nself.x\n\nself.shat\n\nself.shat_nominal\n\nself.eta\n\nself.ky\n\nself.ky_nominal=\n\nself.nu\n\nself.zeff\n\nself.beta\n\nself.q\n\nself.q_nominal\n\nself.ome\n\nself.ome_nominal\n\nself.Doppler\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "SLiM project and its supporting scripts",
    "version": "1.0.2",
    "split_keywords": [
        "python",
        "plasma",
        "physics",
        "microtearing modes",
        "reduced model",
        "neural network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "195b84b88c35c4bbb1676f5d75ee2be874d1861e46b2c42036051a5df5a6763f",
                "md5": "fcc829bc689d8cfce7de1ae6ffbb24e5",
                "sha256": "af23915762d5e2e6537c1eeccff0345da8bd28f79700726fc2312b76dad1c35c"
            },
            "downloads": -1,
            "filename": "SLiM_phys-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fcc829bc689d8cfce7de1ae6ffbb24e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 72559,
            "upload_time": "2023-03-28T20:17:15",
            "upload_time_iso_8601": "2023-03-28T20:17:15.201981Z",
            "url": "https://files.pythonhosted.org/packages/19/5b/84b88c35c4bbb1676f5d75ee2be874d1861e46b2c42036051a5df5a6763f/SLiM_phys-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d43935ea60c63ea329429dc957bc597b313121f43b1da5f3cd75095bae9c1e57",
                "md5": "9dd68fe0eb905267ad400c960e4d3947",
                "sha256": "a115723bd42aec0670743c43536996fc6cf686b0eb877bc41bb5937b028ff185"
            },
            "downloads": -1,
            "filename": "SLiM_phys-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9dd68fe0eb905267ad400c960e4d3947",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 66124,
            "upload_time": "2023-03-28T20:17:17",
            "upload_time_iso_8601": "2023-03-28T20:17:17.189492Z",
            "url": "https://files.pythonhosted.org/packages/d4/39/35ea60c63ea329429dc957bc597b313121f43b1da5f3cd75095bae9c1e57/SLiM_phys-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-28 20:17:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "slim-phys"
}
        
Elapsed time: 0.04907s