openmc-plasma-source | plasma source as an openmc.source object
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
Creates a plasma source as an openmc.source object from input parameters that describe the plasma
Support
Quality
Security
License
Reuse
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.
It had no major release in the last 12 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
Quality
openmc-plasma-source has no bugs reported.
Security
openmc-plasma-source has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
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.
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
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of openmc-plasma-source
openmc-plasma-source Key Features
No Key Features are available at this moment for openmc-plasma-source.
openmc-plasma-source Examples and Code Snippets
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_
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'
)
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:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page