openmc-plasma-source | plasma source as an openmc.source object

 by   fusion-energy Python Version: 0.3.1 License: MIT

kandi X-RAY | openmc-plasma-source Summary

kandi X-RAY | openmc-plasma-source Summary

openmc-plasma-source is a Python library. openmc-plasma-source has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install openmc-plasma-source' or download it from GitHub, PyPI.

Creates a plasma source as an openmc.source object from input parameters that describe the plasma
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              openmc-plasma-source has a low active ecosystem.
              It has 10 star(s) with 7 fork(s). There are 2 watchers for this library.
              There were 1 major release(s) in the last 6 months.
              There are 10 open issues and 14 have been closed. On average issues are closed in 31 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of openmc-plasma-source is 0.3.1

            kandi-Quality Quality

              openmc-plasma-source has no bugs reported.

            kandi-Security Security

              openmc-plasma-source has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              openmc-plasma-source is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              openmc-plasma-source releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of openmc-plasma-source
            Get all kandi verified functions for this library.

            openmc-plasma-source Key Features

            No Key Features are available at this moment for openmc-plasma-source.

            openmc-plasma-source Examples and Code Snippets

            OpenMC-plasma-source,Usage,Tokamak Source
            Pythondot img1Lines of Code : 20dot img1License : Permissive (MIT)
            copy iconCopy
            from openmc_plasma_source import TokamakSource
            
            my_source = TokamakSource(
                elongation=1.557,
                ion_density_centre=1.09e20,
                ion_density_peaking_factor=1,
                ion_density_pedestal=1.09e20,
                ion_density_separatrix=3e19,
                ion_temperature_  
            OpenMC-plasma-source,Usage,Ring Source
            Pythondot img2Lines of Code : 8dot img2License : Permissive (MIT)
            copy iconCopy
            from openmc_plasma_source import FusionRingSource
            
            my_plasma = FusionRingSource(
                angles = (0., 6.28318530718),  # input is in radians
                radius = 400,  # units in cm
                temperature = 20000.,  # ion temperature in eV
                fuel='DT'  # or 'DD'
            )
              
            OpenMC-plasma-source,Usage,Point Source
            Pythondot img3Lines of Code : 7dot img3License : Permissive (MIT)
            copy iconCopy
            from openmc_plasma_source import FusionPointSource
            
            my_plasma = FusionPointSource(
                coordinate = (0, 0, 0),
                temperature = 20000.,  # ion temperature in eV
                fuel = 'DT'  # or 'DD'
            )
              

            Community Discussions

            No Community Discussions are available at this moment for openmc-plasma-source.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install openmc-plasma-source

            OpenMC is required to use this package.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install openmc-plasma-source

          • CLONE
          • HTTPS

            https://github.com/fusion-energy/openmc-plasma-source.git

          • CLI

            gh repo clone fusion-energy/openmc-plasma-source

          • sshUrl

            git@github.com:fusion-energy/openmc-plasma-source.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link