https://github.com/arfc/moltres
Repository for Moltres, a code for simulating Molten Salt Reactors
https://github.com/arfc/moltres
fem finite-elements molten-salt-reactors moose multi-physics object-oriented parallel software
Last synced: 8 days ago
JSON representation
Repository for Moltres, a code for simulating Molten Salt Reactors
- Host: GitHub
- URL: https://github.com/arfc/moltres
- Owner: arfc
- License: lgpl-2.1
- Created: 2016-08-18T00:03:55.000Z (over 9 years ago)
- Default Branch: devel
- Last Pushed: 2025-04-01T19:32:29.000Z (9 months ago)
- Last Synced: 2025-04-01T19:45:39.934Z (9 months ago)
- Topics: fem, finite-elements, molten-salt-reactors, moose, multi-physics, object-oriented, parallel, software
- Language: C++
- Homepage:
- Size: 578 MB
- Stars: 67
- Watchers: 7
- Forks: 41
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Citation: CITATION.md
Awesome Lists containing this project
- awesome-nuclear - Moltres
README
[](https://doi.org/10.5281/zenodo.801822)
[](https://doi.org/10.21105/joss.00298)
Moltres
=====
Moltres is an open-source MOOSE-application code designed for simulation of molten salt
reactors and other advanced reactors.
## Documentation
Moltres documentation can be found at [https://arfc.github.io/moltres/](https://arfc.github.io/moltres/) and
[https://arfc.github.io/software/moltres](https://arfc.github.io/software/moltres).
Outlines of the kernels and boundary
conditions used to construct the Moltres governing equations can be found on the
[Moltres wiki](https://arfc.github.io/software/moltres/wiki/). Breakdown of a
full-fledged Moltres input file can be found
[here](https://arfc.github.io/software/moltres/wiki/input_example/). New Moltres
users who have never used MOOSE before are encouraged to check-out the MOOSE
[website](https://mooseframework.inl.gov/) and
workshop [slides](https://mooseframework.inl.gov/workshop/index.html#/) for
tutorials and examples to help understand the
underlying Moltres components.
## Install
Installation instructions can be found at
[https://arfc.github.io/moltres/getting_started/installation.html](https://arfc.github.io/moltres/getting_started/installation.html)
## Development
If you ever want to contribute changes to the Moltres repository, make sure you
run `scripts/install-format-hook.sh` before making any commits. This will
ensure that any commits you make adhere to the MOOSE/Moltres C++ style. Pull
requests should be submitted to the `devel` branch of the `arfc/moltres`
repository. Each pull request is automatically tested for style and for whether
it breaks any of the core Moltres physics capabilities.
A full list of contributing guidelines can be found
[here](https://github.com/arfc/moltres/blob/devel/CONTRIBUTING.md).
## Contact
Please communicate issues with the development team through GitHub issues and
pull requests.