Skip to content

Commit

Permalink
added more columns
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Feb 7, 2024
1 parent 62dd1ec commit c502483
Showing 1 changed file with 72 additions and 6 deletions.
78 changes: 72 additions & 6 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ Detailed instructions are on [GitHub](https://github.com/fusion-energy/neutronic

# Containers

![bg right:40% 100%](https://imgs.xkcd.com/comics/python_environment.png)
<div class="columns" style="font-size: 30px;">
<div>

Install single package (Docker) and avoid installing a few hundred packages.

Expand All @@ -112,11 +113,21 @@ Install single package (Docker) and avoid installing a few hundred packages.
- Isolation
- Deployable

</div>
<div>

![xkcd](https://imgs.xkcd.com/comics/python_environment.png)
image source xkcd.com
</div>
<div>

---

# Tasks

![bg right:49% 100%](images/jupyter.png)
<div class="columns" style="font-size: 30px;">
<div>

- Collection of Jupyter notebooks

- Separate task folder for each topic
Expand All @@ -128,32 +139,56 @@ Install single package (Docker) and avoid installing a few hundred packages.
- graphs
- images
- 3D visualization.
</div>
<div>

![](images/jupyter.png)

</div>
<div>

---

# OpenMC

<!-- [![bg right:60% 80%](https://api.star-history.com/svg?repos=openmc-dev/openmc&type=Date)](https://star-history.com/#openmc-dev/openmc&Date) -->
[![bg right:60% 80%](images/stars.png)](https://star-history.com/#openmc-dev/openmc&Date)
<div class="columns" style="font-size: 30px;">
<div>

- Increasing adoption
- Supportive community
- GitHub repository
- Permissive license
- Python API

</div>
<div>

<!-- [![bg right:60% 80%](https://api.star-history.com/svg?repos=openmc-dev/openmc&type=Date)](https://star-history.com/#openmc-dev/openmc&Date) -->
[![](images/stars.png)](https://star-history.com/#openmc-dev/openmc&Date)

</div>
<div>

---

![bg right:45% 100%](images/get_started.png)

# Getting started

<div class="columns" style="font-size: 30px;">
<div>

1. Run the docker image
```docker run -p 8888:8888 ghcr.io/fusion-energy/neutronics-workshop```

2. Double click on the ```half-day-workshop``` folder circled in red.

</div>
<div>

![](images/get_started.png)

</div>
<div>

---

Expand Down Expand Up @@ -260,12 +295,22 @@ $$ RR = \frac{nv\rho N_{a}\sigma_{e} }{M} = \phi N_{d} \sigma_{e} = \phi \Sigma_

# Making materials

<div class="columns" style="font-size: 30px;">
<div>

Neutronics codes require the isotopes and the number density.

This can be provided with different combinations of density units, isotope/element concentration and weight or atom fractions.

![bg right:48% 100%](images/nuc_chart.png)
</div>
<div>


![](images/nuc_chart.png)


</div>
<div>
---


Expand Down Expand Up @@ -528,14 +573,35 @@ The energy distribution of MCF has less neutron scattering compared to ICF. Neut

# Mesh tallies

<div class="columns">
<div >

</div>
<div>

![](images/mesh_3d.png)


</div>
<div>

---

# Mesh tallies


<div class="columns">
<div >

</div>
<div>

![](images/mesh_2d.png)


</div>
<div>

---

# Activation
Expand Down

0 comments on commit c502483

Please sign in to comment.