https://github.com/openmsr/are
detailed cad model and simulations of the are (aircraft reactor experiment), operated by oak ridge national laboratory 1954
https://github.com/openmsr/are
Last synced: 6 months ago
JSON representation
detailed cad model and simulations of the are (aircraft reactor experiment), operated by oak ridge national laboratory 1954
- Host: GitHub
- URL: https://github.com/openmsr/are
- Owner: openmsr
- License: gpl-3.0
- Created: 2021-11-01T11:54:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T09:33:13.000Z (about 2 years ago)
- Last Synced: 2024-05-07T10:44:00.030Z (about 2 years ago)
- Language: Python
- Size: 79.5 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# are
[](https://www.gnu.org/licenses/gpl-3.0)
detailed cad model and simulations of the [are](https://en.wikipedia.org/wiki/Aircraft_Reactor_Experiment) (aircraft reactor experiment), operated by oak ridge national laboratory 1954
## model
### are core

[docs/are.pdf](docs/are.pdf) lists reference of the are core design, documented in the ornl reports and located in the repository [github.com/openmsr/msr-archive](https://github.com/openmsr/msr-archive/blob/master/README.md)
work-in-progress cad model of the are can be found [here](https://cad.onshape.com/documents/b83e5f739a4507bf06f2a2a9/w/9511a6ac44a9e4d439d86976/e/36d3d4af112bbf8cad7d521b?renderMode=0&uiState=62d907b3549a2247567bee8c) on onshape.
note that this work and the cad model is under the GNU General Public License v3.0
## 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
```