Skip to content

c70sp/ReactorPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactor++

Trying my very best at simulating the inside of a nuclear reactor.
This is done using my own OpenGL based rendering engine made in C++.
Both the engine and the reactor simulation are still WIP.
As of right now, I am just trying to get the basic gist of it, so that I can make small scale and simplified simulations work properly in 2D.
Might switch to 3D at some point, especially since I am coding my render engine with 3D maths like matrices in mind.
Until then I need to do a lot more.

TODO:

  • Better collision checking, so that it runs smoothly with ~1000 atoms (more is always better) while at criticality or even prompt criticality (reactivity of 0 or greater).
  • Add Xenon and Iodine poisoning
  • (maybe) Branch of to a more realistic variant which will run on actual (though more simplified) nuclear physics
  • (maybe) Branch of to a full NPP simulation

This project is by no means supposed to be even slighly realistic, this is just for the visualization of what is actually happening in the core, and is very very simplified.

$${\color{orange}IMPORTANT}$$ This will likely not run on most hardware, as it is not any official release. If you want to run it, you need to recompile it yourself.

About

Simple simulation for visualizing what is going on inside of a nuclear reactor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published