- Notifications
You must be signed in to change notification settings - Fork4
The package for reading mcnp input in a pythonic way
License
NotificationsYou must be signed in to change notification settings
ENEA-Fusion-Neutronics/MCNP-Input-Reader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The package for reading mcnp input in a pythonic way
MCNP Input Reader is a python package developed in ENEA to help the modifications and the check integrityof large mcnp input files.
pip install mcnp-input-reader
importmcnp_input_readerasmirmcnp_input=mir.read_file('input.i')mcnp_input.cells# return the table of cellsmcnp_input.cells.filter(lambdacell:cell.material_id==2)# return the cells using material M2
A lot of things...
Example taken fromhere
About
The package for reading mcnp input in a pythonic way
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.