mirror of
https://github.com/ANL-CEEESA/LLEPE.git
synced 2025-12-06 01:48:53 -06:00
Modified reeps to grab charge from REE in xml file for initial chlorine moles calculation
This commit is contained in:
1
tests/one_comp_settings.txt
Normal file
1
tests/one_comp_settings.txt
Normal file
@@ -0,0 +1 @@
|
||||
{"exp_csv_filename": "../data/csvs/exp_data.csv", "phases_xml_filename": "../data/xmls/twophase.xml", "x_guess": 0.96, "h_guess": -4856609000.0, "phase_names": ["HCl_electrolyte", "PC88A_liquid"], "aq_solvent_name": "H2O(L)", "extractant_name": "(HA)2(org)", "diluant_name": "dodecane", "complex_name": "Nd(H(A)2)3(org)", "rare_earth_ion_name": "Nd+++", "aq_solvent_rho": 1000.0, "extractant_rho": 960.0, "diluant_rho": 750.0}
|
||||
@@ -1,8 +1,9 @@
|
||||
import json
|
||||
import sys
|
||||
|
||||
sys.path.append('../')
|
||||
from reeps import REEPS
|
||||
import json
|
||||
|
||||
|
||||
with open('one_comp_settings.txt') as file:
|
||||
testing_params = json.load(file)
|
||||
|
||||
Reference in New Issue
Block a user