Skip to content

An open source nodal solver for nuclear reactors.

License

Notifications You must be signed in to change notification settings

nfherrin/OpenNodal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenNodal

An open source nodal solver for nuclear reactors. OpenNodal is intended to primarily use the polynomial nodal method using a nonlinear iteration with additive correction factors for the finite difference form.

Currently, OpenNodal only supports a non-corrected finite-difference solution, implementation of the polynomial nodal method is ongoing and will become the default nodal method once it is complete.

Dependencies

  • BLAS/LAPACK libraries.
  • For plotting:
    • Gnuplot.
  • For testing:
    • Python3.
    • Python3-numpy.