/Users/Andrew/Documents/Research/University of Victoria Civil Engineering/ROSSpy/rosspy/databases/pitzer.dat
# create IPhreeqc objectphreeqc = phreeqc_mod.IPhreeqc()# load databasephreeqc.load_database(r"phreeqc.dat")# create initial conditionsinitial_conditions = make_initial_conditions()phreeqc.run_string(initial_conditions)# get componentscomponents = phreeqc.get_component_list()# create selected output and run itselected_output = make_selected_output(components)phreeqc.run_string(selected_output)# run initial conditionsphc_string = "RUN_CELLS; -cells 0-1\n"phreeqc.run_string(phc_string)conc = get_selected_output(phreeqc)
self.parameters['database_path'] is str
ERROR: Equation has no equal sign. log_k-4.362
log_k -4.362
ERROR: Unknown option.ERROR: -Vm 46.1 # 136.14 / 2.95
-Vm 46.1 # 136.14 / 2.95
pip install rosspy