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/rooster-code/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
python 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://rooster-code.github.io/.