Skip to content

Ph0non/NuclideVector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuclideVector

julia-release (v0.6): Build Status Build status codecov

This package provides a comfortable way to calculate conservative nuclide vectors in accordance with the german Radiation Protection Ordinance.

Main Features

  • Store samples in a SQLite database
  • automatic decay correction
  • various optimization methods (measure: high Co60 and Cs137, weightable mean: lowest square deviation from the sample mean or optimize to a specific clearance path)
  • various clearance path
  • various clearance methods
  • constraints and optional weights for radionuclides

It's written for the EWN Entsorgungswerk für Nuklearanlagen GmbH (former Energiewerke Nord GmbH).

How to start

To run the application run

using NuclideVector
run_nv()

Notice: This application is designed for x64. There will be maybe a x86 version in the future.