Skip to content

Commit

Permalink
started svg plot
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jun 3, 2024
1 parent 26e31a9 commit 6fc75c3
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 13 deletions.
2 changes: 2 additions & 0 deletions 3_prompt_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ TODO plot graph of he production vs depth
TODO plot ratio of dpa to He production
TODO these different materials SiC, steel, Vandium alloy, eurofer

---

# Instantaneous Dose

Different types of dose, absorbed, equivalent and effective.
Expand Down
49 changes: 49 additions & 0 deletions 4_delayed_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,30 +82,79 @@ style: |

Neutron induced reactions lead to unstable radioactive products.

<h1>https://www.w3schools.com/graphics/svg_line.asp</h1>
<html>
<body>

<div style="width: 100%; text-align: center">
<rect width="100" height="100" x="0" y="0" stroke="darkblue" stroke-width="4" fill="lightgrey" />
<rect width="100" height="100" x="100" y="0" stroke="darkblue" stroke-width="4" fill="lightgrey" />
<rect width="100" height="100" x="200" y="0" stroke="darkblue" stroke-width="4" fill="lightgrey" />

<rect width="100" height="100" x="0" y="100" stroke="darkblue" stroke-width="4" fill="lightgrey" />
<rect width="100" height="100" x="100" y="100" stroke="darkblue" stroke-width="4" fill="lightgrey" />
<rect width="100" height="100" x="200" y="100" stroke="darkblue" stroke-width="4" fill="lightgrey" />

<rect width="100" height="100" x="0" y="200" stroke="darkblue" stroke-width="4" fill="lightgrey" />
<rect width="100" height="100" x="100" y="200" stroke="darkblue" stroke-width="4" fill="lightgrey" />
<rect width="100" height="100" x="200" y="200" stroke="darkblue" stroke-width="4" fill="lightgrey" />

<text x="5" y="15" fill="red">I love SVG!</text>

<line x1="50" y1="50" x2="150" y2="150" style="stroke:red;stroke-width:2" />
<line x1="150" y1="50" x2="150" y2="150" style="stroke:red;stroke-width:2" />
<line x1="250" y1="50" x2="150" y2="150" style="stroke:red;stroke-width:2" />


<line x1="50" y1="150" x2="150" y2="150" style="stroke:red;stroke-width:2" />
<line x1="50" y1="250" x2="150" y2="150" style="stroke:red;stroke-width:2" />

<line x1="250" y1="150" x2="150" y2="150" style="stroke:red;stroke-width:2" />
<line x1="250" y1="250" x2="150" y2="150" style="stroke:red;stroke-width:2" />
<line x1="150" y1="250" x2="150" y2="150" style="stroke:red;stroke-width:2" />

</div>

</body>
</html>

<!-- slide from neutronics workshop isotope chart with arrows -->

---

# Build up, saturation and decay

<!-- slide from neutronics workshop shark fin -->

---

# Emission during decay

<!-- plot gamma emission spectra as a function of time -->

---

# Shut down dose rate

heating effect on components
resulting in reduced strength during lifts

---

# Decay heat vs time

cooling components analysis

---

# Activated coolant

---

# Burn up

---

# Pulsed irradiation and steady state

---
29 changes: 16 additions & 13 deletions 5_simulation_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@ https://www.sciencedirect.com/science/article/abs/pii/S0920379617305331

# Inventory codes

OpenMC
ACAB
ALARA
aburn
Aburn
OpenMC
Origen
Serpent
origen
fispact
Fispact
Fornax

---

Expand Down Expand Up @@ -135,13 +137,13 @@ Boltzman transport equation

# Monte Carlo Simulations

- OpenMC
- MCNP
- TRIPOLI
- Serpent
- FLUKA
- GEANT
- MCNP
- OpenMC
- Serpent
- TopMC
- TRIPOLI

---

Expand All @@ -166,19 +168,19 @@ Boltzman transport equation

# Deterministic Simulation Codes

- PARTISN
- OpenMOC
- ATTILA
- Denovo
- OpenMOC
- PARTISN

---

# Variance reduction generators

CADIS
ADVANTG
Random Ray
CADIS
Magic method
Random Ray

---

Expand All @@ -195,7 +197,7 @@ CAD to DAGMC convertors
CAD to CSG convertors
- GeoUned
- McCAD
- TopMC (previously SuperMC / MCAM)
- TopMC


# Shut down dose rate
Expand All @@ -204,5 +206,6 @@ Inventory simulations
Transport simulation
- r2s
- d1s
Pyne, Silverfir

---

0 comments on commit 6fc75c3

Please sign in to comment.