We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently CSG2CSG converts from MCNP to *
@makeclean is working on OpenMC to MCNP
In the longer term it would be great to convert from * to * and perhaps we should start structuring the code so that this is supported.
Changing the arg parsing so that an input file and format are accepted
python3 python/csg2csg.py -i ~/Desktop/serpent_docker/matti_Neutronics/DEMO_materials.serp -f serpent -o openmc mcnp
I have a short term need to create some OpenMC inputs (or at least the material cards part) from Serpent so I have created a fork
This also contains the suggested changes to arg parse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently CSG2CSG converts from MCNP to *
@makeclean is working on OpenMC to MCNP
In the longer term it would be great to convert from * to * and perhaps we should start structuring the code so that this is supported.
Changing the arg parsing so that an input file and format are accepted
python3 python/csg2csg.py -i ~/Desktop/serpent_docker/matti_Neutronics/DEMO_materials.serp -f serpent -o openmc mcnp
I have a short term need to create some OpenMC inputs (or at least the material cards part) from Serpent so I have created a fork
This also contains the suggested changes to arg parse
The text was updated successfully, but these errors were encountered: