OpenPronghorn is an engineering-scale thermal-hydraulics application built on the MOOSE framework. It combines MOOSE's finite-volume flow, heat-transfer, reactor, subchannel, and thermal-hydraulics capabilities with OpenPronghorn validation cases and application-specific documentation.
OpenPronghorn is built from source on Linux, macOS, and Windows Subsystem for Linux. The installation guide walks through the initial setup, downloading and building OpenPronghorn, and running a first example.
With the development environment active and the repository cloned, the basic workflow is:
git submodule update --init
make -j 6
./run_tests -j 6A successful build creates open_pronghorn-opt in the repository root.
- Installation guide
- OpenPronghorn documentation
- MOOSE documentation
- Questions and discussions
- Issue tracker
OpenPronghorn is licensed under the GNU Lesser General Public License, version 2.1. See NOTICE.txt for attribution and government license information.