Simplified model of VR-1
The project should contain a simplified model of the school reactor VR-1, specifically the nuclear core (4x4) model with control rods, external neutron source and water pumps - all represented by OOP. There should be some basic GUI built in Streamlit, allowing to change type of fuel, control rods position, flow of cooling water, etc. All inputs should be used to basic (and highly simplified) computations of some basic values as heat of core, power, criticality, ... (so a lots of SciPy, NumPy, functional programming) Idea is, that data should be stored using the presented formats (CSV/JSON) and visualized trought seaborn and matplotlib.
Generally, it should be my long-term project continuing after the end of the PPY1 course, so the program described above represents just some "frame" with simplified functions and physics, which should be upgraded later for the purpose of using it, for example, with Bayesian methods, etc.