added new section on tutorials
This commit is contained in:
@@ -1,7 +1,24 @@
|
||||
# OpenMC
|
||||
|
||||
<!-- TOC -->
|
||||
|
||||
- [OpenMC](#openmc)
|
||||
- [Make your own env and compile it](#make-your-own-env-and-compile-it)
|
||||
- [Quick Install Guide](#quick-install-guide)
|
||||
- [Making OpenMC work on WSL/LCLRS/MERLIN via Apptainer](#making-openmc-work-on-wsllclrsmerlin-via-apptainer)
|
||||
- [Tests](#tests)
|
||||
- [OpenMC libraries](#openmc-libraries)
|
||||
- [Setting the Cross Section Library in OpenMC](#setting-the-cross-section-library-in-openmc)
|
||||
- [Option 1 — Use Materials.cross_sections](#option-1--use-materialscross_sections)
|
||||
- [Option 2 — Use openmc.config](#option-2--use-openmcconfig)
|
||||
- [Find more here](#find-more-here)
|
||||
- [Tutorial alternatives](#tutorial-alternatives)
|
||||
|
||||
<!-- /TOC -->
|
||||
|
||||
## Make your own env and compile it
|
||||
|
||||
(Not finished)
|
||||
My recomandation for the env:
|
||||
|
||||
* install direnv --> hook
|
||||
@@ -59,6 +76,10 @@ To run use this script to call apptainer opemnc container [scripts/openmc_run.sh
|
||||
# ./run_openmc.sh input.py # API can be called inside the script
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
Use these test files here [Tests](tests)
|
||||
If you need a quick lib, I left one on the [scrach]("S:\stafie_c\openmc_libs")
|
||||
|
||||
# OpenMC libraries
|
||||
|
||||
@@ -107,3 +128,13 @@ This temporarily overrides any environment variable and is useful for workflows
|
||||
|
||||
[Python API: openmc.Materials.cross_sections](https://docs.openmc.org/en/stable/pythonapi/generated/openmc.Materials.html)
|
||||
|
||||
|
||||
# Tutorial alternatives
|
||||
|
||||
The [tutorial](https://github.com/openmc-dev/openmc/wiki/Example-Jupyter-Notebooks) on the website is nice but there are some alternatives:
|
||||
|
||||
* [Hands-on OpenMC introduction](https://youtu.be/9HfGzWQy7lg) by ICTP Science, Technology and Innovation. It has 4 videos that are quite useful, you can find the workshop resources here:
|
||||
* [ICTP website](https://indico.ictp.it/event/10199/other-view?view=ictptimetable)
|
||||
* [Git with the files](https://github.com/eealanoca/openmc_first_tutorial)
|
||||
|
||||
* [OpenMC demonstration](https://indico.cern.ch/event/1290109/contributions/5571937/attachments/2722352/4729913/OpenMC_demonstration.pdf) by the Centre for Energy Research & Institute of Nuclear Techniques.
|
||||
Reference in New Issue
Block a user