- changed norb training state

- change water calculator
This commit is contained in:
2024-06-14 17:24:18 +02:00
parent c1c1d60c1e
commit f0ec58430c
2 changed files with 15 additions and 921702 deletions
Regular → Executable
+12 -921701
View File
File diff suppressed because one or more lines are too long
Regular → Executable
+3 -1
View File
@@ -35,16 +35,18 @@ k_Cl_0_mg = 4.6; % mg/l
k_SO4_0_mg = 44.1; % mg/l
k_HCO3_0_mmol = 5.5; % mmol/l
if 0
# Profile from tap water (Debug)
k_Ca_0_mg = 100; % mg/l
k_Mg_0_mg = 20; % mg/l
k_Na_0_mg = 5; % mg/l
k_Cl_0_mg = 5; % mg/l
k_SO4_0_mg = 50; % mg/l
end
# Target Profile
k_Ca_1_mg = 100; % mg/l
k_Mg_1_mg = 40; % mg/l
k_Mg_1_mg = 20; % mg/l
k_Na_1_mg = 40; % mg/l
k_Cl_1_mg = 100; % mg/l
k_SO4_1_mg = 50; % mg/l