pyEQL 1.4.0rc9__cp310-cp310-win_amd64.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.cp310-win_amd64.pyd +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/ALL_BUILD.vcxproj +185 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/ALL_BUILD.vcxproj.filters +8 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/generate.stamp +1 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CMakeFiles/generate.stamp.depend +79 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/CTestTestfile.cmake +6 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Continuous.vcxproj +240 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Continuous.vcxproj.filters +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/DartConfiguration.tcl +109 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Experimental.vcxproj +240 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Experimental.vcxproj.filters +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/INSTALL.vcxproj +209 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/INSTALL.vcxproj.filters +13 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/CSelectedOutput.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Dictionary.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/ExchComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Exchange.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/GasComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/GasPhase.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.lib.recipe +11 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CL.command.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CL.read.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CL.write.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/Cl.items.tlog +82 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CustomBuild.command.1.tlog +10 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CustomBuild.read.1.tlog +78 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/CustomBuild.write.1.tlog +2 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/IPhreeqc.lastbuildstate +2 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/Lib-link.read.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/Lib-link.write.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc.tlog/Lib.command.1.tlog +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqcLib.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/IPhreeqc_interface_F.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/ISolution.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/ISolutionComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Keywords.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/KineticsComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/NameDouble.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/NumKeyword.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PBasic.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PHRQ_base.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PHRQ_io.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PHRQ_io_output.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PPassemblage.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/PPassemblageComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Parser.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Phreeqc.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Pressure.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Reaction.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/ReadClass.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SS.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SSassemblage.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SScomp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SelectedOutput.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Serializer.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Solution.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SolutionIsotope.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/StorageBin.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/StorageBinList.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Surface.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SurfaceCharge.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/SurfaceComp.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/System.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Temperature.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Use.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/UserPunch.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Utils.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/Var.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/advection.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/basicsubs.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cl1.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cvdense.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cvode.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cxxKinetics.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/cxxMix.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/dense.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/dumper.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/gases.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/input.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/integrate.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/inverse.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/isotopes.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/kinetics.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/mainsubs.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/model.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/nvector.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/nvector_serial.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/parse.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/phqalloc.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/pitzer.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/pitzer_structures.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/prep.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/print.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/read.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/readtr.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/runner.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/sit.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/smalldense.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/spread.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/step.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/structures.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/sundialsmath.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/tally.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/tidy.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/transport.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.dir/Release/utilities.obj +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.sln +116 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.vcxproj +443 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/IPhreeqc.vcxproj.filters +456 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Nightly.vcxproj +240 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Nightly.vcxproj.filters +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/NightlyMemoryCheck.vcxproj +240 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/NightlyMemoryCheck.vcxproj.filters +17 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/Release/IPhreeqc.lib +0 -0
- pyEQL/phreeqc/ext/iphreeqc-3.8.6-17100/build/cmake_install.cmake +40 -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 +519 -0
- pyeql-1.4.0rc9.dist-info/WHEEL +5 -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,32 @@
|
|
|
1
|
+
set(phreeqc_DATABASE
|
|
2
|
+
Amm.dat
|
|
3
|
+
ColdChem.dat
|
|
4
|
+
Concrete_PHR.dat
|
|
5
|
+
Concrete_PZ.dat
|
|
6
|
+
core10.dat
|
|
7
|
+
frezchem.dat
|
|
8
|
+
iso.dat
|
|
9
|
+
Kinec_v3.dat
|
|
10
|
+
Kinec.v2.dat
|
|
11
|
+
llnl.dat
|
|
12
|
+
minteq.dat
|
|
13
|
+
minteq.v4.dat
|
|
14
|
+
phreeqc_rates.dat
|
|
15
|
+
PHREEQC_ThermoddemV1.10_15Dec2020.dat
|
|
16
|
+
phreeqc.dat
|
|
17
|
+
pitzer.dat
|
|
18
|
+
sit.dat
|
|
19
|
+
Tipping_Hurley.dat
|
|
20
|
+
wateq4f.dat
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
# for mytest tests
|
|
24
|
+
foreach(db ${phreeqc_DATABASE})
|
|
25
|
+
configure_file(${db} ${db} COPYONLY)
|
|
26
|
+
endforeach()
|
|
27
|
+
|
|
28
|
+
if(WIN32)
|
|
29
|
+
install(FILES ${phreeqc_DATABASE} DESTINATION database)
|
|
30
|
+
else()
|
|
31
|
+
install(FILES ${phreeqc_DATABASE} DESTINATION ${CMAKE_INSTALL_DOCDIR}/database)
|
|
32
|
+
endif()
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
# A low-temperature aqueous thermodynamic model for the Na-K-Ca-Mg-Cl-SO4 system incorporating new experimental heat capacities in Na2SO4, K2SO4, and MgSO4 solutions
|
|
2
|
+
# Jonathan D. Toner* and David C. Catling
|
|
3
|
+
#
|
|
4
|
+
# University of Washington, Box 351310, Dept. Earth & Space Sciences, Seattle, WA 98195, USA.
|
|
5
|
+
#
|
|
6
|
+
# *Corresponding author.
|
|
7
|
+
# Address: Department of Earth and Space Sciences,
|
|
8
|
+
# University of Washington,
|
|
9
|
+
# Seattle, WA 98195, USA.
|
|
10
|
+
# Tel.: +1 267 304 3488.
|
|
11
|
+
# E-mail address: toner2@uw.edu.
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
SOLUTION_MASTER_SPECIES
|
|
16
|
+
H H+ -1 H 1.008
|
|
17
|
+
H(1) H+ -1 0
|
|
18
|
+
E e- 0 0 0
|
|
19
|
+
O H2O 0 O 15.999
|
|
20
|
+
O(-2) H2O 0 0
|
|
21
|
+
Ca Ca+2 0 Ca 40.08
|
|
22
|
+
Mg Mg+2 0 Mg 24.31
|
|
23
|
+
Na Na+ 0 Na 22.99
|
|
24
|
+
K K+ 0 K 39.1
|
|
25
|
+
Cl Cl- 0 Cl 35.45
|
|
26
|
+
S SO4-2 0 SO4 32.064
|
|
27
|
+
S(6) SO4-2 0 SO4
|
|
28
|
+
|
|
29
|
+
SOLUTION_SPECIES
|
|
30
|
+
H+ = H+
|
|
31
|
+
log_k 0
|
|
32
|
+
e- = e-
|
|
33
|
+
log_k 0
|
|
34
|
+
H2O = H2O
|
|
35
|
+
log_k 0
|
|
36
|
+
Ca+2 = Ca+2
|
|
37
|
+
log_k 0
|
|
38
|
+
Mg+2 = Mg+2
|
|
39
|
+
log_k 0
|
|
40
|
+
Na+ = Na+
|
|
41
|
+
log_k 0
|
|
42
|
+
K+ = K+
|
|
43
|
+
log_k 0
|
|
44
|
+
Cl- = Cl-
|
|
45
|
+
log_k 0
|
|
46
|
+
SO4-2 = SO4-2
|
|
47
|
+
log_k 0
|
|
48
|
+
H2O = OH- + H+
|
|
49
|
+
log_k -14 #This is an arbitrary value that does not affect equilibrium calculations, but it is needed for the pH to converge
|
|
50
|
+
|
|
51
|
+
PHASES
|
|
52
|
+
Halite
|
|
53
|
+
NaCl = Na+ + Cl-
|
|
54
|
+
-analytic -9.23625740E+01 -7.13492206E-02 1.41235386E+03 4.37540523E+01 -7.21340330E+04 3.41140194E-05
|
|
55
|
+
|
|
56
|
+
Hydrohalite
|
|
57
|
+
NaCl:2H2O = Na+ + Cl- + 2H2O
|
|
58
|
+
-analytic -1.17676947E+02 -6.72022066E-02 2.00972645E+03 5.29295029E+01 -8.71730584E+04 2.87396671E-05
|
|
59
|
+
|
|
60
|
+
Sylvite
|
|
61
|
+
KCl = K+ + Cl-
|
|
62
|
+
-analytic 1.30535936E+02 -3.91368319E-02 -9.24194776E+03 -3.82764516E+01 3.37736436E+05 4.44874215E-05
|
|
63
|
+
|
|
64
|
+
Bischofite
|
|
65
|
+
MgCl2:6H2O = Mg+2 + 2Cl- + 6H2O
|
|
66
|
+
-analytic 2.46395926E+01 5.90910963E-02 2.68456507E+03 -1.57871021E+01 -2.39877356E+05 -5.56842159E-05
|
|
67
|
+
|
|
68
|
+
MgCl2:8H2O
|
|
69
|
+
MgCl2:8H2O = Mg+2 + 2Cl- + 8H2O
|
|
70
|
+
-analytic 2.69077213E+00 6.49725432E-02 2.56108150E+03 -7.33697311E+00 -2.53958289E+05 -6.18927911E-05
|
|
71
|
+
|
|
72
|
+
MgCl2:12H2O
|
|
73
|
+
MgCl2:12H2O = Mg+2 + 2Cl- + 12H2O
|
|
74
|
+
-analytic -4.49253758E+01 7.67593043E-02 3.78276461E+03 9.06144419E+00 -2.82777364E+05 -7.34185840E-05
|
|
75
|
+
|
|
76
|
+
Antarcticite
|
|
77
|
+
CaCl2:6H2O = Ca+2 + 2Cl- + 6H2O
|
|
78
|
+
-analytic 1.71173898E+02 1.63268100E-02 -8.70571336E+03 -5.91637207E+01 2.80039803E+05 3.89050726E-06
|
|
79
|
+
|
|
80
|
+
Tachyhydrite
|
|
81
|
+
CaCl2:(MgCl2)2:12H2O = Ca+2 + 2Mg+2 + 6Cl- + 12H2O
|
|
82
|
+
-analytic 3.10860794E+02 1.20385179E-01 -8.86746311E+03 -1.17203076E+02 -1.54324050E+05 -9.23150187E-05
|
|
83
|
+
|
|
84
|
+
Carnallite
|
|
85
|
+
KCl:MgCl2:6H2O = K+ + Mg+2 + 3Cl- + 6H2O
|
|
86
|
+
-analytic 1.56104237E+02 2.03620204E-02 -7.00685183E+03 -5.43378253E+01 9.81771561E+04 -1.14446488E-05
|
|
87
|
+
|
|
88
|
+
Thenardite
|
|
89
|
+
Na2SO4 = 2Na+ + SO4-2
|
|
90
|
+
-analytic -3.13937828E+02 -1.76359486E-01 5.28479187E+03 1.38977671E+02 -7.05695508E+03 5.26794201E-05
|
|
91
|
+
|
|
92
|
+
Na2SO4:7H2O
|
|
93
|
+
Na2SO4:7H2O = SO4-2 + 2Na+ + 7H2O
|
|
94
|
+
-analytic -3.68783721E+02 -1.33957871E-01 6.38320125E+03 1.55953002E+02 -4.38686621E+04 1.39735831E-05
|
|
95
|
+
|
|
96
|
+
Mirabilite
|
|
97
|
+
Na2SO4:10H2O = SO4-2 + 2Na+ + 10H2O
|
|
98
|
+
-analytic -3.93041371E+02 -1.15799382E-01 6.95494838E+03 1.63237757E+02 -5.96588151E+04 -2.60642888E-06
|
|
99
|
+
|
|
100
|
+
Arcanite
|
|
101
|
+
K2SO4 = + SO4-2 + 2K+
|
|
102
|
+
-analytic 1.41687324E+02 -1.05584131E-01 -1.62343991E+04 -2.94715072E+01 8.17047533E+05 6.96054072E-05
|
|
103
|
+
|
|
104
|
+
Kieserite
|
|
105
|
+
MgSO4:H2O = Mg+2 + SO4-2 + H2O
|
|
106
|
+
-analytic -3.49669727E+01 1.76920651E-02 2.64049686E+03 1.08857869E+01 -6.34864920E+04 -6.11799971E-05
|
|
107
|
+
|
|
108
|
+
Starkeyite
|
|
109
|
+
MgSO4:4H2O = Mg+2 + SO4-2 + 4H2O
|
|
110
|
+
-analytic -6.81724987E+01 2.94897825E-02 3.17069950E+03 2.23669891E+01 -7.98876029E+04 -7.25663369E-05
|
|
111
|
+
|
|
112
|
+
Pentahydrite
|
|
113
|
+
MgSO4:5H2O = Mg+2 + SO4-2 + 5H2O
|
|
114
|
+
-analytic -6.92062298E+01 3.66908088E-02 3.13139607E+03 2.19723515E+01 -8.74531243E+04 -7.66417563E-05
|
|
115
|
+
|
|
116
|
+
Hexahydrite
|
|
117
|
+
MgSO4:6H2O = Mg+2 + SO4-2 + 6H2O
|
|
118
|
+
-analytic -1.00693049E+02 2.98849036E-02 3.79328662E+03 3.44889393E+01 -9.77593009E+04 -7.58852810E-05
|
|
119
|
+
|
|
120
|
+
Epsomite
|
|
121
|
+
MgSO4:7H2O = Mg+2 + SO4-2 + 7H2O
|
|
122
|
+
-analytic -1.10425078E+02 4.08263248E-02 3.95268946E+03 3.71600191E+01 -1.07994396E+05 -8.54183412E-05
|
|
123
|
+
|
|
124
|
+
Meridianiite
|
|
125
|
+
MgSO4:11H2O = Mg+2 + SO4-2 + 11H2O
|
|
126
|
+
-analytic -1.13029147E+02 6.89739442E-02 3.43274278E+03 3.64737964E+01 -1.38912702E+05 -1.01323586E-04
|
|
127
|
+
|
|
128
|
+
Anhydrite
|
|
129
|
+
CaSO4 = Ca+2 + SO4-2
|
|
130
|
+
-analytic 1.25508515E+02 -2.49527795E-02 -9.46640889E+03 -3.88058764E+01 4.68580957E+05 -3.78445438E-07
|
|
131
|
+
|
|
132
|
+
Bassanite
|
|
133
|
+
CaSO4:0.5H2O = Ca+2 + SO4-2 + 0.5H2O
|
|
134
|
+
-analytic 1.18525066E+02 -2.42694474E-02 -9.09736725E+03 -3.62932246E+01 4.64837895E+05 -1.44767707E-06
|
|
135
|
+
|
|
136
|
+
Gypsum
|
|
137
|
+
CaSO4:2H2O = Ca+2 + SO4-2 + 2H2O
|
|
138
|
+
-analytic 9.69061600E+01 -2.31595527E-02 -8.89061112E+03 -2.80934173E+01 4.52668487E+05 -4.08874814E-06
|
|
139
|
+
|
|
140
|
+
Glaserite
|
|
141
|
+
Na2SO4:3K2SO4 = 2 Na+ + 6 K+ + 4 SO4-2
|
|
142
|
+
-analytic 1.10794543E+02 -4.93115909E-01 -4.38771671E+04 5.05658399E+01 2.44408218E+06 2.61498202E-04
|
|
143
|
+
|
|
144
|
+
Bloedite
|
|
145
|
+
Na2SO4:MgSO4:4H2O = Mg+2 + 2 Na+ + 2 SO4-2 + 4 H2O
|
|
146
|
+
-analytic -3.75885479E+02 -1.46894117E-01 6.19555534E+03 1.61361329E+02 -8.69668193E+04 -1.98717832E-05
|
|
147
|
+
|
|
148
|
+
Glauberite
|
|
149
|
+
Na2SO4:CaSO4 = Ca+2 + 2 Na+ + 2 SO4-2
|
|
150
|
+
-analytic -1.87511668E+02 -2.01304073E-01 -4.60183145E+03 1.00166462E+02 4.61530552E+05 5.22956285E-05
|
|
151
|
+
|
|
152
|
+
Labile_Salt
|
|
153
|
+
Na4(SO4)2:CaSO4:2H2O = Ca+2 + 4 Na+ + 3 SO4-2 + 2 H2O
|
|
154
|
+
-analytic -5.25232591E+02 -3.75040464E-01 2.14771374E+02 2.49266418E+02 4.39413848E+05 1.00769993E-04
|
|
155
|
+
|
|
156
|
+
Leonite
|
|
157
|
+
K2SO4:MgSO4:4H2O = Mg+2 + 2 K+ + 2 SO4-2 + 4 H2O
|
|
158
|
+
-analytic 7.37667329E+01 -7.60958854E-02 -1.35246770E+04 -7.10349343E+00 7.37158615E+05 -2.95995158E-06
|
|
159
|
+
|
|
160
|
+
Picromerite
|
|
161
|
+
K2SO4:MgSO4:6H2O = Mg+2 + 2 K+ + 2 SO4-2 + 6 H2O
|
|
162
|
+
-analytic 4.20245214E+01 -7.57009316E-02 -1.30402925E+04 5.01856840E+00 7.19286773E+05 -6.27878932E-06
|
|
163
|
+
|
|
164
|
+
Langbeinite
|
|
165
|
+
K2SO4:2MgSO4 = 2 Mg+2 + 2 K+ + 3 SO4-2
|
|
166
|
+
-analytic 8.78610984E+01 -7.72219676E-02 -1.09297236E+04 -1.43233545E+01 7.06598327E+05 -4.61211534E-05
|
|
167
|
+
|
|
168
|
+
Syngenite
|
|
169
|
+
K2SO4:CaSO4:H2O = Ca+2 + 2 K+ + 2 SO4-2 + H2O
|
|
170
|
+
-analytic 2.54391866E+02 -1.29225053E-01 -2.60137019E+04 -6.32157717E+01 1.27809630E+06 6.71236125E-05
|
|
171
|
+
|
|
172
|
+
Kainite
|
|
173
|
+
KCl:MgSO4:2.75H2O = Mg+2 + K+ + SO4-2 + Cl- + 2.75 H2O
|
|
174
|
+
-analytic 7.47495508E+01 -1.37384934E-02 -6.25984683E+03 -2.04483400E+01 2.67789365E+05 -2.40584160E-05
|
|
175
|
+
|
|
176
|
+
Polyhalite
|
|
177
|
+
K2SO4:MgSO4:Ca2(SO4)2:2H2O = 2 Ca+2 + Mg+2 + 2 K+ + 4 SO4-2 + 2H2O
|
|
178
|
+
-analytic 3.40116106E+02 -1.38682532E-01 -3.28748928E+04 -8.93875361E+01 1.68392249E+06 6.77703603E-06
|
|
179
|
+
|
|
180
|
+
Ice(s)
|
|
181
|
+
H2O = H2O
|
|
182
|
+
-analytic -1.10976341E+01 5.11995404E-03 3.48880086E+02 3.65409383E+00 -7.51772938E+03 -5.09587694E-06
|
|
183
|
+
|
|
184
|
+
PITZER
|
|
185
|
+
-MacInnes false
|
|
186
|
+
-use_etheta true
|
|
187
|
+
-redox false
|
|
188
|
+
|
|
189
|
+
-B0
|
|
190
|
+
Na+ Cl- 9.14649401E-02 3.79801366E+02 -4.90110805E+00 2.22963373E-03 1.52080581E-05 -1.23087011E+05
|
|
191
|
+
K+ Cl- 5.71195081E-02 -2.90431558E+02 -1.48678192E+00 -1.64799613E-03 5.54444329E-06 -1.30826093E+04
|
|
192
|
+
Ca+2 Cl- 3.16259193E+00 -1.23921067E+03 -3.93053140E+00 -8.65400860E-03 -1.31441465E-05 -2.45290782E+05
|
|
193
|
+
Mg+2 Cl- 3.63859308E-01 8.29468216E+02 -1.92141894E-01 3.07212441E-03 -3.00517607E-07 -8.27658755E+04
|
|
194
|
+
Na+ SO4-2 -3.46325304E-02 -1.23902955E+03 -3.91132942E+00 -1.04975634E-03 6.84916461E-06 3.91127017E+04
|
|
195
|
+
K+ SO4-2 -2.85235185E-01 -4.96002051E+02 -4.38384404E+00 -2.40952655E-02 6.03857471E-05 -1.46896107E+03
|
|
196
|
+
Ca+2 SO4-2 4.92369892E-02 7.26898202E+04 7.76481530E+01 9.79624192E-01 -1.16664955E-03 -3.61557818E+06
|
|
197
|
+
Mg+2 SO4-2 2.21726691E-01 -3.71912474E+03 -9.88159123E+00 -1.35278206E-03 1.05808689E-05 1.69215288E+05
|
|
198
|
+
|
|
199
|
+
-B1
|
|
200
|
+
Na+ Cl- 2.84765738E-01 -5.29643274E+03 -1.44176456E+01 -1.65432118E-02 4.02189441E-05 2.49801971E+05
|
|
201
|
+
K+ Cl- 2.11598280E-01 -1.64214177E+03 -7.25863112E+00 -9.73682396E-03 2.88345391E-05 1.08926901E+03
|
|
202
|
+
Ca+2 Cl- 1.79602312E+00 -3.47835644E+03 -5.46805175E+00 -1.39156928E-02 1.11743263E-05 1.32399994E+05
|
|
203
|
+
Mg+2 Cl- 1.66306195E+00 8.79459314E+03 1.70594977E+01 3.67157132E-02 -4.09093883E-05 -4.19173045E+05
|
|
204
|
+
Na+ SO4-2 9.08435489E-01 2.92677599E+02 -2.41321273E+01 1.27034327E-01 -9.59077709E-05 -2.43541591E+05
|
|
205
|
+
K+ SO4-2 3.80606793E-01 -2.87804839E+04 -2.83183661E+01 -3.01898316E-01 3.35058782E-04 1.58952951E+06
|
|
206
|
+
Ca+2 SO4-2 3.61452594E+00 -2.00359432E+05 -3.62710742E+02 -2.50919770E+00 3.57835688E-03 8.40395776E+06
|
|
207
|
+
Mg+2 SO4-2 3.31832544E+00 3.59303088E+04 1.06912025E+02 2.06266994E-01 -3.96723351E-04 -1.14174440E+06
|
|
208
|
+
|
|
209
|
+
-B2
|
|
210
|
+
Na+ Cl- -2.43653114E-02 -3.89593796E+03 4.70784204E-01 -7.45515374E-03 -1.73562079E-05 3.44943259E+05
|
|
211
|
+
K+ Cl- -1.13225945E-02 -1.01928896E+03 -1.37051659E+00 -4.23447042E-03 7.65961704E-07 4.77907476E+04
|
|
212
|
+
Ca+2 Cl- -3.59786737E+00 2.05038674E+03 5.20141195E+00 1.24673606E-02 1.30373780E-05 2.42563331E+05
|
|
213
|
+
Mg+2 Cl- -2.33325594E-02 1.89902359E+02 3.16007089E+00 5.23142195E-03 -1.58642893E-05 4.01051252E+04
|
|
214
|
+
Na+ SO4-2 1.29297286E-01 -1.61114017E+03 9.74700333E-01 2.11100450E-02 -4.53880030E-05 1.67377181E+05
|
|
215
|
+
K+ SO4-2 5.84120931E-01 -8.73709333E+03 9.79894787E+00 -6.05359427E-02 -2.94178063E-05 7.22133576E+05
|
|
216
|
+
Ca+2 SO4-2 -6.48536341E+01 1.14702215E+06 6.07285214E+02 2.15271214E+01 -2.58888085E-02 -5.75996541E+07
|
|
217
|
+
Mg+2 SO4-2 -3.43527864E+01 1.31036469E+06 2.93088060E+03 8.71247613E+00 -1.41457090E-02 -5.84119982E+07
|
|
218
|
+
|
|
219
|
+
-C0
|
|
220
|
+
Na+ Cl- -1.44675793E-04 1.84098991E+02 3.10540828E-01 2.98078169E-03 -3.92989780E-06 -4.71597370E+03
|
|
221
|
+
K+ Cl- -1.84317106E-03 -3.09193697E+02 -2.44073786E-01 -1.04873830E-03 5.99728205E-07 2.74053587E+04
|
|
222
|
+
Ca+2 Cl- -6.25205928E-02 -3.28893136E+01 -1.55416953E-01 5.54063013E-04 3.21763846E-07 1.00838661E+04
|
|
223
|
+
Mg+2 Cl- 4.54861472E-03 -1.43787677E+02 -2.70434720E-01 -8.33291002E-05 2.23958734E-07 1.08747231E+04
|
|
224
|
+
Na+ SO4-2 1.13534592E-02 -3.21888276E+03 -3.85446069E+00 -2.48487042E-02 2.71996165E-05 1.97677249E+05
|
|
225
|
+
K+ SO4-2 7.03370745E-02 1.08502374E+03 4.74518080E+00 9.13356461E-03 -2.52960231E-05 -1.74419961E+04
|
|
226
|
+
Ca+2 SO4-2 -1.08807759E-01 -2.53266014E+04 -1.71588258E+01 -3.48129067E-01 3.76232190E-04 1.38133321E+06
|
|
227
|
+
Mg+2 SO4-2 2.55536866E-02 -9.02540124E+02 -4.17375011E+00 5.55800908E-03 2.49279895E-07 3.06180721E+04
|
|
228
|
+
|
|
229
|
+
-ALPHAS
|
|
230
|
+
Na+ Cl- 2 0.5
|
|
231
|
+
K+ Cl- 2 0.5
|
|
232
|
+
Ca+2 Cl- 1 0.1
|
|
233
|
+
Mg+2 Cl- 2 0.5
|
|
234
|
+
Na+ SO4-2 2 0.5
|
|
235
|
+
K+ SO4-2 2 0.5
|
|
236
|
+
Ca+2 SO4-2 1.4 12
|
|
237
|
+
Mg+2 SO4-2 1.4 12
|
|
238
|
+
|
|
239
|
+
-PSI
|
|
240
|
+
Na+ K+ Cl- -8.75146963E-04 -1.31251503E-01 1.46364991E-02 -3.89172849E-05 1.60456551E-08 -2.48979095E+01
|
|
241
|
+
Na+ Ca+2 Cl- 7.10063151E-03 2.82235816E+01 1.39941607E-01 8.32672101E-05 -3.10321710E-07 -1.82187238E+03
|
|
242
|
+
Na+ Mg+2 Cl- -8.72872402E-03 2.43863222E+02 -5.52482360E-01 8.08154172E-03 -7.45123570E-06 -1.42340505E+04
|
|
243
|
+
K+ Ca+2 Cl- -9.70714792E-03 -4.44357423E+00 -3.10611807E-03 9.58988655E-06 -5.38702035E-09 1.11108536E+01
|
|
244
|
+
K+ Mg+2 Cl- -3.09323702E-02 -8.72837467E+00 2.95701229E-02 -7.69621716E-05 3.67321725E-08 -1.46301115E+02
|
|
245
|
+
Ca+2 Mg+2 Cl- -1.09027531E-02 -4.10818988E+02 -3.62754763E+00 1.31070634E-02 -8.26208145E-06 7.97179489E+03
|
|
246
|
+
Na+ K+ SO4-2 -1.27611420E-02 2.81713911E+00 -1.89525727E-02 -6.18291854E-05 1.42613139E-07 -6.25022041E+02
|
|
247
|
+
Na+ Ca+2 SO4-2 5.33425832E-02 -1.70285067E+01 1.67155581E-02 -9.67411193E-04 1.06636951E-06 -1.23592376E+02
|
|
248
|
+
Na+ Mg+2 SO4-2 -1.77347610E-02 3.88799968E+01 9.48702274E-04 8.72904086E-04 -8.76652003E-07 -2.64288475E+03
|
|
249
|
+
K+ Ca+2 SO4-2 -5.55210730E-02 2.93518621E+00 2.43344379E-02 1.05316015E-04 -1.42380401E-07 -6.07472163E+02
|
|
250
|
+
K+ Mg+2 SO4-2 -8.49399083E-02 5.98416472E+00 3.84947636E-02 1.23884517E-03 -1.64233361E-06 2.26568876E+03
|
|
251
|
+
Ca+2 Mg+2 SO4-2 2.04637869E-01 -1.16667890E+01 -1.07037103E-02 3.45946000E-05 -2.03457779E-08 3.59698969E+01
|
|
252
|
+
Cl- SO4-2 Na+ -1.72341289E-03 -1.13569650E+02 2.41091280E-01 -4.08042439E-03 3.99143914E-06 5.94957078E+03
|
|
253
|
+
Cl- SO4-2 K+ -1.03007766E-02 1.80071195E+01 3.18747408E-01 3.60028981E-03 -6.72334455E-06 6.71125585E+03
|
|
254
|
+
Cl- SO4-2 Ca+2 1.27957580E-02 -3.05479710E+01 3.79027048E-01 -1.94285877E-03 1.28644701E-06 4.11737724E+03
|
|
255
|
+
Cl- SO4-2 Mg+2 -3.46210276E-03 1.74736447E+02 6.67767841E+00 -3.84625718E-02 3.20532585E-05 1.29564286E+04
|
|
256
|
+
|
|
257
|
+
-THETA
|
|
258
|
+
Na+ K+ -1.54666879E-02 7.81083072E+01 -1.48995996E-01 3.82165106E-03 -4.40548557E-06 -2.73675780E+03
|
|
259
|
+
Na+ Ca+2 7.43104665E-02 5.37178181E+02 6.17477295E+00 -1.55668804E-02 1.12086386E-06 3.95388118E+03
|
|
260
|
+
Na+ Mg+2 6.86826012E-02 6.27981446E+01 -9.36915659E-03 4.12764819E-03 -4.74889815E-06 2.30180082E+03
|
|
261
|
+
K+ Ca+2 2.60269977E-02 -1.88203602E+01 9.23417097E-02 -2.39668221E-04 1.14016305E-07 -4.58969498E+02
|
|
262
|
+
K+ Mg+2 4.43008071E-02 -1.52685212E+01 8.68101323E-02 2.98865403E-05 -1.54009323E-07 -1.16848834E+03
|
|
263
|
+
Ca+2 Mg+2 2.59823638E-02 5.31416082E+01 3.16938224E-02 1.18349516E-03 -1.24977453E-06 -3.82815635E+03
|
|
264
|
+
Cl- SO4-2 2.14067572E-02 -2.30216445E+02 -2.41145539E+00 5.51257757E-03 2.27890059E-07 -8.57246930E+02
|
|
265
|
+
|
|
266
|
+
-APHI
|
|
267
|
+
3.914750e-1 5.715406e2 1.409425 1.425910e-3 -1.431259e-6 -2.388202e4
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
# Concrete minerals
|
|
2
|
+
# Read this file in your input file with
|
|
3
|
+
# INCLUDE$ c:\phreeqc\database\concrete_phr.dat
|
|
4
|
+
|
|
5
|
+
PRINT; -reset false
|
|
6
|
+
|
|
7
|
+
# # AFm (short for monosulfoaluminate) is an anion-exchanger, with the general formula Ca4Al2(Y-2)(OH)12:6H2O.
|
|
8
|
+
# # Listed are the solubilities of end-members in the neutral form as Y-AFm, and with 5% surface charge as Y-AFmsura.
|
|
9
|
+
# #
|
|
10
|
+
# # Example of the combination of the charged AFmsura and charge-balancing EDL calculations:
|
|
11
|
+
# SURFACE_MASTER_SPECIES
|
|
12
|
+
# Sura Sura+
|
|
13
|
+
# SURFACE_SPECIES
|
|
14
|
+
# Sura+ = Sura+
|
|
15
|
+
# SOLUTION 1
|
|
16
|
+
# pH 7 charge
|
|
17
|
+
# REACTION 1
|
|
18
|
+
# Ca3O3Al2O3 1 gypsum 1; 0.113 # MW gfw("Ca3O3Al2O3CaSO4(H2O)2") = 442.4. 0.113 for w/s = 20
|
|
19
|
+
# SAVE solution 2
|
|
20
|
+
# END
|
|
21
|
+
|
|
22
|
+
# RATES
|
|
23
|
+
# Sum_all_AFmsura # Sums up with the single charge formula, Ca2Al...
|
|
24
|
+
# 10 tot_ss = 2 * equi("AFmsura")
|
|
25
|
+
# 20 SAVE (m - tot_ss) * time
|
|
26
|
+
# -end
|
|
27
|
+
|
|
28
|
+
# USE solution 2
|
|
29
|
+
# EQUILIBRIUM_PHASES 2
|
|
30
|
+
# AFmsura 0 0
|
|
31
|
+
# KINETICS 2
|
|
32
|
+
# Sum_all_AFmsura; -formula H2O 0; -m0 0; -time_step 30
|
|
33
|
+
# SURFACE 2
|
|
34
|
+
# Sura Sum_all_AFmsura kin 0.05 8.6e3; -donnan debye 2 ; -equil 1
|
|
35
|
+
# END
|
|
36
|
+
|
|
37
|
+
PHASES
|
|
38
|
+
Portlandite # Reardon, 1990
|
|
39
|
+
Ca(OH)2 = Ca+2 + 2 OH-
|
|
40
|
+
-log_k -5.19; -Vm 33.1
|
|
41
|
+
|
|
42
|
+
Gibbsite
|
|
43
|
+
Al(OH)3 + OH- = Al(OH)4-
|
|
44
|
+
-log_k -1.123; -Vm 32.2
|
|
45
|
+
-analyt -7.234 1.068e-2 0 1.1829 # data from Wesolowski, 1992, GCA 56, 1065
|
|
46
|
+
|
|
47
|
+
# AFm with a single exchange site...
|
|
48
|
+
OH-AFm # Appelo, 2021
|
|
49
|
+
Ca2AlOH(OH)6:6H2O = 2 Ca+2 + Al(OH)4- + 3 OH- + 6 H2O
|
|
50
|
+
-log_k -12.84; -Vm 185
|
|
51
|
+
OH-AFmsura
|
|
52
|
+
Ca2Al(OH)0.95(OH)6:6H2O+0.05 = 2 Ca+2 + Al(OH)4- + OH- + 1.95 OH- + 6 H2O
|
|
53
|
+
-log_k -12.74; -Vm 185
|
|
54
|
+
|
|
55
|
+
Cl-AFm # Friedel's salt. Appelo, 2021
|
|
56
|
+
Ca2AlCl(OH)6:2H2O = 2 Ca+2 + Al(OH)4- + Cl- + 2 OH- + 2 H2O
|
|
57
|
+
-log_k -13.68; -Vm 136
|
|
58
|
+
Cl-AFmsura
|
|
59
|
+
Ca2AlCl0.95(OH)6:2H2O+0.05 = 2 Ca+2 + Al(OH)4- + 0.95 Cl- + 2 OH- + 2 H2O
|
|
60
|
+
-log_k -13.59; -Vm 136
|
|
61
|
+
|
|
62
|
+
# AFm with a double exchange site...
|
|
63
|
+
SO4-AFm # Monosulfoaluminate. Appelo, 2021
|
|
64
|
+
Ca4Al2(SO4)(OH)12:6H2O = 4 Ca+2 + 2 Al(OH)4- + SO4-2 + 4 OH- + 6 H2O
|
|
65
|
+
-log_k -29.15; -Vm 309
|
|
66
|
+
SO4-AFmsura
|
|
67
|
+
Ca4Al2(SO4)0.95(OH)12:6H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.95 SO4-2 + 4 OH- + 6 H2O
|
|
68
|
+
-log_k -28.88; -Vm 309
|
|
69
|
+
|
|
70
|
+
SO4-OH-AFm # Hemisulfoaluminate. Appelo, 2021
|
|
71
|
+
Ca4Al2(SO4)0.5(OH)(OH)12:9H2O = 4 Ca+2 + 2 Al(OH)4- + 0.5 SO4-2 + 5 OH- + 9 H2O
|
|
72
|
+
-log_k -27.24; -Vm 340
|
|
73
|
+
SO4-OH-AFmsura
|
|
74
|
+
Ca4Al2(SO4)0.475(OH)0.95(OH)12:9H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.475 SO4-2 + 4.95 OH- + 9 H2O
|
|
75
|
+
-log_k -26.94; -Vm 340
|
|
76
|
+
|
|
77
|
+
CO3-AFm # Monocarboaluminate. Appelo, 2021
|
|
78
|
+
Ca4Al2(CO3)(OH)12:5H2O = 4 Ca+2 + 2 Al(OH)4- + CO3-2 + 4 OH- + 5 H2O
|
|
79
|
+
-log_k -31.32; -Vm 261
|
|
80
|
+
CO3-AFmsura
|
|
81
|
+
Ca4Al2(CO3)0.95(OH)12:5H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.95 CO3-2 + 4 OH- + 5 H2O
|
|
82
|
+
-log_k -31.05; -Vm 261
|
|
83
|
+
|
|
84
|
+
CO3-OH-AFm # Hemicarboaluminate. Appelo, 2021
|
|
85
|
+
Ca4Al2(CO3)0.5(OH)(OH)12:5.5H2O = 4 Ca+2 + 2 Al(OH)4- + 0.5 CO3-2 + 5 OH- + 5.5 H2O
|
|
86
|
+
-log_k -29.06; -Vm 284
|
|
87
|
+
CO3-OH-AFmsura
|
|
88
|
+
Ca4Al2(CO3)0.475(OH)0.95(OH)12:5.5H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.475 CO3-2 + 4.95 OH- + 5.5 H2O
|
|
89
|
+
-log_k -28.84; -Vm 284
|
|
90
|
+
|
|
91
|
+
SO4-Cl-AFm # Kuzel's salt. Appelo, 2021
|
|
92
|
+
Ca4Al2(SO4)0.5Cl(OH)12:5H2O = 4 Ca+2 + 2 Al(OH)4- + 0.5 SO4-2 + Cl- + 4 OH- + 5 H2O
|
|
93
|
+
-log_k -28.52; -Vm 290
|
|
94
|
+
SO4-Cl-AFmsura
|
|
95
|
+
Ca4Al2(SO4)0.475Cl0.95(OH)12:5H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.475 SO4-2 + 0.95 Cl- + 4 OH- + 5 H2O
|
|
96
|
+
-log_k -28.41; -Vm 290
|
|
97
|
+
|
|
98
|
+
SO4-AFem # Lothenbach 2019
|
|
99
|
+
Ca4Fe2(SO4)(OH)12:6H2O = 4 Ca+2 + 2 Fe(OH)4- + SO4-2 + 4 OH- + 6 H2O
|
|
100
|
+
-log_k -31.57; -Vm 321
|
|
101
|
+
CO3-AFem # Lothenbach 2019
|
|
102
|
+
Ca4Fe2(CO3)(OH)12:6H2O = 4 Ca+2 + 2 Fe(OH)4- + CO3-2 + 4 OH- + 6 H2O
|
|
103
|
+
-log_k -34.59; -Vm 292
|
|
104
|
+
CO3-OH-AFem # Lothenbach 2019. ?? 3.5 H2O??
|
|
105
|
+
Ca4Fe2(CO3)0.5(OH)(OH)12:3.5H2O = 4 Ca+2 + 2 Fe(OH)4- + 0.5 CO3-2 + 5 OH- + 3.5 H2O
|
|
106
|
+
-log_k -30.83; -Vm 273
|
|
107
|
+
|
|
108
|
+
Ettringite # Matschei, 2007, fig. 27
|
|
109
|
+
Ca6Al2(SO4)3(OH)12:26H2O = 6 Ca+2 + 2 Al(OH)4- + 3 SO4-2 + 4 OH- + 26 H2O
|
|
110
|
+
-log_k -44.8; -Vm 707
|
|
111
|
+
-analyt 334.09 0 -26251 -117.57 # 5 - 75 C
|
|
112
|
+
|
|
113
|
+
CO3-ettringite # Matschei, 2007, tbl 13
|
|
114
|
+
Ca6Al2(CO3)3(OH)12:26H2O = 6 Ca+2 + 2 Al(OH)4- + 3 CO3-2 + 4 OH- + 26 H2O;
|
|
115
|
+
-log_k -46.50; -Vm 652
|
|
116
|
+
|
|
117
|
+
C2AH8 # Matschei, fig. 19
|
|
118
|
+
Ca2Al2(OH)10:3H2O = 2 Ca+2 + 2 Al(OH)4- + 2 OH- + 3 H2O
|
|
119
|
+
-log_k -13.55; -Vm 184
|
|
120
|
+
-analyt -225.37 -0.12380 0 100.522 # 1 - 50 �C
|
|
121
|
+
|
|
122
|
+
CAH10 # Matschei, fig. 19
|
|
123
|
+
CaAl2(OH)8:6H2O = Ca+2 + 2 Al(OH)4- + 6 H2O
|
|
124
|
+
-log_k -7.60; -Vm 194
|
|
125
|
+
-delta_h 43.2 # 1 - 20 �C
|
|
126
|
+
|
|
127
|
+
Hydrogarnet_Al # Matschei, 2007, Table 5
|
|
128
|
+
(CaO)3Al2O3(H2O)6 = 3 Ca+2 + 2 Al(OH)4- + 4 OH-
|
|
129
|
+
-log_k -20.84; -Vm 150
|
|
130
|
+
# -analyt -20.64 -0.002 0 0.16 # 5 - 105 �C
|
|
131
|
+
# -delta_h 6.4 kJ # Geiger et al., 2012, AM 97, 1252-1255
|
|
132
|
+
|
|
133
|
+
Hydrogarnet_Fe # Lothenbach 2019
|
|
134
|
+
(CaO)3Fe2O3(H2O)6 = 3 Ca+2 + 2 Fe(OH)4- + 4 OH-
|
|
135
|
+
-log_k -26.3; -Vm 155
|
|
136
|
+
|
|
137
|
+
Hydrogarnet_Si # Matschei, 2007, Table 6
|
|
138
|
+
Ca3Al2Si0.8(OH)15.2 = 3 Ca+2 + 2 Al(OH)4- + 0.8 H4SiO4 + 4 OH-
|
|
139
|
+
-log_k -33.69; -Vm 143
|
|
140
|
+
-analyt -476.84 -0.2598 0 210.38 # 5 - 85 �C
|
|
141
|
+
|
|
142
|
+
Jennite # CSH2.1. Lothenbach 2019
|
|
143
|
+
Ca1.67SiO3.67:2.1H2O + 0.57 H2O = 1.67 Ca+2 + 2.34 OH- + H3SiO4-
|
|
144
|
+
-log_k -13.12; -Vm 78.4
|
|
145
|
+
|
|
146
|
+
Tobermorite-I # Lothenbach 2019
|
|
147
|
+
CaSi1.2O3.4:1.6H2O + 0.6 H2O = Ca+2 + 0.8 OH- + 1.2 H3SiO4-
|
|
148
|
+
-log_k -6.80; -Vm 70.4
|
|
149
|
+
|
|
150
|
+
Tobermorite-II # Lothenbach 2019
|
|
151
|
+
Ca0.833SiO2.833:1.333H2O + 0.5 H2O = 0.833Ca+2 + 0.666 OH- + H3SiO4-
|
|
152
|
+
-log_k -7.99; -Vm 58.7
|
|
153
|
+
|
|
154
|
+
PRINT; -reset true
|
|
155
|
+
# Refs
|
|
156
|
+
# Appelo 2021, Cem. Concr. Res. 140, https://doi.org/10.1016/j.cemconres.2020.106270.
|
|
157
|
+
# Lothenbach, B. et al. 2019, Cem. Concr. Res. 115, 472-506.
|
|
158
|
+
# Matschei, T. et al., 2007, Cem. Concr. Res. 37, 1379-1410.
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
# Concrete minerals for use with
|
|
2
|
+
# DATABASE c:\phreeqc\database\pitzer.dat
|
|
3
|
+
# Read this file in your input file with
|
|
4
|
+
# INCLUDE$ c:\phreeqc\database\concrete_pz.dat
|
|
5
|
+
|
|
6
|
+
PRINT; -reset false
|
|
7
|
+
|
|
8
|
+
SOLUTION_MASTER_SPECIES
|
|
9
|
+
Al Al(OH)4- 0 Al 26.9815
|
|
10
|
+
H(0) H2 0 H
|
|
11
|
+
O(0) O2 0 O
|
|
12
|
+
SOLUTION_SPECIES
|
|
13
|
+
Al(OH)4- = Al(OH)4-; -dw 1.04e-9 # dw from Mackin & Aller, 1983, GCA 47, 959
|
|
14
|
+
2 H2O = O2 + 4 H+ + 4 e-; log_k -86.08; delta_h 134.79 kcal; -dw 2.35e-9
|
|
15
|
+
2 H+ + 2 e- = H2; log_k -3.15; delta_h -1.759 kcal; -dw 5.13e-9
|
|
16
|
+
|
|
17
|
+
PITZER # Using data from Weskolowski, 1992, GCA
|
|
18
|
+
#Park & Englezos 99 The model Pitzer coeff's are different from pitzer.dat, data are everywhere below the calc'd osmotic from Weskolowski.
|
|
19
|
+
-B0
|
|
20
|
+
Al(OH)4- K+ -0.0669 0 0 8.24e-3
|
|
21
|
+
Al(OH)4- Na+ -0.0289 0 0 1.18e-3
|
|
22
|
+
-B1
|
|
23
|
+
Al(OH)4- K+ 0.668 0 0 -1.93e-2
|
|
24
|
+
Al(OH)4- Na+ 0.461 0 0 -2.33e-3
|
|
25
|
+
-C0
|
|
26
|
+
Al(OH)4- K+ 0.0499 0 0 -3.63e-3
|
|
27
|
+
Al(OH)4- Na+ 0.0073 0 0 -1.56e-4
|
|
28
|
+
-THETA
|
|
29
|
+
Al(OH)4- Cl- -0.0233 0 0 -8.11e-4
|
|
30
|
+
Al(OH)4- OH- 0.0718 0 0 -7.29e-4
|
|
31
|
+
# Al(OH)4- SO4-2 -0.012
|
|
32
|
+
-PSI
|
|
33
|
+
Al(OH)4- Cl- K+ 0.0009 0 0 9.94e-4
|
|
34
|
+
Al(OH)4- Cl- Na+ 0.0048 0 0 1.32e-4
|
|
35
|
+
Al(OH)4- OH- Na+ -0.0048 0 0 1.00e-4
|
|
36
|
+
Al(OH)4- OH- K+ 0 0 0 0
|
|
37
|
+
Al(OH)4- K+ Na+ 0 0 0 0
|
|
38
|
+
END
|
|
39
|
+
|
|
40
|
+
# # AFm (short for monosulfoaluminate) is an anion-exchanger, with the general formula Ca4Al2(Y-2)(OH)12:6H2O.
|
|
41
|
+
# # Listed are the solubilities of end-members in the neutral form as Y-AFm, and with 5% surface charge as Y-AFmsura.
|
|
42
|
+
# #
|
|
43
|
+
# # Example of the combination of the charged AFmsura and charge-balancing EDL calculations:
|
|
44
|
+
# SURFACE_MASTER_SPECIES
|
|
45
|
+
# Sura Sura+
|
|
46
|
+
# SURFACE_SPECIES
|
|
47
|
+
# Sura+ = Sura+
|
|
48
|
+
# SOLUTION 1
|
|
49
|
+
# pH 7 charge
|
|
50
|
+
# REACTION 1
|
|
51
|
+
# Ca3O3Al2O3 1 gypsum 1; 0.113 # MW gfw("Ca3O3Al2O3CaSO4(H2O)2") = 442.4. 0.113 for w/s = 20
|
|
52
|
+
# SAVE solution 2
|
|
53
|
+
# END
|
|
54
|
+
|
|
55
|
+
# RATES
|
|
56
|
+
# Sum_all_AFmsura # Sums up with the single charge formula, Ca2Al...
|
|
57
|
+
# 10 tot_ss = 2 * equi("AFmsura")
|
|
58
|
+
# 20 SAVE (m - tot_ss) * time
|
|
59
|
+
# -end
|
|
60
|
+
|
|
61
|
+
# USE solution 2
|
|
62
|
+
# EQUILIBRIUM_PHASES 2
|
|
63
|
+
# AFmsura 0 0
|
|
64
|
+
# KINETICS 2
|
|
65
|
+
# Sum_all_AFmsura; -formula H2O 0; -m0 0; -time_step 30
|
|
66
|
+
# SURFACE 2
|
|
67
|
+
# Sura Sum_all_AFmsura kin 0.05 8.6e3; -donnan debye 2 ; -equil 1
|
|
68
|
+
# END
|
|
69
|
+
|
|
70
|
+
PHASES
|
|
71
|
+
O2(g)
|
|
72
|
+
O2 = O2; -log_k -2.8983
|
|
73
|
+
-analytic -7.5001 7.8981e-3 0.0 0.0 2.0027e5
|
|
74
|
+
H2(g)
|
|
75
|
+
H2 = H2; -log_k -3.1050
|
|
76
|
+
-analytic -9.3114 4.6473e-3 -49.335 1.4341 1.2815e5
|
|
77
|
+
|
|
78
|
+
Portlandite # Reardon, 1990
|
|
79
|
+
Ca(OH)2 = Ca+2 + 2 OH-
|
|
80
|
+
-log_k -5.19; -Vm 33.1
|
|
81
|
+
|
|
82
|
+
Gibbsite
|
|
83
|
+
Al(OH)3 + OH- = Al(OH)4-
|
|
84
|
+
-log_k -1.123; -Vm 32.2
|
|
85
|
+
-analyt -7.234 1.068e-2 0 1.1829 # data from Wesolowski, 1992, GCA 56, 1065
|
|
86
|
+
|
|
87
|
+
# AFm with a single exchange site...
|
|
88
|
+
OH-AFm # Appelo, 2021
|
|
89
|
+
Ca2AlOH(OH)6:6H2O = 2 Ca+2 + Al(OH)4- + 3 OH- + 6 H2O
|
|
90
|
+
-log_k -12.84; -Vm 185
|
|
91
|
+
OH-AFmsura
|
|
92
|
+
Ca2Al(OH)0.95(OH)6:6H2O+0.05 = 2 Ca+2 + Al(OH)4- + OH- + 1.95 OH- + 6 H2O
|
|
93
|
+
-log_k -12.74; -Vm 185
|
|
94
|
+
|
|
95
|
+
Cl-AFm # Friedel's salt. Appelo, 2021
|
|
96
|
+
Ca2AlCl(OH)6:2H2O = 2 Ca+2 + Al(OH)4- + Cl- + 2 OH- + 2 H2O
|
|
97
|
+
-log_k -13.68; -Vm 136
|
|
98
|
+
Cl-AFmsura
|
|
99
|
+
Ca2AlCl0.95(OH)6:2H2O+0.05 = 2 Ca+2 + Al(OH)4- + 0.95 Cl- + 2 OH- + 2 H2O
|
|
100
|
+
-log_k -13.59; -Vm 136
|
|
101
|
+
|
|
102
|
+
# AFm with a double exchange site...
|
|
103
|
+
SO4-AFm # Monosulfoaluminate. Appelo, 2021
|
|
104
|
+
Ca4Al2(SO4)(OH)12:6H2O = 4 Ca+2 + 2 Al(OH)4- + SO4-2 + 4 OH- + 6 H2O
|
|
105
|
+
-log_k -29.15; -Vm 309
|
|
106
|
+
SO4-AFmsura
|
|
107
|
+
Ca4Al2(SO4)0.95(OH)12:6H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.95 SO4-2 + 4 OH- + 6 H2O
|
|
108
|
+
-log_k -28.88; -Vm 309
|
|
109
|
+
|
|
110
|
+
SO4-OH-AFm # Hemisulfoaluminate. Appelo, 2021
|
|
111
|
+
Ca4Al2(SO4)0.5(OH)(OH)12:9H2O = 4 Ca+2 + 2 Al(OH)4- + 0.5 SO4-2 + 5 OH- + 9 H2O
|
|
112
|
+
-log_k -27.24; -Vm 340
|
|
113
|
+
SO4-OH-AFmsura
|
|
114
|
+
Ca4Al2(SO4)0.475(OH)0.95(OH)12:9H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.475 SO4-2 + 4.95 OH- + 9 H2O
|
|
115
|
+
-log_k -26.94; -Vm 340
|
|
116
|
+
|
|
117
|
+
CO3-AFm # Monocarboaluminate. Appelo, 2021
|
|
118
|
+
Ca4Al2(CO3)(OH)12:5H2O = 4 Ca+2 + 2 Al(OH)4- + CO3-2 + 4 OH- + 5 H2O
|
|
119
|
+
-log_k -31.32; -Vm 261
|
|
120
|
+
CO3-AFmsura
|
|
121
|
+
Ca4Al2(CO3)0.95(OH)12:5H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.95 CO3-2 + 4 OH- + 5 H2O
|
|
122
|
+
-log_k -31.05; -Vm 261
|
|
123
|
+
|
|
124
|
+
CO3-OH-AFm # Hemicarboaluminate. Appelo, 2021
|
|
125
|
+
Ca4Al2(CO3)0.5(OH)(OH)12:5.5H2O = 4 Ca+2 + 2 Al(OH)4- + 0.5 CO3-2 + 5 OH- + 5.5 H2O
|
|
126
|
+
-log_k -29.06; -Vm 284
|
|
127
|
+
CO3-OH-AFmsura
|
|
128
|
+
Ca4Al2(CO3)0.475(OH)0.95(OH)12:5.5H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.475 CO3-2 + 4.95 OH- + 5.5 H2O
|
|
129
|
+
-log_k -28.84; -Vm 284
|
|
130
|
+
|
|
131
|
+
SO4-Cl-AFm # Kuzel's salt. Appelo, 2021
|
|
132
|
+
Ca4Al2(SO4)0.5Cl(OH)12:5H2O = 4 Ca+2 + 2 Al(OH)4- + 0.5 SO4-2 + Cl- + 4 OH- + 5 H2O
|
|
133
|
+
-log_k -28.52; -Vm 290
|
|
134
|
+
SO4-Cl-AFmsura
|
|
135
|
+
Ca4Al2(SO4)0.475Cl0.95(OH)12:5H2O+0.1 = 4 Ca+2 + 2 Al(OH)4- + 0.475 SO4-2 + 0.95 Cl- + 4 OH- + 5 H2O
|
|
136
|
+
-log_k -28.41; -Vm 290
|
|
137
|
+
|
|
138
|
+
# No Fe(OH)4- in Pitzer...
|
|
139
|
+
# SO4-AFem # Lothenbach 2019
|
|
140
|
+
# Ca4Fe2(SO4)(OH)12:6H2O = 4 Ca+2 + 2 Fe(OH)4- + SO4-2 + 4 OH- + 6 H2O
|
|
141
|
+
# -log_k -31.57; -Vm 321
|
|
142
|
+
# CO3-AFem # Lothenbach 2019
|
|
143
|
+
# Ca4Fe2(CO3)(OH)12:6H2O = 4 Ca+2 + 2 Fe(OH)4- + CO3-2 + 4 OH- + 6 H2O
|
|
144
|
+
# -log_k -34.59; -Vm 292
|
|
145
|
+
# CO3-OH-AFem # Lothenbach 2019. ?? 3.5 H2O??
|
|
146
|
+
# Ca4Fe2(CO3)0.5(OH)(OH)12:3.5H2O = 4 Ca+2 + 2 Fe(OH)4- + 0.5 CO3-2 + 5 OH- + 3.5 H2O
|
|
147
|
+
# -log_k -30.83; -Vm 273
|
|
148
|
+
|
|
149
|
+
Ettringite # Matschei, 2007, fig. 27
|
|
150
|
+
Ca6Al2(SO4)3(OH)12:26H2O = 6 Ca+2 + 2 Al(OH)4- + 3 SO4-2 + 4 OH- + 26 H2O
|
|
151
|
+
-log_k -44.8; -Vm 707
|
|
152
|
+
-analyt 334.09 0 -26251 -117.57 # 5 - 75 C
|
|
153
|
+
|
|
154
|
+
CO3-ettringite # Matschei, 2007, tbl 13
|
|
155
|
+
Ca6Al2(CO3)3(OH)12:26H2O = 6 Ca+2 + 2 Al(OH)4- + 3 CO3-2 + 4 OH- + 26 H2O;
|
|
156
|
+
-log_k -46.50; -Vm 652
|
|
157
|
+
|
|
158
|
+
C2AH8 # Matschei, fig. 19
|
|
159
|
+
Ca2Al2(OH)10:3H2O = 2 Ca+2 + 2 Al(OH)4- + 2 OH- + 3 H2O
|
|
160
|
+
-log_k -13.55; -Vm 184
|
|
161
|
+
-analyt -225.37 -0.12380 0 100.522 # 1 - 50 �C
|
|
162
|
+
|
|
163
|
+
CAH10 # Matschei, fig. 19
|
|
164
|
+
CaAl2(OH)8:6H2O = Ca+2 + 2 Al(OH)4- + 6 H2O
|
|
165
|
+
-log_k -7.60; -Vm 194
|
|
166
|
+
-delta_h 43.2 # 1 - 20 �C
|
|
167
|
+
|
|
168
|
+
Hydrogarnet_Al # Matschei, 2007, Table 5
|
|
169
|
+
(CaO)3Al2O3(H2O)6 = 3 Ca+2 + 2 Al(OH)4- + 4 OH-
|
|
170
|
+
-log_k -20.84; -Vm 150
|
|
171
|
+
# -analyt -20.64 -0.002 0 0.16 # 5 - 105 �C
|
|
172
|
+
# -delta_h 6.4 kJ # Geiger et al., 2012, AM 97, 1252-1255
|
|
173
|
+
|
|
174
|
+
Hydrogarnet_Si # Matschei, 2007, Table 6
|
|
175
|
+
Ca3Al2Si0.8(OH)15.2 = 3 Ca+2 + 2 Al(OH)4- + 0.8 H4SiO4 + 4 OH-
|
|
176
|
+
-log_k -33.69; -Vm 143
|
|
177
|
+
-analyt -476.84 -0.2598 0 210.38 # 5 - 85 �C
|
|
178
|
+
|
|
179
|
+
Jennite # CSH2.1. Lothenbach 2019
|
|
180
|
+
Ca1.67SiO3.67:2.1H2O + 0.57 H2O = 1.67 Ca+2 + 2.34 OH- + H3SiO4-
|
|
181
|
+
-log_k -13.12; -Vm 78.4
|
|
182
|
+
|
|
183
|
+
Tobermorite-I # Lothenbach 2019
|
|
184
|
+
CaSi1.2O3.4:1.6H2O + 0.6 H2O = Ca+2 + 0.8 OH- + 1.2 H3SiO4-
|
|
185
|
+
-log_k -6.80; -Vm 70.4
|
|
186
|
+
|
|
187
|
+
Tobermorite-II # Lothenbach 2019
|
|
188
|
+
Ca0.833SiO2.833:1.333H2O + 0.5 H2O = 0.833Ca+2 + 0.666 OH- + H3SiO4-
|
|
189
|
+
-log_k -7.99; -Vm 58.7
|
|
190
|
+
|
|
191
|
+
PRINT; -reset true
|
|
192
|
+
# Refs
|
|
193
|
+
# Appelo 2021, Cem. Concr. Res. 140, https://doi.org/10.1016/j.cemconres.2020.106270
|
|
194
|
+
# Lothenbach, B. et al. 2019, Cem. Concr. Res. 115, 472-506.
|
|
195
|
+
# Matschei, T. et al., 2007, Cem. Concr. Res. 37, 1379-1410.
|