MSRE/README.md

73 lines
3.4 KiB
Markdown
Raw Permalink Normal View History

# msre
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
2019-05-24 19:52:20 +02:00
2022-07-18 14:09:09 +02:00
detailed cad model of the [msre](https://en.wikipedia.org/wiki/Molten-Salt_Reactor_Experiment) (molten salt reactor experiment), operated by oak ridge national laboratory 1965-69.
2019-05-24 19:52:20 +02:00
## msre core
![](core/docs/msre.png)
[core/msrecore.pdf](core/docs/msrecore.pdf) lists reference of the msre core design, documented in the old msre reports and located in the repository [github.com/openmsr/msr-archive](https://github.com/openmsr/msr-archive/blob/master/README.md).
2019-05-24 19:52:20 +02:00
the work-in-progress cad model can be found [here](https://cad.onshape.com/documents/4f04f63bfd4138a61a54b3f8/w/11cb17d9ef25bb27f8ada6c0/e/72f417dd8eb3e2fa4f9ccb9e) on onshape.
2019-05-24 19:52:20 +02:00
note that this work and the cad model is under the GNU General Public License v3.0
2022-07-18 14:08:20 +02:00
## prerequisites
### CAD_to_openMC
[CAD_to_openMC](https://github.com/openmsr/CAD_to_openMC) is an open-source package to convert CAD geometry (in the form of '.step' files) into an openmc-readable h5m file
### openmc
these simulations use [openmc](https://docs.openmc.org/en/stable/). automated source installation scripts for linux can be found [here](https://github.com/openmsr/openmc_install_scripts)
## simulation guide
first, clone the repository
```
git clone https://github.com/openmsr/are.git
```
enter the are folder and run the `run.sh` script
```
cd are
bash run.sh
```
2021-04-26 14:29:22 +02:00
## msre heat exchangers
2021-04-26 14:35:00 +02:00
open-access [master's thesis](https://ltu.diva-portal.org/smash/get/diva2:1546993/FULLTEXT01.pdf) produced by Malcolm Akner about simulations of the heat exchangers of the msre, titled:
2021-04-26 14:29:22 +02:00
2022-07-18 14:09:09 +02:00
Validating results from the Molten Salt Reactor Experiment by use of turbulent CFD simulations
- A study of a modified U-tube shell-and-tube primary heat exchanger and radiator with molten salts
### msre primary heat exchanger
![](heatexchanger/docs/phexcadmodel.png)
2021-04-26 14:41:42 +02:00
2021-04-26 14:51:46 +02:00
[onshape primary heat exchanger cad model](https://cad.onshape.com/documents/03be2f510296a2e264886390/w/8cfbca3b7b9682dd4e53a998/e/54728fd981a1b4f5594c73d6), open to copy and use freely. chapter 4.1 in the [thesis](https://ltu.diva-portal.org/smash/get/diva2:1546993/FULLTEXT01.pdf) mentioned above covers the cad construction details extensively with references to original msre reports.
2021-04-26 14:41:04 +02:00
![](heatexchanger/docs/phexflowpaths.png)
2021-04-26 14:47:41 +02:00
2021-04-26 14:51:46 +02:00
[simscale primary heat exchanger simulation model](https://www.simscale.com/projects/MalcolmAkner/phex_-_final_version/). simulation results for primary heat exchanger can be viewed in chapter 6.2.2.1 of the [thesis](https://ltu.diva-portal.org/smash/get/diva2:1546993/FULLTEXT01.pdf), with comparisons to msre data in chapter 7.1.1.
2021-04-26 14:41:04 +02:00
![](heatexchanger/docs/phexreal.png)
2021-04-26 14:57:06 +02:00
primary heat exchanger produced and installed in the msre.
2021-04-26 14:47:41 +02:00
### msre radiator
![](heatexchanger/docs/radiatorcadmodel.png)
2021-04-26 14:51:46 +02:00
[onshape radiator cad model](https://cad.onshape.com/documents/bf944323ed6a82e05924078c/w/2a25d73c5a3a66824d2d5fbd/e/a83d5535602a053216fedff4) open to copy and use freely. chapter 4.2 of the [thesis](https://ltu.diva-portal.org/smash/get/diva2:1546993/FULLTEXT01.pdf) covers the cad construction details with origianl references to msre reports.
![](heatexchanger/docs/radiatorreal.png)
2021-04-26 14:57:06 +02:00
radiator produced and installed in the msre.
2019-05-24 19:52:20 +02:00
---
please contact [me](https://github.com/aslakstubsgaard) if you want to contribute.
2021-04-26 14:36:47 +02:00
note that this work and the cad models are under the GNU General Public License v3.0
2019-05-24 20:20:49 +02:00
---