The ROOSTER projects aims at developing a software for multi-physics modeling of Generation-IV Sodium Fast Reactor.
- Install dependencies:
- pip3 install CoolProp
- pip3 install pyinstaller
-
Clone the code:
git clone https://github.com/armstrong-dev/rooster.git
or download and unpack ZIP. -
Compile Fortran source to the
.so
library by runningcompile
orcompile_noOMP
batch file. Note thatgfortran
compiler should be installed. -
Launch ROOSTER by entering
python3 A_rooster.py
. -
Find the results in the
output
directory. -
if you want to package this source code into a executable code, please install pyinstaller and uncomment corresponding lines in the
compile
ROOSTER has not yet been tested for Windows.
More details are at https://armstrong-dev.github.io/index.html#rooster.
git push rooster main