ukaea / openmc_workshop

A selection of resources for learning openmc with particular focus on simulations relevant for fusion energy
https://slides.com/openmc_workshop/neutronics_workshop#/
38 stars 18 forks source link

neutronics_model.simulate() issue #260

Closed squang closed 3 years ago

squang commented 3 years ago

Task 11 and task 12 have the same error with "neutronics_model.simulate() ". The error value is:

ValueError: ('the method using in create_neutronics_geometry should be either ppp, trelis, pymoab or None.', None)

shimwell commented 3 years ago

@squang thanks for reporting this issue.

There have been so many improvements / changes in the underlying codes that a bit of a rewrite is needed to fix this one.

Are you able to try the new version here

docker pull ghcr.io/fusion-energy/neutronics-workshop
docker run -p 8888:8888 ghcr.io/fusion-energy/neutronics-workshop
squang commented 3 years ago

@Shimwell Thank you so much for your response. Tasks 11 and 12 now work flawlessly.

I start moving from using other transport codes to OpenMC, and your workshop is super helpful. Thank you so much!