So, I originally used
docker run openmc/openmc:latest
and could not run any example, so if I use
docker pull openmc/openmc:develop-dagmc
instead, will I be able to execute the example
here
or
here
?
Thanks!
@IIP
If you want to run notebook file from the terminal, you have to convert it to python script first. Then rename the generated script to be an
IPython
script by changing the extension to
.ipy
and run it with
ipython
So the steps on the command line all together would be:
At this point, an HTTP address will appear in your terminal output, copy this address into your browser, and you’re ready to code!
Nope! But If you’re looking for the alternative of coreform-cubit for import and imprint/merging algorithm, you can try CAD_to_OpenMC python package.
Sorry for so many questions (I’m new to this) but what difference is in pulling OpenMC using docker pull openmc/openmc:latest from any other, such as docker pull openmc/openmc:develop-dagmc-libmesh.
I noticed the ‘develop’ one’s are larger in size and have been pushed recently…
Thanks again.
@Pranto, PowerShell couldn’t run the commands. However, it worked on Command Prompt, but no link was generated…
Please advise.
Thanks.
Re: For geometry, is there a direct way to import CAD from mainstream software like SolidWorks and Creo, instead of DAGMC ?
Provided that your CAD software can output Brep, STP or STL files then there are a few tools out there for conversion to DAGMC h5m files which can then be run in OpenMC.