From 398dfe2c153594753ef9a33bb0d0a792fe81b9b6 Mon Sep 17 00:00:00 2001 From: Alex Lindsay Date: Thu, 25 May 2017 11:35:17 -0500 Subject: [PATCH] Add back paper. --- paper/paper.bib | 17 +++++++++++++++++ paper/paper.md | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 paper/paper.bib create mode 100644 paper/paper.md diff --git a/paper/paper.bib b/paper/paper.bib new file mode 100644 index 0000000000..b368b2a645 --- /dev/null +++ b/paper/paper.bib @@ -0,0 +1,17 @@ +@online{moose, + author = {Gaston, Derek R. and Permann, Cody J. and Peterson, John W. and + Slaughter, Andrew E. and Andrš, David and Wang, Yaqi and + Short, Michael P. and Perez, Danielle M. and Tonks, Michael + R. and Ortensi, Javier and Zou, Ling and Martineau, Richard + C.}, + title = {MOOSE: Multiphysics Object Oriented Simulation + Environment}, + url = {https://github.com/idaholab/moose} +} + +@online{moltres, + author = {Alexander Lindsay and Kathryn Huff}, + title = {Moltres: Open Source Simulation of Molten Salt Reactors}, + url = {https://github.com/arfc/moltres}, + year = 2016 +} \ No newline at end of file diff --git a/paper/paper.md b/paper/paper.md new file mode 100644 index 0000000000..08750aa7ca --- /dev/null +++ b/paper/paper.md @@ -0,0 +1,34 @@ +--- +title: 'Moltres: finite element based simulation of molten salt reactors' +tags: + - finite elements + - molten salt reactors + - neutron diffusion +authors: + - name: Alexander Lindsay + orcid: 0000-0002-6988-2123 + affiliation: 1 + - name: Kathryn Huff + orcid: 0000-0002-7075-6802 + affiliation: 1 +affiliations: + - name: University of Illinois, Urbana-Champaign + index: 1 +date: 24 May 2017 +bibliography: paper.bib +--- + +# Summary + +Moltres [@moltres] is a physics application for multiphysics modeling of fluid-fuelled +molten salt reactors (MSRs). It couples equations for neutron diffusion, thermal +hydraulics, and delayed neutron precursor transport. Neutron diffusion and +precursor transport equations are set-up using an action system that allows the +user to use an arbitrary number of neutron energy and precursor groups +respectively with minimal input changes. Moltres sits on top of the +Multi-physics Object-Oriented Simulation Environment +[@moose] which gives it the capability to run seamlessly in +massively parallel environments. To date Moltres has been used to simulate MSRs +in 2D-axisymmetric and 3D geometric configurations. + +# References