pyEQL 1.4.0rc9__cp313-cp313-macosx_10_13_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyEQL/__init__.py +50 -0
- pyEQL/_phreeqc.cpython-313-darwin.so +0 -0
- pyEQL/activity_correction.py +879 -0
- pyEQL/database/geothermal.dat +5693 -0
- pyEQL/database/llnl.dat +19305 -0
- pyEQL/database/phreeqc_license.txt +54 -0
- pyEQL/database/pyeql_db.json +35607 -0
- pyEQL/engines.py +1153 -0
- pyEQL/equilibrium.py +227 -0
- pyEQL/functions.py +281 -0
- pyEQL/phreeqc/__init__.py +5 -0
- pyEQL/phreeqc/bindings.cpp +84 -0
- pyEQL/phreeqc/core.py +239 -0
- pyEQL/phreeqc/database/Amm.dat +1968 -0
- pyEQL/phreeqc/database/CMakeLists.txt +32 -0
- pyEQL/phreeqc/database/ColdChem.dat +267 -0
- pyEQL/phreeqc/database/Concrete_PHR.dat +158 -0
- pyEQL/phreeqc/database/Concrete_PZ.dat +195 -0
- pyEQL/phreeqc/database/Kinec.v2.dat +12039 -0
- pyEQL/phreeqc/database/Kinec_v3.dat +12159 -0
- pyEQL/phreeqc/database/Makefile.am +28 -0
- pyEQL/phreeqc/database/Makefile.in +530 -0
- pyEQL/phreeqc/database/PHREEQC_ThermoddemV1.10_15Dec2020.dat +12965 -0
- pyEQL/phreeqc/database/Tipping_Hurley.dat +4137 -0
- pyEQL/phreeqc/database/__init__.py +0 -0
- pyEQL/phreeqc/database/core10.dat +6824 -0
- pyEQL/phreeqc/database/frezchem.dat +634 -0
- pyEQL/phreeqc/database/iso.dat +7235 -0
- pyEQL/phreeqc/database/llnl.dat +19310 -0
- pyEQL/phreeqc/database/minteq.dat +5654 -0
- pyEQL/phreeqc/database/minteq.v4.dat +13212 -0
- pyEQL/phreeqc/database/phreeqc.dat +1972 -0
- pyEQL/phreeqc/database/phreeqc_rates.dat +3158 -0
- pyEQL/phreeqc/database/pitzer.dat +1044 -0
- pyEQL/phreeqc/database/sit.dat +14348 -0
- pyEQL/phreeqc/database/wateq4f.dat +4036 -0
- pyEQL/phreeqc/ext/README.md +10 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/CMakeLists.txt +476 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/INSTALL +302 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/IPhreeqc.rc +61 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/IPhreeqcConfig.cmake.in +4 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/Makefile.am +8 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/Makefile.in +816 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/aclocal.m4 +1217 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/CTestScript.cmake +167 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/CSelectedOutput.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/IPhreeqc.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/IPhreeqcLib.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/IPhreeqc_interface_F.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/Var.c.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Dictionary.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/ExchComp.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Exchange.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/GasComp.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/GasPhase.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/ISolution.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/ISolutionComp.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/KineticsComp.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/NameDouble.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/NumKeyword.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/PBasic.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/PHRQ_io_output.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/PPassemblage.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/PPassemblageComp.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Phreeqc.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/PhreeqcKeywords/Keywords.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Pressure.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Reaction.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/ReadClass.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/SS.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/SSassemblage.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/SScomp.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/SelectedOutput.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Serializer.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Solution.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/SolutionIsotope.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/StorageBin.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/StorageBinList.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Surface.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/SurfaceCharge.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/SurfaceComp.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/System.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Temperature.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/Use.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/UserPunch.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/advection.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/basicsubs.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/cl1.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/common/PHRQ_base.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/common/PHRQ_io.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/common/Parser.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/common/Utils.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/cvdense.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/cvode.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/cxxKinetics.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/cxxMix.cxx.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/dense.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/dumper.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/gases.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/input.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/integrate.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/inverse.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/isotopes.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/kinetics.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/mainsubs.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/model.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/nvector.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/nvector_serial.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/parse.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/phqalloc.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/pitzer.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/pitzer_structures.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/prep.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/print.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/read.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/readtr.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/runner.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/sit.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/smalldense.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/spread.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/step.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/structures.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/sundialsmath.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/tally.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/tidy.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/transport.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/IPhreeqc.dir/src/phreeqcpp/utilities.cpp.o +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CTestTestfile.cmake +6 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/DartConfiguration.tcl +109 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/cmake_install.cmake +45 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/libIPhreeqc.a +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/ar-lib +270 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/compile +347 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/config.guess +1441 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/config.sub +1813 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/depcomp +791 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/install-sh +508 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/ltmain.sh +11156 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/missing +215 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/config/test-driver +148 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/configure +23867 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/configure.ac +136 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Amm.dat +1968 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/CMakeLists.txt +32 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/ColdChem.dat +267 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Concrete_PHR.dat +158 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Concrete_PZ.dat +195 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Kinec.v2.dat +12039 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Kinec_v3.dat +12159 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Makefile.am +28 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Makefile.in +530 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/PHREEQC_ThermoddemV1.10_15Dec2020.dat +12965 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/Tipping_Hurley.dat +4137 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/core10.dat +6824 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/frezchem.dat +634 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/iso.dat +7235 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/llnl.dat +19310 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/minteq.dat +5654 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/minteq.v4.dat +13212 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/phreeqc.dat +1972 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/phreeqc_rates.dat +3158 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/pitzer.dat +1044 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/sit.dat +14348 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/database/wateq4f.dat +4036 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/CMakeLists.txt +35 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/IPhreeqc.pdf +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/Makefile.am +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/Makefile.in +545 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/NOTICE +51 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/Phreeqc_2_1999_manual.pdf +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/Phreeqc_3_2013_manual.pdf +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/README +428 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/RELEASE +7294 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/IPhreeqc_8h.html +5096 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/IPhreeqc_8h_source.html +389 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/IPhreeqc_8hpp.html +83 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/IPhreeqc_8hpp_source.html +478 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/Var_8h.html +318 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/Var_8h_source.html +200 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/bc_s.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/bdwn.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/classIPhreeqc.html +2274 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/classIPhreeqc.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/classIPhreeqcStop.html +69 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/classIPhreeqcStop.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/closed.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html +68 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/doxygen.css +1440 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/doxygen.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/dynsections.js +97 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2blank.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2doc.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2folderclosed.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2folderopen.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2lastnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2link.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2mlastnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2mnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2node.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2plastnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2pnode.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2splitbar.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/ftv2vertline.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/index.html +58 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/jquery.js +31 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/nav_f.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/nav_g.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/nav_h.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/open.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/structVAR.html +143 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/sync_off.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/sync_on.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tab_a.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tab_b.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tab_h.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tab_s.png +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/html/tabs.css +60 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/doc/phreeqc3.chm +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/CMakeLists.txt +11 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/Makefile.am +88 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/Makefile.in +696 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/CMakeLists.txt +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/CMakeLists.txt +35 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/CMakeLists.txt.in +21 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/README.txt +44 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/advect.c +101 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/ic +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/c/advect/phreeqc.dat +1579 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/CMakeLists.txt +10 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/README.txt +3 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/excel/CMakeLists.txt +9 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/excel/phreeqc.dat +1582 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/excel/runphreeqc.xls +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/excel/withcallback.xls +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/CMakeLists.txt +11 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/Gypsum.py +52 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/parallel_advect.py +465 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/phreeqc.dat +1582 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/pitzer.dat +790 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/com/python/wateq4f.dat +3846 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/CMakeLists.txt +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/CMakeLists.txt +35 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/CMakeLists.txt.in +20 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/README.txt +45 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/advect.cpp +110 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/ic +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/cpp/advect/phreeqc.dat +1579 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/CMakeLists.txt +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/CMakeLists.txt +44 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/CMakeLists.txt.in +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/README.txt +45 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/advect.F90 +102 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/ic +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/fortran/advect/phreeqc.dat +1579 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/CMakeLists.txt +26 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/CMakeLists.txt.in +20 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/README.txt +37 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/ex2 +26 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/main.cpp +20 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/phreeqc.dat +1837 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/examples/using-cmake/post-install.cmake.in +7 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/CMakeLists.txt +185 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/FileTest.cpp +171 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/FileTest.h +34 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/Makefile.am +18 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/Makefile.in +466 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestCVar.cpp +9 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestIPhreeqc.cpp +4901 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestIPhreeqcLib.cpp +4644 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestSelectedOutput.cpp +669 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/TestVar.cpp +10 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/conv_fail.in +11 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/dump +42 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/iso.dat +7231 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/kinn20140218 +349 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/missing_e.dat +1556 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/multi_punch +105 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/multi_punch_no_set +102 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/phreeqc.dat.90a6449 +1935 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/gtest/phreeqc.dat.old +1556 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/libtool.m4 +8388 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/ltoptions.m4 +437 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/ltsugar.m4 +124 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/ltversion.m4 +23 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/m4/lt~obsolete.m4 +99 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/resource.h +14 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/CSelectedOutput.cpp +401 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/CSelectedOutput.hxx +77 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/CVar.hxx +162 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Debug.h +12 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/ErrorReporter.hxx +70 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.cpp +1889 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.f.inc +91 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.f90.inc +603 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.h +2182 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc.hpp +1027 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqcCallbacks.h +19 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqcF.f +653 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqcLib.cpp +1098 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc_interface.F90 +1283 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc_interface_F.cpp +535 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/IPhreeqc_interface_F.h +162 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Makefile.am +210 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Makefile.in +1294 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/README.Fortran +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Var.c +84 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Var.h +152 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/Version.h +36 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fimpl.h +282 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap.cpp +646 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap.h +163 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap1.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap2.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap3.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap4.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap5.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap6.cpp +25 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap7.cpp +25 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/fwrap8.cpp +24 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ChartHandler.cpp +225 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ChartHandler.h +59 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ChartObject.cpp +1382 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ChartObject.h +444 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/CurveObject.cpp +42 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/CurveObject.h +79 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Dictionary.cpp +41 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Dictionary.h +28 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ExchComp.cxx +398 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ExchComp.h +117 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Exchange.cxx +466 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Exchange.h +74 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Form1.h +1184 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Form1.resX +36 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/GasComp.cxx +265 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/GasComp.h +59 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/GasPhase.cxx +659 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/GasPhase.h +103 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ISolution.cxx +40 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ISolution.h +53 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ISolutionComp.cxx +202 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ISolutionComp.h +138 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/KineticsComp.cxx +318 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/KineticsComp.h +81 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NA.h +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NameDouble.cxx +537 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NameDouble.h +66 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NumKeyword.cxx +190 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/NumKeyword.h +67 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PBasic.cpp +8350 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PBasic.h +572 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PHRQ_io_output.cpp +411 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PPassemblage.cxx +375 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PPassemblage.h +70 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PPassemblageComp.cxx +441 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PPassemblageComp.h +83 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Phreeqc.cpp +2087 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Phreeqc.h +2164 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PhreeqcKeywords/Keywords.cpp +242 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/PhreeqcKeywords/Keywords.h +104 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Pressure.cxx +417 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Pressure.h +43 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Reaction.cxx +284 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Reaction.h +57 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ReadClass.cxx +1150 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SS.cxx +609 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SS.h +128 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SSassemblage.cxx +317 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SSassemblage.h +59 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SScomp.cxx +297 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SScomp.h +66 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SelectedOutput.cpp +115 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SelectedOutput.h +209 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Serializer.cxx +213 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Serializer.h +42 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Solution.cxx +1795 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Solution.h +154 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SolutionIsotope.cxx +333 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SolutionIsotope.h +85 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/StorageBin.cxx +1507 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/StorageBin.h +141 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/StorageBinList.cpp +358 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/StorageBinList.h +81 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Surface.cxx +837 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Surface.h +108 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SurfaceCharge.cxx +617 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SurfaceCharge.h +137 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SurfaceComp.cxx +509 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/SurfaceComp.h +70 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/System.cxx +103 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/System.h +89 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Temperature.cxx +423 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Temperature.h +42 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Use.cpp +78 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/Use.h +159 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/UserPunch.cpp +32 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/UserPunch.h +39 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/ZedGraph.dll +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/advection.cpp +140 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/basicsubs.cpp +4333 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cl1.cpp +881 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_base.cxx +117 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_base.h +48 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_exports.h +20 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_io.cpp +914 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/PHRQ_io.h +207 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/Parser.cxx +1331 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/Parser.h +310 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/Utils.cxx +263 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/Utils.h +29 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/common/phrqtype.h +18 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cvdense.cpp +566 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cvdense.h +267 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cvode.cpp +3939 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cvode.h +940 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cxxKinetics.cxx +617 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cxxKinetics.h +78 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cxxMix.cxx +154 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/cxxMix.h +58 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/dense.cpp +175 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/dense.h +341 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/dumper.cpp +277 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/dumper.h +60 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/gases.cpp +748 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/global_structures.h +1672 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/input.cpp +133 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/integrate.cpp +1219 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/inverse.cpp +5135 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/isotopes.cpp +1813 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/kinetics.cpp +3180 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/mainsubs.cpp +2320 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/model.cpp +5843 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/nvector.cpp +272 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/nvector.h +485 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/nvector_serial.cpp +1032 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/nvector_serial.h +369 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/parse.cpp +1044 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/phqalloc.cpp +316 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/phqalloc.h +47 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/pitzer.cpp +2709 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/pitzer_structures.cpp +225 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/prep.cpp +6267 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/print.cpp +3673 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/read.cpp +10245 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/readtr.cpp +1495 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/runner.cpp +158 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/runner.h +33 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/sit.cpp +1684 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/smalldense.cpp +324 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/smalldense.h +261 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/spread.cpp +1309 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/step.cpp +1566 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/structures.cpp +3381 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/sundialsmath.cpp +133 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/sundialsmath.h +162 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/sundialstypes.h +183 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/tally.cpp +1288 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/tidy.cpp +5600 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/transport.cpp +6403 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/phreeqcpp/utilities.cpp +1339 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/src/thread.h +64 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/CMakeLists.txt +133 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/Makefile.am +45 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/Makefile.in +1128 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/ex2.in +26 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/main.f90 +31 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/main77.f +6 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/main_fortran.cxx +8 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/phreeqc.dat.in +1556 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/test_c.c +148 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/test_cxx.cxx +152 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/tests/test_f90.F90 +328 -0
- pyEQL/phreeqc/iphreeqc_wrapper.cpp +75 -0
- pyEQL/phreeqc/solution.py +74 -0
- pyEQL/phreeqc/var.py +50 -0
- pyEQL/presets/Ringers lactate.yaml +20 -0
- pyEQL/presets/__init__.py +17 -0
- pyEQL/presets/normal saline.yaml +17 -0
- pyEQL/presets/rainwater.yaml +17 -0
- pyEQL/presets/seawater.yaml +29 -0
- pyEQL/presets/urine.yaml +26 -0
- pyEQL/presets/wastewater.yaml +21 -0
- pyEQL/py.typed +0 -0
- pyEQL/salt_ion_match.py +112 -0
- pyEQL/solute.py +163 -0
- pyEQL/solution.py +2714 -0
- pyEQL/utils.py +237 -0
- pyeql-1.4.0rc9.dist-info/METADATA +130 -0
- pyeql-1.4.0rc9.dist-info/RECORD +491 -0
- pyeql-1.4.0rc9.dist-info/WHEEL +6 -0
- pyeql-1.4.0rc9.dist-info/licenses/AUTHORS.md +21 -0
- pyeql-1.4.0rc9.dist-info/licenses/LICENSE.txt +20 -0
|
@@ -0,0 +1,790 @@
|
|
|
1
|
+
SOLUTION_MASTER_SPECIES
|
|
2
|
+
H H+ -1. H 1.008
|
|
3
|
+
H(1) H+ -1. 0.0
|
|
4
|
+
E e- 0.0 0.0 0.0
|
|
5
|
+
O H2O 0.0 O 16.00
|
|
6
|
+
O(-2) H2O 0.0 0.0
|
|
7
|
+
Ca Ca+2 0.0 Ca 40.08
|
|
8
|
+
Mg Mg+2 0.0 Mg 24.305
|
|
9
|
+
Na Na+ 0.0 Na 22.9898
|
|
10
|
+
K K+ 0.0 K 39.0983
|
|
11
|
+
Fe Fe+2 0.0 Fe 55.847
|
|
12
|
+
Mn Mn+2 0.0 Mn 54.938
|
|
13
|
+
Ba Ba+2 0.0 Ba 137.33
|
|
14
|
+
Sr Sr+2 0.0 Sr 87.62
|
|
15
|
+
Cl Cl- 0.0 Cl 35.453
|
|
16
|
+
C CO3-2 2.0 HCO3 12.0111
|
|
17
|
+
C(4) CO3-2 2.0 HCO3 12.0111
|
|
18
|
+
Alkalinity CO3-2 1.0 Ca0.5(CO3)0.5 50.05
|
|
19
|
+
S SO4-2 0.0 SO4 32.064
|
|
20
|
+
S(6) SO4-2 0.0 SO4
|
|
21
|
+
B B(OH)3 0.0 B 10.81
|
|
22
|
+
Li Li+ 0.0 Li 6.941
|
|
23
|
+
Br Br- 0.0 Br 79.904
|
|
24
|
+
SOLUTION_SPECIES
|
|
25
|
+
|
|
26
|
+
H+ = H+
|
|
27
|
+
log_k 0.000
|
|
28
|
+
-dw 9.31e-9
|
|
29
|
+
e- = e-
|
|
30
|
+
log_k 0.000
|
|
31
|
+
H2O = H2O
|
|
32
|
+
log_k 0.000
|
|
33
|
+
Ca+2 = Ca+2
|
|
34
|
+
log_k 0.000
|
|
35
|
+
-dw 0.793e-9
|
|
36
|
+
-millero -19.69 0.1058 -0.001256 1.617 -0.075 0.0008262
|
|
37
|
+
Mg+2 = Mg+2
|
|
38
|
+
log_k 0.000
|
|
39
|
+
-dw 0.705e-9
|
|
40
|
+
-millero -22.32 0.0868 -0.0016 2.017 -0.125 0.001457
|
|
41
|
+
Na+ = Na+
|
|
42
|
+
log_k 0.000
|
|
43
|
+
-dw 1.33e-9
|
|
44
|
+
-millero -3.46 0.1092 -0.000768 2.698 -0.106 0.001651
|
|
45
|
+
K+ = K+
|
|
46
|
+
log_k 0.000
|
|
47
|
+
-dw 1.96e-9
|
|
48
|
+
-millero 7.26 0.0892 -0.000736 2.722 -0.101 0.00151
|
|
49
|
+
Fe+2 = Fe+2
|
|
50
|
+
log_k 0.000
|
|
51
|
+
-dw 0.719e-9
|
|
52
|
+
Mn+2 = Mn+2
|
|
53
|
+
log_k 0.000
|
|
54
|
+
-dw 0.688e-9
|
|
55
|
+
Ba+2 = Ba+2
|
|
56
|
+
log_k 0.000
|
|
57
|
+
-dw 0.848e-9
|
|
58
|
+
Sr+2 = Sr+2
|
|
59
|
+
log_k 0.000
|
|
60
|
+
-dw 0.794e-9
|
|
61
|
+
-millero -18.44 0.0082 -0.0006 1.727 -0.067 0.00084
|
|
62
|
+
Cl- = Cl-
|
|
63
|
+
log_k 0.000
|
|
64
|
+
-dw 2.03e-9
|
|
65
|
+
-millero 16.37 0.0896 -0.001264 -1.494 0.034 -0.000621
|
|
66
|
+
CO3-2 = CO3-2
|
|
67
|
+
log_k 0.000
|
|
68
|
+
-dw 0.955e-9
|
|
69
|
+
-millero -8.74 0.300 -0.004064 5.65; # d is value for 25 oC, e and f not reported by Millero, 2000
|
|
70
|
+
SO4-2 = SO4-2
|
|
71
|
+
log_k 0.000
|
|
72
|
+
-dw 1.07e-9
|
|
73
|
+
-millero 9.26 0.284 -0.003808 0.4348 -0.0099143 -8.4762e-05
|
|
74
|
+
B(OH)3 = B(OH)3
|
|
75
|
+
log_k 0.000
|
|
76
|
+
-dw 1.1e-9
|
|
77
|
+
-millero 36.56 0.130 -0.00081 # d, e and f not reported by Millero, 2000
|
|
78
|
+
Li+ = Li+
|
|
79
|
+
log_k 0.000
|
|
80
|
+
-dw 1.03e-9
|
|
81
|
+
Br- = Br-
|
|
82
|
+
log_k 0.000
|
|
83
|
+
-dw 2.01e-9
|
|
84
|
+
-millero 22.98 0.0934 -0.000968 -1.675 0.05 -0.001105
|
|
85
|
+
H2O = OH- + H+
|
|
86
|
+
log_k -13.998
|
|
87
|
+
delta_h 13.345 kcal
|
|
88
|
+
# -analytic -283.971 -0.05069842 13323.0 102.24447 -1119669.0
|
|
89
|
+
-dw 5.27e-9
|
|
90
|
+
CO3-2 + H+ = HCO3-
|
|
91
|
+
log_k 10.3393
|
|
92
|
+
delta_h -3.561 kcal
|
|
93
|
+
-analytic 107.8975 0.03252849 -5151.79 -38.92561 563713.9
|
|
94
|
+
-dw 1.18e-9
|
|
95
|
+
-millero 21.07 0.185 -0.002248 2.29 -0.006644 -3.667E-06
|
|
96
|
+
CO3-2 + 2 H+ = CO2 + H2O
|
|
97
|
+
log_k 16.6767
|
|
98
|
+
delta_h -5.738 kcal
|
|
99
|
+
-analytic 464.1925 0.09344813 -26986.16 -165.75951 2248628.9
|
|
100
|
+
-dw 1.92e-9
|
|
101
|
+
#CO3-2 + 2 H+ = CO2 + H2O
|
|
102
|
+
# log_k 16.681
|
|
103
|
+
# delta_h -5.738 kcal
|
|
104
|
+
# -analytic 464.1965 0.09344813 -26986.16 -165.75951 2248628.9
|
|
105
|
+
|
|
106
|
+
SO4-2 + H+ = HSO4-
|
|
107
|
+
log_k 1.979
|
|
108
|
+
delta_h 4.91 kcal
|
|
109
|
+
-analytic -5.3585 0.0183412 557.2461
|
|
110
|
+
-dw 1.33e-9
|
|
111
|
+
B(OH)3 + H2O = B(OH)4- + H+
|
|
112
|
+
log_k -9.239
|
|
113
|
+
delta_h 0 kcal
|
|
114
|
+
|
|
115
|
+
3B(OH)3 = B3O3(OH)4- + 2H2O + H+
|
|
116
|
+
log_k -7.528
|
|
117
|
+
delta_h 0 kcal
|
|
118
|
+
|
|
119
|
+
4B(OH)3 = B4O5(OH)4-2 + 3H2O + 2H+
|
|
120
|
+
log_k -16.134
|
|
121
|
+
delta_h 0 kcal
|
|
122
|
+
|
|
123
|
+
Ca+2 + B(OH)3 + H2O = CaB(OH)4+ + H+
|
|
124
|
+
log_k -7.589
|
|
125
|
+
delta_h 0 kcal
|
|
126
|
+
|
|
127
|
+
Mg+2 + B(OH)3 + H2O = MgB(OH)4+ + H+
|
|
128
|
+
log_k -7.840
|
|
129
|
+
delta_h 0 kcal
|
|
130
|
+
|
|
131
|
+
Ca+2 + CO3-2 = CaCO3
|
|
132
|
+
log_k 3.151
|
|
133
|
+
delta_h 3.547 kcal
|
|
134
|
+
-analytic -1228.806 -0.299440 35512.75 485.818
|
|
135
|
+
-dw 4.46e-10 # complexes: calc'd with the Pikal formula
|
|
136
|
+
Mg+2 + H2O = MgOH+ + H+
|
|
137
|
+
log_k -11.809
|
|
138
|
+
delta_h 15.419 kcal
|
|
139
|
+
|
|
140
|
+
Mg+2 + CO3-2 = MgCO3
|
|
141
|
+
log_k 2.928
|
|
142
|
+
delta_h 2.535 kcal
|
|
143
|
+
-analytic -32.225 0.0 1093.486 12.72433
|
|
144
|
+
-dw 4.21e-10
|
|
145
|
+
|
|
146
|
+
PHASES
|
|
147
|
+
Anhydrite
|
|
148
|
+
CaSO4 = Ca+2 + SO4-2
|
|
149
|
+
log_k -4.362
|
|
150
|
+
-analytic 422.950 0.0 -18431. -147.708
|
|
151
|
+
|
|
152
|
+
Aragonite
|
|
153
|
+
CaCO3 = CO3-2 + Ca+2
|
|
154
|
+
log_k -8.336
|
|
155
|
+
delta_h -2.589 kcal
|
|
156
|
+
-analytic -171.8607 -.077993 2903.293 71.595
|
|
157
|
+
|
|
158
|
+
Arcanite
|
|
159
|
+
K2SO4 = + 1.0000 SO4-- + 2.0000 K+
|
|
160
|
+
log_k -1.776
|
|
161
|
+
-analytic 2.823 0.0 -1371.2
|
|
162
|
+
|
|
163
|
+
Bischofite
|
|
164
|
+
MgCl2:6H2O = + 1.0000 Mg++ + 2.0000 Cl- + 6.0000 H2O
|
|
165
|
+
log_k 4.455
|
|
166
|
+
-analytic 3.524 0.0 277.6
|
|
167
|
+
|
|
168
|
+
Bloedite
|
|
169
|
+
Na2Mg(SO4)2:4H2O = + 1.0000 Mg++ + 2.0000 Na+ + 2.0000 SO4-- + 4.0000 H2O
|
|
170
|
+
log_k -2.347
|
|
171
|
+
-delta_H 0 # Not possible to calculate enthalpy of reaction Bloedite
|
|
172
|
+
Brucite
|
|
173
|
+
Mg(OH)2 = + 1.0000 Mg++ + 2.0000 OH-
|
|
174
|
+
log_k -10.88
|
|
175
|
+
-delta_H 4.85 kcal/mol
|
|
176
|
+
# -analytic -1.0280e+002 -1.9759e-002 9.0180e+003 3.8282e+001 1.4075e+002
|
|
177
|
+
# -Range: 0-300
|
|
178
|
+
|
|
179
|
+
Burkeite
|
|
180
|
+
Na6CO3(SO4)2 = + 1.0000 CO3-2 + 2.0000 SO4-- + 6.0000 Na+
|
|
181
|
+
log_k -0.772
|
|
182
|
+
|
|
183
|
+
Calcite
|
|
184
|
+
CaCO3 = CO3-2 + Ca+2
|
|
185
|
+
log_k -8.406
|
|
186
|
+
delta_h -2.297 kcal
|
|
187
|
+
-analytic -171.8329 -0.077993 2839.319 71.595
|
|
188
|
+
|
|
189
|
+
Carnallite
|
|
190
|
+
KMgCl3:6H2O = K+ + Mg++ + 3Cl- + 6H2O
|
|
191
|
+
log_k 4.330
|
|
192
|
+
|
|
193
|
+
Celestite
|
|
194
|
+
SrSO4 = Sr+2 + SO4-2
|
|
195
|
+
log_k -6.630
|
|
196
|
+
-analytic 35.3106 -0.00422837 0. -14.99586 -318312.
|
|
197
|
+
|
|
198
|
+
Dolomite
|
|
199
|
+
CaMg(CO3)2 = Ca+2 + Mg+2 + 2 CO3-2
|
|
200
|
+
log_k -17.083
|
|
201
|
+
delta_h -9.436 kcal
|
|
202
|
+
|
|
203
|
+
Epsomite
|
|
204
|
+
MgSO4:7H2O = Mg+2 + SO4-2 + 7 H2O
|
|
205
|
+
log_k -1.881
|
|
206
|
+
-analytical 1.718 0.0 -1073.
|
|
207
|
+
|
|
208
|
+
Gaylussite
|
|
209
|
+
CaNa2(CO3)2:5H2O = Ca+2 + 2 CO3-2 + 2 Na+ + 5 H2O
|
|
210
|
+
log_k -9.421
|
|
211
|
+
|
|
212
|
+
Glaserite
|
|
213
|
+
NaK3(SO4)2 = Na+ + 3K+ + 2SO4-2
|
|
214
|
+
log_k -3.803
|
|
215
|
+
|
|
216
|
+
Glauberite
|
|
217
|
+
Na2Ca(SO4)2 = Ca+2 + 2 Na+ + 2 SO4-2
|
|
218
|
+
log_k -5.245
|
|
219
|
+
|
|
220
|
+
Gypsum
|
|
221
|
+
CaSO4:2H2O = Ca+2 + SO4-2 + 2 H2O
|
|
222
|
+
log_k -4.581
|
|
223
|
+
delta_h -0.109 kcal
|
|
224
|
+
-analytic 90.318 0.0 -4213. -32.641
|
|
225
|
+
|
|
226
|
+
Halite
|
|
227
|
+
NaCl = Cl- + Na+
|
|
228
|
+
log_k 1.570
|
|
229
|
+
-analytic -713.4616 -.1201241 37302.21 262.4583 -2106915.
|
|
230
|
+
|
|
231
|
+
Hexahydrite
|
|
232
|
+
MgSO4:6H2O = Mg+2 + SO4-2 + 6 H2O
|
|
233
|
+
log_k -1.635
|
|
234
|
+
-analytic -62.666 0.0 1828. 22.187
|
|
235
|
+
|
|
236
|
+
Kainite
|
|
237
|
+
KMgClSO4:3H2O = Cl- + K+ + Mg+2 + SO4-2 + 3 H2O
|
|
238
|
+
log_k -0.193
|
|
239
|
+
|
|
240
|
+
Kalicinite
|
|
241
|
+
KHCO3 = K+ + H+ + CO3-2
|
|
242
|
+
log_k -10.058
|
|
243
|
+
|
|
244
|
+
Kieserite
|
|
245
|
+
MgSO4:H2O = Mg+2 + SO4-2 + H2O
|
|
246
|
+
log_k -0.123
|
|
247
|
+
|
|
248
|
+
Labile_S
|
|
249
|
+
Na4Ca(SO4)3:2H2O = 4Na+ + Ca+2 + 3SO4-2 + 2H2O
|
|
250
|
+
log_k -5.672
|
|
251
|
+
|
|
252
|
+
Leonhardite
|
|
253
|
+
MgSO4:4H2O = Mg+2 + SO4-2 + 4H2O
|
|
254
|
+
log_k -0.887
|
|
255
|
+
|
|
256
|
+
Leonite
|
|
257
|
+
K2Mg(SO4)2:4H2O = Mg+2 + 2 K+ + 2 SO4-2 + 4 H2O
|
|
258
|
+
log_k -3.979
|
|
259
|
+
|
|
260
|
+
Magnesite
|
|
261
|
+
MgCO3 = CO3-2 + Mg+2
|
|
262
|
+
log_k -7.834
|
|
263
|
+
delta_h -6.169
|
|
264
|
+
|
|
265
|
+
Mirabilite
|
|
266
|
+
Na2SO4:10H2O = SO4-2 + 2 Na+ + 10 H2O
|
|
267
|
+
log_k -1.214
|
|
268
|
+
-analytic -3862.234 -1.19856 93713.54 1577.756 0.
|
|
269
|
+
|
|
270
|
+
Misenite
|
|
271
|
+
K8H6(SO4)7 = 6 H+ + 7 SO4-2 + 8 K+
|
|
272
|
+
log_k -10.806
|
|
273
|
+
|
|
274
|
+
Nahcolite
|
|
275
|
+
NaHCO3 = CO3-2 + H+ + Na+
|
|
276
|
+
log_k -10.742
|
|
277
|
+
|
|
278
|
+
Natron
|
|
279
|
+
Na2CO3:10H2O = CO3-2 + 2 Na+ + 10.0000 H2O
|
|
280
|
+
log_k -0.825
|
|
281
|
+
|
|
282
|
+
Nesquehonite
|
|
283
|
+
MgCO3:3H2O = CO3-2 + Mg+2 + 3 H2O
|
|
284
|
+
log_k -5.167
|
|
285
|
+
|
|
286
|
+
CO2(g)
|
|
287
|
+
CO2 = CO2
|
|
288
|
+
log_k -1.468
|
|
289
|
+
-analytic 108.3865 0.01985076 -6919.53 -40.45154 669365.0
|
|
290
|
+
|
|
291
|
+
Pentahydrite
|
|
292
|
+
MgSO4:5H2O = Mg+2 + SO4-2 + 5 H2O
|
|
293
|
+
log_k -1.285
|
|
294
|
+
|
|
295
|
+
Pirssonite
|
|
296
|
+
Na2Ca(CO3)2:2H2O = 2Na+ + Ca+2 + 2CO3-2 + 2 H2O
|
|
297
|
+
log_k -9.234
|
|
298
|
+
|
|
299
|
+
Polyhalite
|
|
300
|
+
K2MgCa2(SO4)4:2H2O = 2K+ + Mg+2 + 2 Ca+2 + 4SO4-2 + 2 H2O
|
|
301
|
+
log_k -13.744
|
|
302
|
+
|
|
303
|
+
Portlandite
|
|
304
|
+
Ca(OH)2 = Ca+2 + 2 OH-
|
|
305
|
+
log_k -5.190
|
|
306
|
+
|
|
307
|
+
Schoenite
|
|
308
|
+
K2Mg(SO4)2:6H2O = 2K+ + Mg+2 + 2 SO4-2 + 6H2O
|
|
309
|
+
log_k -4.328
|
|
310
|
+
|
|
311
|
+
Sylvite
|
|
312
|
+
KCl = K+ + Cl-
|
|
313
|
+
log_k 0.900
|
|
314
|
+
-analytic 3.984 0.0 -919.55
|
|
315
|
+
|
|
316
|
+
Syngenite
|
|
317
|
+
K2Ca(SO4)2:H2O = 2K+ + Ca+2 + 2SO4-2 + H2O
|
|
318
|
+
log_k -7.448
|
|
319
|
+
|
|
320
|
+
Trona
|
|
321
|
+
Na3H(CO3)2:2H2O = 3 Na+ + H+ + 2CO3-2 + 2H2O
|
|
322
|
+
log_k -11.384
|
|
323
|
+
|
|
324
|
+
Borax
|
|
325
|
+
Na2(B4O5(OH)4):8H2O + 2 H+ = 4 B(OH)3 + 2 Na+ + 5 H2O
|
|
326
|
+
log_k 12.464
|
|
327
|
+
|
|
328
|
+
Boric_acid,s
|
|
329
|
+
B(OH)3 = B(OH)3
|
|
330
|
+
log_k -0.030
|
|
331
|
+
|
|
332
|
+
KB5O8:4H2O
|
|
333
|
+
KB5O8:4H2O + 3H2O + H+ = 5B(OH)3 + K+
|
|
334
|
+
log_k 4.671
|
|
335
|
+
|
|
336
|
+
K2B4O7:4H2O
|
|
337
|
+
K2B4O7:4H2O + H2O + 2H+ = 4B(OH)3 + 2K+
|
|
338
|
+
log_k 13.906
|
|
339
|
+
|
|
340
|
+
NaBO2:4H2O
|
|
341
|
+
NaBO2:4H2O + H+ = B(OH)3 + Na+ + 3H2O
|
|
342
|
+
log_k 9.568
|
|
343
|
+
|
|
344
|
+
NaB5O8:5H2O
|
|
345
|
+
NaB5O8:5H2O + 2H2O + H+ = 5B(OH)3 + Na+
|
|
346
|
+
log_k 5.895
|
|
347
|
+
|
|
348
|
+
Teepleite
|
|
349
|
+
Na2B(OH)4Cl + H+ = B(OH)3 + 2Na+ + Cl- + H2O
|
|
350
|
+
log_k 10.840
|
|
351
|
+
|
|
352
|
+
H2O(g)
|
|
353
|
+
H2O = H2O
|
|
354
|
+
log_k 1.51
|
|
355
|
+
delta_h -44.03 kJ
|
|
356
|
+
# Stumm and Morgan, from NBS and Robie, Hemmingway, and Fischer (1978)
|
|
357
|
+
|
|
358
|
+
PITZER
|
|
359
|
+
-B0
|
|
360
|
+
Na+ Cl- 0.0765 -777.03 -4.4706 0.008946 -3.3158E-6
|
|
361
|
+
K+ Cl- 0.04835 0 0 5.794E-4
|
|
362
|
+
Mg+2 Cl- 0.35235 0 0 -1.943E-4
|
|
363
|
+
Ca+2 Cl- 0.3159 0 0 -1.725E-4
|
|
364
|
+
MgOH+ Cl- -0.1
|
|
365
|
+
H+ Cl- 0.1775 0 0 -3.081E-4
|
|
366
|
+
Li+ Cl- 0.1494 0 0 -1.685E-4
|
|
367
|
+
Sr+2 Cl- 0.2858 0 0 0.717E-3
|
|
368
|
+
Fe+2 Cl- 0.335925
|
|
369
|
+
Mn+2 Cl- 0.327225
|
|
370
|
+
Ba+2 Cl- 0.2628 0 0 0.6405E-3
|
|
371
|
+
CaB(OH)4+ Cl- 0.12
|
|
372
|
+
MgB(OH)4+ Cl- 0.16
|
|
373
|
+
Na+ Br- 0.0973 0 0 7.692E-4
|
|
374
|
+
K+ Br- 0.0569 0 0 7.39E-4
|
|
375
|
+
H+ Br- 0.1960 0 0 -2.049E-4
|
|
376
|
+
Mg+2 Br- 0.4327 0 0 -5.625E-5
|
|
377
|
+
Ca+2 Br- 0.3816 0 0 -5.2275E-4
|
|
378
|
+
Li+ Br- 0.1748 0 0 -1.819E-4
|
|
379
|
+
Sr+2 Br- 0.331125 0 0 -0.32775E-3
|
|
380
|
+
Ba+2 Br- 0.31455 0 0 -0.33825E-3
|
|
381
|
+
Na+ SO4-2 0.01958 0 0 2.367E-3
|
|
382
|
+
K+ SO4-2 0.04995 0 0 1.44E-3
|
|
383
|
+
Mg+2 SO4-2 0.221 0 0 -0.69E-3
|
|
384
|
+
Ca+2 SO4-2 0.2
|
|
385
|
+
H+ SO4-2 0.0298
|
|
386
|
+
Li+ SO4-2 0.136275 0 0 0.5055E-3
|
|
387
|
+
Sr+2 SO4-2 0.200 0 0 -2.9E-3
|
|
388
|
+
Fe+2 SO4-2 0.2568
|
|
389
|
+
Mn+2 SO4-2 0.2065
|
|
390
|
+
Na+ HSO4- 0.0454
|
|
391
|
+
K+ HSO4- -0.0003
|
|
392
|
+
Mg+2 HSO4- 0.4746
|
|
393
|
+
Ca+2 HSO4- 0.2145
|
|
394
|
+
H+ HSO4- 0.2065
|
|
395
|
+
Fe+2 HSO4- 0.4273
|
|
396
|
+
Na+ OH- 0.0864 0 0 7.00E-4
|
|
397
|
+
K+ OH- 0.1298
|
|
398
|
+
Ca+2 OH- -0.1747
|
|
399
|
+
Li+ OH- 0.015
|
|
400
|
+
Ba+2 OH- 0.17175
|
|
401
|
+
Na+ HCO3- 0.0277 0 0 1.00E-3
|
|
402
|
+
K+ HCO3- 0.0296 0 0 0.996E-3
|
|
403
|
+
Mg+2 HCO3- 0.329
|
|
404
|
+
Ca+2 HCO3- 0.4
|
|
405
|
+
Sr+2 HCO3- 0.12
|
|
406
|
+
Na+ CO3-2 0.0399 0 0 1.79E-3
|
|
407
|
+
K+ CO3-2 0.1488 0 0 1.788E-3
|
|
408
|
+
Na+ B(OH)4- -0.0427
|
|
409
|
+
Na+ B3O3(OH)4- -0.056
|
|
410
|
+
Na+ B4O5(OH)4-2 -0.11
|
|
411
|
+
K+ B(OH)4- 0.035
|
|
412
|
+
K+ B3O3(OH)4- -0.13
|
|
413
|
+
K+ B4O5(OH)4-2 -0.022
|
|
414
|
+
-B1
|
|
415
|
+
Na+ Cl- 0.2664 0 0 6.1608E-5 1.0715E-6
|
|
416
|
+
K+ Cl- 0.2122 0 0 10.71E-4
|
|
417
|
+
Mg+2 Cl- 1.6815 0 0 3.6525E-3
|
|
418
|
+
Ca+2 Cl- 1.614 0 0 3.9E-3
|
|
419
|
+
MgOH+ Cl- 1.658
|
|
420
|
+
H+ Cl- 0.2945 0 0 1.419E-4
|
|
421
|
+
Li+ Cl- 0.3074 0 0 5.366E-4
|
|
422
|
+
Sr+2 Cl- 1.667 0 0 2.8425E-3
|
|
423
|
+
Fe+2 Cl- 1.53225
|
|
424
|
+
Mn+2 Cl- 1.55025
|
|
425
|
+
Ba+2 Cl- 1.49625 0 0 3.2325E-3
|
|
426
|
+
Na+ Br- 0.2791 0 0 10.79E-4
|
|
427
|
+
K+ Br- 0.2212 0 0 17.40E-4
|
|
428
|
+
H+ Br- 0.3564 0 0 4.467E-4
|
|
429
|
+
Mg+2 Br- 1.753 0 0 3.8625E-3
|
|
430
|
+
Ca+2 Br- 1.613 0 0 6.0375E-3
|
|
431
|
+
Li+ Br- 0.2547 0 0 6.636E-4
|
|
432
|
+
Sr+2 Br- 1.7115 0 0 6.5325E-3
|
|
433
|
+
Ba+2 Br- 1.56975 0 0 6.78E-3
|
|
434
|
+
Na+ SO4-2 1.113 0 0 5.6325E-3
|
|
435
|
+
K+ SO4-2 0.7793 0 0 6.6975E-3
|
|
436
|
+
Mg+2 SO4-2 3.343 0 0 1.53E-2
|
|
437
|
+
Ca+2 SO4-2 3.1973 0 0 5.46E-2
|
|
438
|
+
Li+ SO4-2 1.2705 0 0 1.41E-3
|
|
439
|
+
Sr+2 SO4-2 3.1973 0 0 27.0E-3
|
|
440
|
+
Fe+2 SO4-2 3.063
|
|
441
|
+
Mn+2 SO4-2 2.9511
|
|
442
|
+
Na+ HSO4- 0.398
|
|
443
|
+
K+ HSO4- 0.1735
|
|
444
|
+
Mg+2 HSO4- 1.729
|
|
445
|
+
Ca+2 HSO4- 2.53
|
|
446
|
+
H+ HSO4- 0.5556
|
|
447
|
+
Fe+2 HSO4- 3.48
|
|
448
|
+
Na+ OH- 0.253 0 0 1.34E-4
|
|
449
|
+
K+ OH- 0.32
|
|
450
|
+
Ca+2 OH- -0.2303
|
|
451
|
+
Li+ OH- 0.14
|
|
452
|
+
Ba+2 OH- 1.2
|
|
453
|
+
Na+ HCO3- 0.0411 0 0 1.10E-3
|
|
454
|
+
K+ HCO3- -0.013 0 0 1.104E-3
|
|
455
|
+
Mg+2 HCO3- 0.6072
|
|
456
|
+
Ca+2 HCO3- 2.977
|
|
457
|
+
Na+ CO3-2 1.389 0 0 2.05E-3
|
|
458
|
+
K+ CO3-2 1.43 0 0 2.051E-3
|
|
459
|
+
Na+ B(OH)4- 0.089
|
|
460
|
+
Na+ B3O3(OH)4- -0.910
|
|
461
|
+
Na+ B4O5(OH)4-2 -0.40
|
|
462
|
+
K+ B(OH)4- 0.14
|
|
463
|
+
-B2
|
|
464
|
+
Mg+2 SO4-2 -37.23 0 0 -0.253
|
|
465
|
+
Ca+2 SO4-2 -54.24 0 0 -0.516
|
|
466
|
+
Sr+2 SO4-2 -54.24 0 0 -0.42
|
|
467
|
+
Fe+2 SO4-2 -42.0
|
|
468
|
+
Mn+2 SO4-2 -40.0
|
|
469
|
+
Ca+2 OH- -5.72
|
|
470
|
+
-C0
|
|
471
|
+
Na+ Cl- 0.00127 33.317 0.09421 -4.655E-5
|
|
472
|
+
K+ Cl- -0.00084 0 0 -5.095E-5
|
|
473
|
+
Mg+2 Cl- 0.00519 0 0 -1.64933E-4
|
|
474
|
+
Ca+2 Cl- -0.00034
|
|
475
|
+
H+ Cl- 0.0008 0 0 6.213E-5
|
|
476
|
+
Li+ Cl- 0.00359 0 0 -4.520E-5
|
|
477
|
+
Sr+2 Cl- -0.00130
|
|
478
|
+
Fe+2 Cl- -0.00860725
|
|
479
|
+
Mn+2 Cl- -0.0204972
|
|
480
|
+
Ba+2 Cl- -0.0193782 0 0 -1.53796E-4
|
|
481
|
+
Na+ Br- 0.00116 0 0 -9.30E-5
|
|
482
|
+
K+ Br- -0.00180 0 0 -7.004E-5
|
|
483
|
+
H+ Br- 0.00827 0 0 -5.685E-5
|
|
484
|
+
Mg+2 Br- 0.00312
|
|
485
|
+
Ca+2 Br- -0.00257
|
|
486
|
+
Li+ Br- 0.0053 0 0 -2.813E-5
|
|
487
|
+
Sr+2 Br- 0.00122506
|
|
488
|
+
Ba+2 Br- -0.0159576
|
|
489
|
+
Na+ SO4-2 0.00497 0 0 -4.87904E-4
|
|
490
|
+
Mg+2 SO4-2 0.025 0 0 0.523E-3
|
|
491
|
+
H+ SO4-2 0.0438
|
|
492
|
+
Li+ SO4-2 -0.00399338 0 0 -2.33345E-4
|
|
493
|
+
Fe+2 SO4-2 0.0209
|
|
494
|
+
Mn+2 SO4-2 0.01636
|
|
495
|
+
Na+ OH- 0.0044 0 0 -18.94E-5
|
|
496
|
+
K+ OH- 0.0041
|
|
497
|
+
K+ HCO3- -0.008
|
|
498
|
+
Na+ CO3-2 0.0044
|
|
499
|
+
K+ CO3-2 -0.0015
|
|
500
|
+
Na+ B(OH)4- 0.0114
|
|
501
|
+
-THETA
|
|
502
|
+
K+ Na+ -0.012
|
|
503
|
+
Mg+2 Na+ 0.07
|
|
504
|
+
Ca+2 Na+ 0.07
|
|
505
|
+
Sr+2 Na+ 0.051
|
|
506
|
+
H+ Na+ 0.036
|
|
507
|
+
Ca+2 K+ 0.032
|
|
508
|
+
H+ K+ 0.005
|
|
509
|
+
Ca+2 Mg+2 0.007
|
|
510
|
+
H+ Mg+2 0.1
|
|
511
|
+
H+ Ca+2 0.092
|
|
512
|
+
SO4-2 Cl- 0.02
|
|
513
|
+
HSO4- Cl- -0.006
|
|
514
|
+
OH- Cl- -0.05
|
|
515
|
+
HCO3- Cl- 0.03
|
|
516
|
+
CO3-2 Cl- -0.02
|
|
517
|
+
B(OH)4- Cl- -0.065
|
|
518
|
+
B3O3(OH)4- Cl- 0.12
|
|
519
|
+
B4O5(OH)4-2 Cl- 0.074
|
|
520
|
+
OH- Br- -0.065
|
|
521
|
+
OH- SO4-2 -0.013
|
|
522
|
+
HCO3- SO4-2 0.01
|
|
523
|
+
CO3-2 SO4-2 0.02
|
|
524
|
+
B(OH)4- SO4-2 -0.012
|
|
525
|
+
B3O3(OH)4- SO4-2 0.10
|
|
526
|
+
B4O5(OH)4-2 SO4-2 0.12
|
|
527
|
+
CO3-2 OH- 0.1
|
|
528
|
+
CO3-2 HCO3- -0.04
|
|
529
|
+
B3O3(OH)4- HCO3- -0.10
|
|
530
|
+
B4O5(OH)4-2 HCO3- -0.087
|
|
531
|
+
-LAMBDA
|
|
532
|
+
Na+ CO2 0.1
|
|
533
|
+
K+ CO2 0.051
|
|
534
|
+
Mg+2 CO2 0.183
|
|
535
|
+
Ca+2 CO2 0.183
|
|
536
|
+
Cl- CO2 -0.005
|
|
537
|
+
SO4-2 CO2 0.097
|
|
538
|
+
HSO4- CO2 -0.003
|
|
539
|
+
Na+ B(OH)3 -0.097
|
|
540
|
+
K+ B(OH)3 -0.14
|
|
541
|
+
Cl- B(OH)3 0.091
|
|
542
|
+
SO4-2 B(OH)3 0.018
|
|
543
|
+
B3O3(OH)4- B(OH)3 -0.20
|
|
544
|
+
-ZETA
|
|
545
|
+
H+ Cl- B(OH)3 -0.0102
|
|
546
|
+
Na+ SO4-2 B(OH)3 0.046
|
|
547
|
+
-PSI
|
|
548
|
+
Na+ K+ Cl- -0.0018
|
|
549
|
+
Na+ K+ Br- -0.0022
|
|
550
|
+
Na+ K+ SO4-2 -0.010
|
|
551
|
+
Na+ K+ HCO3- -0.003
|
|
552
|
+
Na+ K+ CO3-2 0.003
|
|
553
|
+
Na+ Ca+2 Cl- -0.007
|
|
554
|
+
Na+ Sr+2 Cl- -0.0021
|
|
555
|
+
Na+ Ca+2 SO4-2 -0.055
|
|
556
|
+
Na+ Mg+2 Cl- -0.012
|
|
557
|
+
Na+ Mg+2 SO4-2 -0.015
|
|
558
|
+
Na+ H+ Cl- -0.004
|
|
559
|
+
Na+ H+ Br- -0.012
|
|
560
|
+
Na+ H+ HSO4- -0.0129
|
|
561
|
+
K+ Ca+2 Cl- -0.025
|
|
562
|
+
K+ Mg+2 Cl- -0.022
|
|
563
|
+
K+ Mg+2 SO4-2 -0.048
|
|
564
|
+
K+ H+ Cl- -0.011
|
|
565
|
+
K+ H+ Br- -0.021
|
|
566
|
+
K+ H+ SO4-2 0.197
|
|
567
|
+
K+ H+ HSO4- -0.0265
|
|
568
|
+
Ca+2 Mg+2 Cl- -0.012
|
|
569
|
+
Ca+2 Mg+2 SO4-2 0.024
|
|
570
|
+
Ca+2 H+ Cl- -0.015
|
|
571
|
+
Mg+2 MgOH+ Cl- 0.028
|
|
572
|
+
Mg+2 H+ Cl- -0.011
|
|
573
|
+
Mg+2 H+ HSO4- -0.0178
|
|
574
|
+
Cl- Br- K+ 0.0000
|
|
575
|
+
Cl- SO4-2 Na+ 0.0014
|
|
576
|
+
Cl- SO4-2 Ca+2 -0.018
|
|
577
|
+
Cl- SO4-2 Mg+2 -0.004
|
|
578
|
+
Cl- HSO4- Na+ -0.006
|
|
579
|
+
Cl- HSO4- H+ 0.013
|
|
580
|
+
Cl- OH- Na+ -0.006
|
|
581
|
+
Cl- OH- K+ -0.006
|
|
582
|
+
Cl- OH- Ca+2 -0.025
|
|
583
|
+
Cl- HCO3- Na+ -0.015
|
|
584
|
+
Cl- HCO3- Mg+2 -0.096
|
|
585
|
+
Cl- CO3-2 Na+ 0.0085
|
|
586
|
+
Cl- CO3-2 K+ 0.004
|
|
587
|
+
Cl- B(OH)4- Na+ -0.0073
|
|
588
|
+
Cl- B3O3(OH)4- Na+ -0.024
|
|
589
|
+
Cl- B4O5(OH)4-2 Na+ 0.026
|
|
590
|
+
SO4-2 HSO4- Na+ -0.0094
|
|
591
|
+
SO4-2 HSO4- K+ -0.0677
|
|
592
|
+
SO4-2 HSO4- Mg+2 -0.0425
|
|
593
|
+
SO4-2 OH- Na+ -0.009
|
|
594
|
+
SO4-2 OH- K+ -0.050
|
|
595
|
+
SO4-2 HCO3- Na+ -0.005
|
|
596
|
+
SO4-2 HCO3- Mg+2 -0.161
|
|
597
|
+
SO4-2 CO3-2 Na+ -0.005
|
|
598
|
+
SO4-2 CO3-2 K+ -0.009
|
|
599
|
+
OH- CO3-2 Na+ -0.017
|
|
600
|
+
OH- CO3-2 K+ -0.01
|
|
601
|
+
OH- Br- Na+ -0.018
|
|
602
|
+
OH- Br- K+ -0.014
|
|
603
|
+
HCO3- CO3-2 Na+ 0.002
|
|
604
|
+
HCO3- CO3-2 K+ 0.012
|
|
605
|
+
|
|
606
|
+
EXCHANGE_MASTER_SPECIES
|
|
607
|
+
X X-
|
|
608
|
+
EXCHANGE_SPECIES
|
|
609
|
+
X- = X-
|
|
610
|
+
log_k 0.0
|
|
611
|
+
|
|
612
|
+
Na+ + X- = NaX
|
|
613
|
+
log_k 0.0
|
|
614
|
+
|
|
615
|
+
K+ + X- = KX
|
|
616
|
+
log_k 0.7
|
|
617
|
+
delta_h -4.3 # Jardine & Sparks, 1984
|
|
618
|
+
|
|
619
|
+
Li+ + X- = LiX
|
|
620
|
+
log_k -0.08
|
|
621
|
+
delta_h 1.4 # Merriam & Thomas, 1956
|
|
622
|
+
|
|
623
|
+
Ca+2 + 2X- = CaX2
|
|
624
|
+
log_k 0.8
|
|
625
|
+
delta_h 7.2 # Van Bladel & Gheyl, 1980
|
|
626
|
+
|
|
627
|
+
Mg+2 + 2X- = MgX2
|
|
628
|
+
log_k 0.6
|
|
629
|
+
delta_h 7.4 # Laudelout et al., 1968
|
|
630
|
+
|
|
631
|
+
Sr+2 + 2X- = SrX2
|
|
632
|
+
log_k 0.91
|
|
633
|
+
delta_h 5.5 # Laudelout et al., 1968
|
|
634
|
+
|
|
635
|
+
Ba+2 + 2X- = BaX2
|
|
636
|
+
log_k 0.91
|
|
637
|
+
delta_h 4.5 # Laudelout et al., 1968
|
|
638
|
+
|
|
639
|
+
Mn+2 + 2X- = MnX2
|
|
640
|
+
log_k 0.52
|
|
641
|
+
|
|
642
|
+
Fe+2 + 2X- = FeX2
|
|
643
|
+
log_k 0.44
|
|
644
|
+
|
|
645
|
+
SURFACE_MASTER_SPECIES
|
|
646
|
+
Hfo_s Hfo_sOH
|
|
647
|
+
Hfo_w Hfo_wOH
|
|
648
|
+
SURFACE_SPECIES
|
|
649
|
+
# All surface data from
|
|
650
|
+
# Dzombak and Morel, 1990
|
|
651
|
+
#
|
|
652
|
+
#
|
|
653
|
+
# Acid-base data from table 5.7
|
|
654
|
+
#
|
|
655
|
+
# strong binding site--Hfo_s,
|
|
656
|
+
|
|
657
|
+
Hfo_sOH = Hfo_sOH
|
|
658
|
+
log_k 0.0
|
|
659
|
+
|
|
660
|
+
Hfo_sOH + H+ = Hfo_sOH2+
|
|
661
|
+
log_k 7.29 # = pKa1,int
|
|
662
|
+
|
|
663
|
+
Hfo_sOH = Hfo_sO- + H+
|
|
664
|
+
log_k -8.93 # = -pKa2,int
|
|
665
|
+
|
|
666
|
+
# weak binding site--Hfo_w
|
|
667
|
+
|
|
668
|
+
Hfo_wOH = Hfo_wOH
|
|
669
|
+
log_k 0.0
|
|
670
|
+
|
|
671
|
+
Hfo_wOH + H+ = Hfo_wOH2+
|
|
672
|
+
log_k 7.29 # = pKa1,int
|
|
673
|
+
|
|
674
|
+
Hfo_wOH = Hfo_wO- + H+
|
|
675
|
+
log_k -8.93 # = -pKa2,int
|
|
676
|
+
|
|
677
|
+
###############################################
|
|
678
|
+
# CATIONS #
|
|
679
|
+
###############################################
|
|
680
|
+
#
|
|
681
|
+
# Cations from table 10.1 or 10.5
|
|
682
|
+
#
|
|
683
|
+
# Calcium
|
|
684
|
+
Hfo_sOH + Ca+2 = Hfo_sOHCa+2
|
|
685
|
+
log_k 4.97
|
|
686
|
+
|
|
687
|
+
Hfo_wOH + Ca+2 = Hfo_wOCa+ + H+
|
|
688
|
+
log_k -5.85
|
|
689
|
+
# Strontium
|
|
690
|
+
Hfo_sOH + Sr+2 = Hfo_sOHSr+2
|
|
691
|
+
log_k 5.01
|
|
692
|
+
|
|
693
|
+
Hfo_wOH + Sr+2 = Hfo_wOSr+ + H+
|
|
694
|
+
log_k -6.58
|
|
695
|
+
|
|
696
|
+
Hfo_wOH + Sr+2 + H2O = Hfo_wOSrOH + 2H+
|
|
697
|
+
log_k -17.60
|
|
698
|
+
# Barium
|
|
699
|
+
Hfo_sOH + Ba+2 = Hfo_sOHBa+2
|
|
700
|
+
log_k 5.46
|
|
701
|
+
|
|
702
|
+
Hfo_wOH + Ba+2 = Hfo_wOBa+ + H+
|
|
703
|
+
log_k -7.2 # table 10.5
|
|
704
|
+
#
|
|
705
|
+
# Derived constants table 10.5
|
|
706
|
+
#
|
|
707
|
+
# Magnesium
|
|
708
|
+
Hfo_wOH + Mg+2 = Hfo_wOMg+ + H+
|
|
709
|
+
log_k -4.6
|
|
710
|
+
# Manganese
|
|
711
|
+
Hfo_sOH + Mn+2 = Hfo_sOMn+ + H+
|
|
712
|
+
log_k -0.4 # table 10.5
|
|
713
|
+
|
|
714
|
+
Hfo_wOH + Mn+2 = Hfo_wOMn+ + H+
|
|
715
|
+
log_k -3.5 # table 10.5
|
|
716
|
+
# Iron
|
|
717
|
+
# Hfo_sOH + Fe+2 = Hfo_sOFe+ + H+
|
|
718
|
+
# log_k 0.7 # LFER using table 10.5
|
|
719
|
+
|
|
720
|
+
# Hfo_wOH + Fe+2 = Hfo_wOFe+ + H+
|
|
721
|
+
# log_k -2.5 # LFER using table 10.5
|
|
722
|
+
|
|
723
|
+
# Iron, strong site: Appelo, Van der Weiden, Tournassat & Charlet, subm.
|
|
724
|
+
Hfo_sOH + Fe+2 = Hfo_sOFe+ + H+
|
|
725
|
+
log_k -0.95
|
|
726
|
+
# Iron, weak site: Liger et al., GCA 63, 2939, re-optimized for D&M
|
|
727
|
+
Hfo_wOH + Fe+2 = Hfo_wOFe+ + H+
|
|
728
|
+
log_k -2.98
|
|
729
|
+
|
|
730
|
+
Hfo_wOH + Fe+2 + H2O = Hfo_wOFeOH + 2H+
|
|
731
|
+
log_k -11.55
|
|
732
|
+
|
|
733
|
+
###############################################
|
|
734
|
+
# ANIONS #
|
|
735
|
+
###############################################
|
|
736
|
+
#
|
|
737
|
+
# Anions from table 10.6
|
|
738
|
+
#
|
|
739
|
+
#
|
|
740
|
+
# Anions from table 10.7
|
|
741
|
+
#
|
|
742
|
+
# Borate
|
|
743
|
+
Hfo_wOH + B(OH)3 = Hfo_wH2BO3 + H2O
|
|
744
|
+
log_k 0.62
|
|
745
|
+
#
|
|
746
|
+
# Anions from table 10.8
|
|
747
|
+
#
|
|
748
|
+
# Sulfate
|
|
749
|
+
Hfo_wOH + SO4-2 + H+ = Hfo_wSO4- + H2O
|
|
750
|
+
log_k 7.78
|
|
751
|
+
|
|
752
|
+
Hfo_wOH + SO4-2 = Hfo_wOHSO4-2
|
|
753
|
+
log_k 0.79
|
|
754
|
+
#
|
|
755
|
+
# Carbonate: Van Geen et al., 1994 reoptimized for HFO
|
|
756
|
+
# 0.15 g HFO/L has 0.344 mM sites == 2 g of Van Geen's Goethite/L
|
|
757
|
+
#
|
|
758
|
+
# Hfo_wOH + CO3-2 + H+ = Hfo_wCO3- + H2O
|
|
759
|
+
# log_k 12.56
|
|
760
|
+
#
|
|
761
|
+
# Hfo_wOH + CO3-2 + 2H+= Hfo_wHCO3 + H2O
|
|
762
|
+
# log_k 20.62
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
END
|
|
766
|
+
MEAN GAM
|
|
767
|
+
CaCl2
|
|
768
|
+
CaSO4
|
|
769
|
+
CaCO3
|
|
770
|
+
Ca(OH)2
|
|
771
|
+
MgCl2
|
|
772
|
+
MgSO4
|
|
773
|
+
MgCO3
|
|
774
|
+
Mg(OH)2
|
|
775
|
+
NaCl
|
|
776
|
+
Na2SO4
|
|
777
|
+
NaHCO3
|
|
778
|
+
Na2CO3
|
|
779
|
+
NaOH
|
|
780
|
+
KCl
|
|
781
|
+
K2SO4
|
|
782
|
+
KHCO3
|
|
783
|
+
K2CO3
|
|
784
|
+
KOH
|
|
785
|
+
HCl
|
|
786
|
+
H2SO4
|
|
787
|
+
HBr
|
|
788
|
+
|
|
789
|
+
END
|
|
790
|
+
|