Skip to content

Release v0.3.5

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Jun 14:08
· 8 commits to main since this release

This release implements only a major change in the used solving algorithm but has no changes in the visible simulation itself. It is the last release before switching to the per-fuel-channel simulation with upcoming v0.4 release.

RbmkSimulator

  • Corrected feedwater flow display (a9d39c9)
  • Correct turbine output for new solver (5f14ad1)
  • Adapt to solver changes (d08b9cc)
  • Split thermal lift to make use of nodal analysis with norton transform (3bc7e96)
  • Use singleton for water instead of an instance for phased fluid (602cc2e)

PhxNetMod

  • remove sysout debug things (9387979)
  • Optimize solvers using a saved record of order of calulation for new solver (6316a36)
  • Add a vibe coded solver that consideres solution propagation (a9f09b4)
  • Add a solution for a specific problem instead of using a large solver (1ab11ff)
  • Use parallel computing on higher layer of solving (239a9da)
  • Remove multithreading from superposition (ee027c3)
  • Add nodal analysis solver (vibe coded with claude) (ac10f73)
  • Use singleton for water properties as an instance makes 0 sense (c879fd9)