pyEQL 1.4.0rc9__cp310-cp310-macosx_11_0_arm64.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-310-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,617 @@
|
|
|
1
|
+
// SurfaceCharge.cxx: implementation of the cxxSurfaceCharge class.
|
|
2
|
+
//
|
|
3
|
+
//////////////////////////////////////////////////////////////////////
|
|
4
|
+
#ifdef _DEBUG
|
|
5
|
+
#pragma warning(disable : 4786) // disable truncation warning (Only used by debugger)
|
|
6
|
+
#endif
|
|
7
|
+
#include <cassert> // assert
|
|
8
|
+
#include <algorithm> // std::sort
|
|
9
|
+
|
|
10
|
+
#include "Utils.h" // define first
|
|
11
|
+
#include "Phreeqc.h"
|
|
12
|
+
#include "SurfaceCharge.h"
|
|
13
|
+
#include "phqalloc.h"
|
|
14
|
+
#include "Dictionary.h"
|
|
15
|
+
|
|
16
|
+
#if defined(PHREEQCI_GUI)
|
|
17
|
+
#ifdef _DEBUG
|
|
18
|
+
#define new DEBUG_NEW
|
|
19
|
+
#undef THIS_FILE
|
|
20
|
+
static char THIS_FILE[] = __FILE__;
|
|
21
|
+
#endif
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
//////////////////////////////////////////////////////////////////////
|
|
25
|
+
// Construction/Destruction
|
|
26
|
+
//////////////////////////////////////////////////////////////////////
|
|
27
|
+
|
|
28
|
+
cxxSurfaceCharge::cxxSurfaceCharge(PHRQ_io *io)
|
|
29
|
+
:
|
|
30
|
+
PHRQ_base(io)
|
|
31
|
+
//
|
|
32
|
+
// default constructor for cxxSurfaceCharge
|
|
33
|
+
//
|
|
34
|
+
{
|
|
35
|
+
specific_area = 0.0;
|
|
36
|
+
grams = 0.0;
|
|
37
|
+
charge_balance = 0.0;
|
|
38
|
+
mass_water = 0.0;
|
|
39
|
+
DDL_viscosity = 0.0;
|
|
40
|
+
f_free = 0.0;
|
|
41
|
+
la_psi = 0.0;
|
|
42
|
+
capacitance[0] = 1.0;
|
|
43
|
+
capacitance[1] = 5.0;
|
|
44
|
+
sigma0 = sigma1 = sigma2 = sigmaddl = 0;
|
|
45
|
+
diffuse_layer_totals.type = cxxNameDouble::ND_ELT_MOLES;
|
|
46
|
+
}
|
|
47
|
+
cxxSurfaceCharge::~cxxSurfaceCharge()
|
|
48
|
+
{
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
void
|
|
52
|
+
cxxSurfaceCharge::dump_xml(std::ostream & s_oss, unsigned int indent) const
|
|
53
|
+
{
|
|
54
|
+
unsigned int i;
|
|
55
|
+
s_oss.precision(DBL_DIG - 1);
|
|
56
|
+
std::string indent0(""), indent1(""), indent2("");
|
|
57
|
+
for (i = 0; i < indent; ++i)
|
|
58
|
+
indent0.append(Utilities::INDENT);
|
|
59
|
+
for (i = 0; i < indent + 1; ++i)
|
|
60
|
+
indent1.append(Utilities::INDENT);
|
|
61
|
+
for (i = 0; i < indent + 2; ++i)
|
|
62
|
+
indent2.append(Utilities::INDENT);
|
|
63
|
+
|
|
64
|
+
// Surf_Charge element and attributes
|
|
65
|
+
s_oss << indent0 << "name=\"" << this->name << "\"" << "\n";
|
|
66
|
+
s_oss << indent0 << "specific_area=\"" << this->
|
|
67
|
+
specific_area << "\"" << "\n";
|
|
68
|
+
s_oss << indent0 << "grams=\"" << this->grams << "\"" << "\n";
|
|
69
|
+
s_oss << indent0 << "charge_balance=\"" << this->
|
|
70
|
+
charge_balance << "\"" << "\n";
|
|
71
|
+
s_oss << indent0 << "mass_water=\"" << this->
|
|
72
|
+
mass_water << "\"" << "\n";
|
|
73
|
+
s_oss << indent0 << "f_free=\"" << this->f_free << "\"" << "\n";
|
|
74
|
+
s_oss << indent0 << "la_psi=\"" << this->la_psi << "\"" << "\n";
|
|
75
|
+
s_oss << indent0 << "capacitance=\"" << this->
|
|
76
|
+
capacitance[0] << " " << this->capacitance[0] << "\"" << "\n";
|
|
77
|
+
|
|
78
|
+
// totals
|
|
79
|
+
s_oss << indent0;
|
|
80
|
+
s_oss << "<diffuse_layer_totals " << "\n";
|
|
81
|
+
this->diffuse_layer_totals.dump_xml(s_oss, indent + 1);
|
|
82
|
+
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
void
|
|
86
|
+
cxxSurfaceCharge::dump_raw(std::ostream & s_oss, unsigned int indent) const
|
|
87
|
+
{
|
|
88
|
+
unsigned int i;
|
|
89
|
+
s_oss.precision(DBL_DIG - 1);
|
|
90
|
+
std::string indent0(""), indent1(""), indent2("");
|
|
91
|
+
for (i = 0; i < indent; ++i)
|
|
92
|
+
indent0.append(Utilities::INDENT);
|
|
93
|
+
for (i = 0; i < indent + 1; ++i)
|
|
94
|
+
indent1.append(Utilities::INDENT);
|
|
95
|
+
for (i = 0; i < indent + 2; ++i)
|
|
96
|
+
indent2.append(Utilities::INDENT);
|
|
97
|
+
|
|
98
|
+
// Surf_Charge element and attributes
|
|
99
|
+
s_oss << indent0 << "# SURFACE_MODIFY candidate identifiers #\n";
|
|
100
|
+
s_oss << indent0 << "-specific_area " << this->specific_area << "\n";
|
|
101
|
+
s_oss << indent0 << "-grams " << this->grams << "\n";
|
|
102
|
+
s_oss << indent0 << "-charge_balance " << this->charge_balance << "\n";
|
|
103
|
+
s_oss << indent0 << "-mass_water " << this->mass_water << "\n";
|
|
104
|
+
s_oss << indent0 << "-f_free " << this->f_free << "\n";
|
|
105
|
+
s_oss << indent0 << "-ddl_viscosity " << this->DDL_viscosity << "\n";
|
|
106
|
+
s_oss << indent0 << "-la_psi " << this->la_psi << "\n";
|
|
107
|
+
s_oss << indent0 << "-capacitance0 " << this->capacitance[0] << "\n";
|
|
108
|
+
s_oss << indent0 << "-capacitance1 " << this->capacitance[1] << "\n";
|
|
109
|
+
// totals
|
|
110
|
+
s_oss << indent0;
|
|
111
|
+
s_oss << "-diffuse_layer_totals" << "\n";
|
|
112
|
+
this->diffuse_layer_totals.dump_raw(s_oss, indent + 1);
|
|
113
|
+
|
|
114
|
+
// DL species
|
|
115
|
+
//s_oss << indent0;
|
|
116
|
+
//s_oss << "-diffuse_layer_species" << "\n";
|
|
117
|
+
if (dl_species_map.size() > 0)
|
|
118
|
+
{
|
|
119
|
+
s_oss << indent0;
|
|
120
|
+
s_oss << "-diffuse_layer_species" << "\n";
|
|
121
|
+
std::map<int, double>::const_iterator it = this->dl_species_map.begin();
|
|
122
|
+
for ( ; it != dl_species_map.end(); it++)
|
|
123
|
+
{
|
|
124
|
+
s_oss << indent1;
|
|
125
|
+
s_oss << it->first << " " << it->second << "\n";
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
s_oss << indent0 << "# Surface workspace variables #\n";
|
|
129
|
+
s_oss << indent0 << "-sigma0 " << this->sigma0 << "\n";
|
|
130
|
+
s_oss << indent0 << "-sigma1 " << this->sigma1 << "\n";
|
|
131
|
+
s_oss << indent0 << "-sigma2 " << this->sigma2 << "\n";
|
|
132
|
+
s_oss << indent0 << "-sigmaddl " << this->sigmaddl << "\n";
|
|
133
|
+
std::map<LDBLE, cxxSurfDL>::const_iterator git;
|
|
134
|
+
for (git = this->g_map.begin(); git != g_map.end(); git++)
|
|
135
|
+
{
|
|
136
|
+
s_oss << indent0 << "-g_map " << git->first << "\t";
|
|
137
|
+
s_oss << git->second.Get_g() << "\t";
|
|
138
|
+
s_oss << git->second.Get_dg() << "\t";
|
|
139
|
+
s_oss << git->second.Get_psi_to_z() << "\n";
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
void
|
|
144
|
+
cxxSurfaceCharge::read_raw(CParser & parser, bool check)
|
|
145
|
+
{
|
|
146
|
+
std::string str;
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
std::istream::pos_type ptr;
|
|
150
|
+
std::istream::pos_type next_char;
|
|
151
|
+
std::string token;
|
|
152
|
+
int opt_save;
|
|
153
|
+
|
|
154
|
+
opt_save = CParser::OPT_ERROR;
|
|
155
|
+
bool specific_area_defined(false);
|
|
156
|
+
bool grams_defined(false);
|
|
157
|
+
bool charge_balance_defined(false);
|
|
158
|
+
bool mass_water_defined(false);
|
|
159
|
+
bool la_psi_defined(false);
|
|
160
|
+
bool capacitance0_defined(false);
|
|
161
|
+
bool capacitance1_defined(false);
|
|
162
|
+
bool g_map_first(true);
|
|
163
|
+
bool DDL_viscosity_defined(false);
|
|
164
|
+
|
|
165
|
+
for (;;)
|
|
166
|
+
{
|
|
167
|
+
int opt = parser.get_option(vopts, next_char);
|
|
168
|
+
if (opt == CParser::OPT_DEFAULT)
|
|
169
|
+
{
|
|
170
|
+
opt = opt_save;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
switch (opt)
|
|
174
|
+
{
|
|
175
|
+
case CParser::OPT_EOF:
|
|
176
|
+
break;
|
|
177
|
+
case CParser::OPT_KEYWORD:
|
|
178
|
+
break;
|
|
179
|
+
case CParser::OPT_DEFAULT:
|
|
180
|
+
case CParser::OPT_ERROR:
|
|
181
|
+
opt = CParser::OPT_KEYWORD;
|
|
182
|
+
// Allow return to Surface for more processing
|
|
183
|
+
break;
|
|
184
|
+
|
|
185
|
+
case 0: // name
|
|
186
|
+
warning_msg("-name ignored. Defined with -charge_component.");
|
|
187
|
+
break;
|
|
188
|
+
|
|
189
|
+
case 1: // specific_area
|
|
190
|
+
if (!(parser.get_iss() >> this->specific_area))
|
|
191
|
+
{
|
|
192
|
+
this->specific_area = 0;
|
|
193
|
+
parser.incr_input_error();
|
|
194
|
+
parser.error_msg("Expected numeric value for specific_area.",
|
|
195
|
+
PHRQ_io::OT_CONTINUE);
|
|
196
|
+
}
|
|
197
|
+
specific_area_defined = true;
|
|
198
|
+
break;
|
|
199
|
+
|
|
200
|
+
case 2: // grams
|
|
201
|
+
if (!(parser.get_iss() >> this->grams))
|
|
202
|
+
{
|
|
203
|
+
this->grams = 0;
|
|
204
|
+
parser.incr_input_error();
|
|
205
|
+
parser.error_msg("Expected numeric value for grams.",
|
|
206
|
+
PHRQ_io::OT_CONTINUE);
|
|
207
|
+
}
|
|
208
|
+
grams_defined = true;
|
|
209
|
+
break;
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
case 3: // charge_balance
|
|
213
|
+
if (!(parser.get_iss() >> this->charge_balance))
|
|
214
|
+
{
|
|
215
|
+
this->charge_balance = 0;
|
|
216
|
+
parser.incr_input_error();
|
|
217
|
+
parser.error_msg("Expected numeric value for charge_balance.",
|
|
218
|
+
PHRQ_io::OT_CONTINUE);
|
|
219
|
+
}
|
|
220
|
+
charge_balance_defined = true;
|
|
221
|
+
break;
|
|
222
|
+
|
|
223
|
+
case 4: // mass_water
|
|
224
|
+
if (!(parser.get_iss() >> this->mass_water))
|
|
225
|
+
{
|
|
226
|
+
this->mass_water = 0;
|
|
227
|
+
parser.incr_input_error();
|
|
228
|
+
parser.error_msg("Expected numeric value for mass_water.",
|
|
229
|
+
PHRQ_io::OT_CONTINUE);
|
|
230
|
+
}
|
|
231
|
+
mass_water_defined = true;
|
|
232
|
+
break;
|
|
233
|
+
|
|
234
|
+
case 5: // la_psi
|
|
235
|
+
if (!(parser.get_iss() >> this->la_psi))
|
|
236
|
+
{
|
|
237
|
+
this->la_psi = 0;
|
|
238
|
+
parser.incr_input_error();
|
|
239
|
+
parser.error_msg("Expected numeric value for la_psi.",
|
|
240
|
+
PHRQ_io::OT_CONTINUE);
|
|
241
|
+
}
|
|
242
|
+
la_psi_defined = true;
|
|
243
|
+
break;
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
case 6: // diffuse_layer_totals
|
|
247
|
+
if (this->diffuse_layer_totals.read_raw(parser, next_char) !=
|
|
248
|
+
CParser::PARSER_OK)
|
|
249
|
+
{
|
|
250
|
+
parser.incr_input_error();
|
|
251
|
+
parser.
|
|
252
|
+
error_msg
|
|
253
|
+
("Expected element name and molality for SurfaceCharge diffuse_layer_totals.",
|
|
254
|
+
PHRQ_io::OT_CONTINUE);
|
|
255
|
+
}
|
|
256
|
+
opt_save = 6;
|
|
257
|
+
break;
|
|
258
|
+
|
|
259
|
+
case 7: // la_psi1
|
|
260
|
+
parser.warning_msg("-la_psi1 identifier not used");
|
|
261
|
+
break;
|
|
262
|
+
|
|
263
|
+
case 8: // la_psi2
|
|
264
|
+
parser.warning_msg("-la_psi2 identifier not used");
|
|
265
|
+
break;
|
|
266
|
+
|
|
267
|
+
case 9: // capacitance0
|
|
268
|
+
if (!(parser.get_iss() >> this->capacitance[0]))
|
|
269
|
+
{
|
|
270
|
+
this->capacitance[0] = 0;
|
|
271
|
+
parser.incr_input_error();
|
|
272
|
+
parser.error_msg("Expected numeric value for capacitance0.",
|
|
273
|
+
PHRQ_io::OT_CONTINUE);
|
|
274
|
+
}
|
|
275
|
+
capacitance0_defined = true;
|
|
276
|
+
break;
|
|
277
|
+
|
|
278
|
+
case 10: // capacitance1
|
|
279
|
+
if (!(parser.get_iss() >> this->capacitance[1]))
|
|
280
|
+
{
|
|
281
|
+
this->capacitance[1] = 0;
|
|
282
|
+
parser.incr_input_error();
|
|
283
|
+
parser.error_msg("Expected numeric value for capacitance1.",
|
|
284
|
+
PHRQ_io::OT_CONTINUE);
|
|
285
|
+
}
|
|
286
|
+
capacitance1_defined = true;
|
|
287
|
+
break;
|
|
288
|
+
case 11: // sigma0
|
|
289
|
+
if (!(parser.get_iss() >> this->sigma0))
|
|
290
|
+
{
|
|
291
|
+
this->sigma0 = 0;
|
|
292
|
+
parser.incr_input_error();
|
|
293
|
+
parser.error_msg("Expected numeric value for sigma0.",
|
|
294
|
+
PHRQ_io::OT_CONTINUE);
|
|
295
|
+
}
|
|
296
|
+
break;
|
|
297
|
+
case 12: // sigma1
|
|
298
|
+
if (!(parser.get_iss() >> this->sigma1))
|
|
299
|
+
{
|
|
300
|
+
this->sigma1 = 0;
|
|
301
|
+
parser.incr_input_error();
|
|
302
|
+
parser.error_msg("Expected numeric value for sigma1.",
|
|
303
|
+
PHRQ_io::OT_CONTINUE);
|
|
304
|
+
}
|
|
305
|
+
break;
|
|
306
|
+
case 13: // sigma2
|
|
307
|
+
if (!(parser.get_iss() >> this->sigma2))
|
|
308
|
+
{
|
|
309
|
+
this->sigma2 = 0;
|
|
310
|
+
parser.incr_input_error();
|
|
311
|
+
parser.error_msg("Expected numeric value for sigma2.",
|
|
312
|
+
PHRQ_io::OT_CONTINUE);
|
|
313
|
+
}
|
|
314
|
+
break;
|
|
315
|
+
case 14: // sigmaddl
|
|
316
|
+
if (!(parser.get_iss() >> this->sigmaddl))
|
|
317
|
+
{
|
|
318
|
+
this->sigmaddl = 0;
|
|
319
|
+
parser.incr_input_error();
|
|
320
|
+
parser.error_msg("Expected numeric value for sigmaddl.",
|
|
321
|
+
PHRQ_io::OT_CONTINUE);
|
|
322
|
+
}
|
|
323
|
+
break;
|
|
324
|
+
case 15: // g_map
|
|
325
|
+
{
|
|
326
|
+
if (g_map_first)
|
|
327
|
+
{
|
|
328
|
+
this->g_map.clear();
|
|
329
|
+
g_map_first = false;
|
|
330
|
+
}
|
|
331
|
+
LDBLE z, dummy;
|
|
332
|
+
if (!(parser.get_iss() >> z))
|
|
333
|
+
break;
|
|
334
|
+
cxxSurfDL temp_surf_dl;
|
|
335
|
+
this->g_map[z] = temp_surf_dl;
|
|
336
|
+
std::map<LDBLE, cxxSurfDL>::iterator git = g_map.find(z);
|
|
337
|
+
if (!(parser.get_iss() >> dummy))
|
|
338
|
+
break;
|
|
339
|
+
else
|
|
340
|
+
git->second.Set_g(dummy);
|
|
341
|
+
if (!(parser.get_iss() >> dummy))
|
|
342
|
+
break;
|
|
343
|
+
else
|
|
344
|
+
git->second.Set_dg(dummy);
|
|
345
|
+
if (!(parser.get_iss() >> dummy))
|
|
346
|
+
break;
|
|
347
|
+
else
|
|
348
|
+
git->second.Set_psi_to_z(dummy);
|
|
349
|
+
}
|
|
350
|
+
break;
|
|
351
|
+
case 16: // dl_species_map
|
|
352
|
+
int s_num;
|
|
353
|
+
if (parser.peek_token() != CParser::TT_EMPTY)
|
|
354
|
+
{
|
|
355
|
+
if (!(parser.get_iss() >> s_num))
|
|
356
|
+
{
|
|
357
|
+
parser.incr_input_error();
|
|
358
|
+
parser.error_msg("Expected integer for species number.",
|
|
359
|
+
PHRQ_io::OT_CONTINUE);
|
|
360
|
+
}
|
|
361
|
+
else
|
|
362
|
+
{
|
|
363
|
+
double d;
|
|
364
|
+
if (!(parser.get_iss() >> d))
|
|
365
|
+
{
|
|
366
|
+
parser.incr_input_error();
|
|
367
|
+
parser.error_msg("Expected double for species concentration.",
|
|
368
|
+
PHRQ_io::OT_CONTINUE);
|
|
369
|
+
}
|
|
370
|
+
this->dl_species_map[s_num] = d;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
opt_save = 16;
|
|
374
|
+
break;
|
|
375
|
+
case 17: // f_free of water
|
|
376
|
+
if (!(parser.get_iss() >> this->f_free))
|
|
377
|
+
{
|
|
378
|
+
this->f_free = 0;
|
|
379
|
+
parser.incr_input_error();
|
|
380
|
+
parser.error_msg("Expected numeric value for f_free of mass_water.",
|
|
381
|
+
PHRQ_io::OT_CONTINUE);
|
|
382
|
+
}
|
|
383
|
+
break;
|
|
384
|
+
case 18: // DDL_viscosity
|
|
385
|
+
if (!(parser.get_iss() >> this->DDL_viscosity))
|
|
386
|
+
{
|
|
387
|
+
this->DDL_viscosity = 1.0;
|
|
388
|
+
parser.incr_input_error();
|
|
389
|
+
parser.error_msg("Expected numeric value for DDL_viscosity.",
|
|
390
|
+
PHRQ_io::OT_CONTINUE);
|
|
391
|
+
}
|
|
392
|
+
DDL_viscosity_defined = true;
|
|
393
|
+
break;
|
|
394
|
+
|
|
395
|
+
}
|
|
396
|
+
if (opt == CParser::OPT_EOF || opt == CParser::OPT_KEYWORD)
|
|
397
|
+
break;
|
|
398
|
+
}
|
|
399
|
+
if (check)
|
|
400
|
+
{
|
|
401
|
+
// members that must be defined
|
|
402
|
+
if (specific_area_defined == false)
|
|
403
|
+
{
|
|
404
|
+
parser.incr_input_error();
|
|
405
|
+
parser.error_msg("Specific_area not defined for SurfaceCharge input.",
|
|
406
|
+
PHRQ_io::OT_CONTINUE);
|
|
407
|
+
}
|
|
408
|
+
if (grams_defined == false)
|
|
409
|
+
{
|
|
410
|
+
parser.incr_input_error();
|
|
411
|
+
parser.error_msg("Grams not defined for SurfaceCharge input.",
|
|
412
|
+
PHRQ_io::OT_CONTINUE);
|
|
413
|
+
}
|
|
414
|
+
if (charge_balance_defined == false)
|
|
415
|
+
{
|
|
416
|
+
parser.incr_input_error();
|
|
417
|
+
parser.
|
|
418
|
+
error_msg("Charge_balance not defined for SurfaceCharge input.",
|
|
419
|
+
PHRQ_io::OT_CONTINUE);
|
|
420
|
+
}
|
|
421
|
+
if (mass_water_defined == false)
|
|
422
|
+
{
|
|
423
|
+
parser.incr_input_error();
|
|
424
|
+
parser.error_msg("Mass_water not defined for SurfaceCharge input.",
|
|
425
|
+
PHRQ_io::OT_CONTINUE);
|
|
426
|
+
}
|
|
427
|
+
if (la_psi_defined == false)
|
|
428
|
+
{
|
|
429
|
+
parser.incr_input_error();
|
|
430
|
+
parser.error_msg("La_psi not defined for SurfaceCharge input.",
|
|
431
|
+
PHRQ_io::OT_CONTINUE);
|
|
432
|
+
}
|
|
433
|
+
if (capacitance0_defined == false)
|
|
434
|
+
{
|
|
435
|
+
parser.incr_input_error();
|
|
436
|
+
parser.error_msg("Capacitance0 not defined for SurfaceCharge input.",
|
|
437
|
+
PHRQ_io::OT_CONTINUE);
|
|
438
|
+
}
|
|
439
|
+
if (capacitance1_defined == false)
|
|
440
|
+
{
|
|
441
|
+
parser.incr_input_error();
|
|
442
|
+
parser.error_msg("Capacitance1 not defined for SurfaceCharge input.",
|
|
443
|
+
PHRQ_io::OT_CONTINUE);
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
void
|
|
449
|
+
cxxSurfaceCharge::add(const cxxSurfaceCharge & addee, LDBLE extensive)
|
|
450
|
+
{
|
|
451
|
+
if (extensive == 0.0)
|
|
452
|
+
return;
|
|
453
|
+
|
|
454
|
+
if (this->name.size() == 0 && addee.name.size() == 0)
|
|
455
|
+
{
|
|
456
|
+
return;
|
|
457
|
+
}
|
|
458
|
+
assert(this->name == addee.name);
|
|
459
|
+
|
|
460
|
+
LDBLE ext1, ext2, f1, f2;
|
|
461
|
+
ext1 = this->specific_area * this->grams;
|
|
462
|
+
ext2 = addee.specific_area * addee.grams * extensive;
|
|
463
|
+
if (ext1 + ext2 != 0)
|
|
464
|
+
{
|
|
465
|
+
f1 = ext1 / (ext1 + ext2);
|
|
466
|
+
f2 = ext2 / (ext1 + ext2);
|
|
467
|
+
}
|
|
468
|
+
else
|
|
469
|
+
{
|
|
470
|
+
f1 = 0.5;
|
|
471
|
+
f2 = 0.5;
|
|
472
|
+
}
|
|
473
|
+
this->specific_area = f1 * this->specific_area + f2 * addee.specific_area;
|
|
474
|
+
this->grams += addee.grams * extensive;
|
|
475
|
+
this->charge_balance += addee.charge_balance * extensive;
|
|
476
|
+
this->mass_water += addee.mass_water * extensive;
|
|
477
|
+
this->la_psi = this->la_psi * f1 + addee.la_psi * f2;
|
|
478
|
+
this->capacitance[0] =
|
|
479
|
+
this->capacitance[0] * f1 + addee.capacitance[0] * f2;
|
|
480
|
+
this->capacitance[1] =
|
|
481
|
+
this->capacitance[1] * f1 + addee.capacitance[1] * f2;
|
|
482
|
+
this->f_free = this->f_free * f1 + addee.f_free * f2;
|
|
483
|
+
this->DDL_viscosity = this->DDL_viscosity * f1 + addee.DDL_viscosity * f2;
|
|
484
|
+
this->diffuse_layer_totals.add_extensive(addee.diffuse_layer_totals, extensive);
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
void
|
|
488
|
+
cxxSurfaceCharge::multiply(LDBLE extensive)
|
|
489
|
+
{
|
|
490
|
+
this->grams *= extensive;
|
|
491
|
+
this->charge_balance *= extensive;
|
|
492
|
+
this->mass_water *= extensive;
|
|
493
|
+
this->diffuse_layer_totals.multiply(extensive);
|
|
494
|
+
}
|
|
495
|
+
void
|
|
496
|
+
cxxSurfaceCharge::Serialize(Dictionary & dictionary, std::vector < int >&ints,
|
|
497
|
+
std::vector < double >&doubles)
|
|
498
|
+
{
|
|
499
|
+
|
|
500
|
+
ints.push_back(dictionary.Find(this->name));
|
|
501
|
+
doubles.push_back(this->specific_area);
|
|
502
|
+
doubles.push_back(this->grams);
|
|
503
|
+
doubles.push_back(this->charge_balance);
|
|
504
|
+
doubles.push_back(this->mass_water);
|
|
505
|
+
doubles.push_back(this->la_psi);
|
|
506
|
+
doubles.push_back(this->capacitance[0]);
|
|
507
|
+
doubles.push_back(this->capacitance[1]);
|
|
508
|
+
this->diffuse_layer_totals.Serialize(dictionary, ints, doubles);
|
|
509
|
+
doubles.push_back(this->sigma0);
|
|
510
|
+
doubles.push_back(this->sigma1);
|
|
511
|
+
doubles.push_back(this->sigma2);
|
|
512
|
+
doubles.push_back(this->sigmaddl);
|
|
513
|
+
doubles.push_back(this->f_free);
|
|
514
|
+
doubles.push_back(this->DDL_viscosity);
|
|
515
|
+
ints.push_back((int) this->g_map.size());
|
|
516
|
+
{
|
|
517
|
+
std::map<LDBLE, cxxSurfDL>::iterator it;
|
|
518
|
+
for (it = this->g_map.begin(); it != this->g_map.end(); it++)
|
|
519
|
+
{
|
|
520
|
+
doubles.push_back(it->first);
|
|
521
|
+
it->second.Serialize(dictionary, ints, doubles);
|
|
522
|
+
}
|
|
523
|
+
}
|
|
524
|
+
ints.push_back((int) this->dl_species_map.size());
|
|
525
|
+
{
|
|
526
|
+
std::map<int, double>::iterator it;
|
|
527
|
+
for (it = this->dl_species_map.begin(); it != this->dl_species_map.end(); it++)
|
|
528
|
+
{
|
|
529
|
+
ints.push_back(it->first);
|
|
530
|
+
doubles.push_back(it->second);
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
void
|
|
536
|
+
cxxSurfaceCharge::Deserialize(Dictionary & dictionary, std::vector < int >&ints,
|
|
537
|
+
std::vector < double >&doubles, int &ii, int &dd)
|
|
538
|
+
{
|
|
539
|
+
this->name = dictionary.GetWords()[ints[ii++]];
|
|
540
|
+
this->specific_area = doubles[dd++];
|
|
541
|
+
this->grams = doubles[dd++];
|
|
542
|
+
this->charge_balance = doubles[dd++];
|
|
543
|
+
this->mass_water = doubles[dd++];
|
|
544
|
+
this->la_psi = doubles[dd++];
|
|
545
|
+
this->capacitance[0] = doubles[dd++];
|
|
546
|
+
this->capacitance[1] = doubles[dd++];
|
|
547
|
+
this->diffuse_layer_totals.Deserialize(dictionary, ints, doubles, ii, dd);
|
|
548
|
+
this->sigma0 = doubles[dd++];
|
|
549
|
+
this->sigma1 = doubles[dd++];
|
|
550
|
+
this->sigma2 = doubles[dd++];
|
|
551
|
+
this->sigmaddl = doubles[dd++];
|
|
552
|
+
this->f_free = doubles[dd++];
|
|
553
|
+
this->DDL_viscosity = doubles[dd++];
|
|
554
|
+
{
|
|
555
|
+
this->g_map.clear();
|
|
556
|
+
int count = ints[ii++];
|
|
557
|
+
for (int i = 0; i < count; i++)
|
|
558
|
+
{
|
|
559
|
+
double d = doubles[dd++];
|
|
560
|
+
cxxSurfDL sdl;
|
|
561
|
+
sdl.Deserialize(dictionary, ints, doubles, ii, dd);
|
|
562
|
+
this->g_map[d] = sdl;
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
{
|
|
566
|
+
this->dl_species_map.clear();
|
|
567
|
+
int count = ints[ii++];
|
|
568
|
+
for (int i = 0; i < count; i++)
|
|
569
|
+
{
|
|
570
|
+
int j = ints[ii++];
|
|
571
|
+
double d = doubles[dd++];
|
|
572
|
+
dl_species_map[j] = d;
|
|
573
|
+
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
}
|
|
578
|
+
void
|
|
579
|
+
cxxSurfDL::Serialize(Dictionary & dictionary, std::vector < int >&ints,
|
|
580
|
+
std::vector < double >&doubles)
|
|
581
|
+
{
|
|
582
|
+
doubles.push_back(this->g);
|
|
583
|
+
doubles.push_back(this->dg);
|
|
584
|
+
doubles.push_back(this->psi_to_z);
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
void
|
|
588
|
+
cxxSurfDL::Deserialize(Dictionary & dictionary, std::vector < int >&ints,
|
|
589
|
+
std::vector < double >&doubles, int &ii, int &dd)
|
|
590
|
+
{
|
|
591
|
+
this->g = doubles[dd++];
|
|
592
|
+
this->dg = doubles[dd++];
|
|
593
|
+
this->psi_to_z = doubles[dd++];
|
|
594
|
+
}
|
|
595
|
+
const std::vector< std::string >::value_type temp_vopts[] = {
|
|
596
|
+
std::vector< std::string >::value_type("name"), // 0
|
|
597
|
+
std::vector< std::string >::value_type("specific_area"), // 1
|
|
598
|
+
std::vector< std::string >::value_type("grams"), // 2
|
|
599
|
+
std::vector< std::string >::value_type("charge_balance"), // 3
|
|
600
|
+
std::vector< std::string >::value_type("mass_water"), // 4
|
|
601
|
+
std::vector< std::string >::value_type("la_psi"), // 5
|
|
602
|
+
std::vector< std::string >::value_type("diffuse_layer_totals"), // 6
|
|
603
|
+
std::vector< std::string >::value_type("la_psi1"), // 7
|
|
604
|
+
std::vector< std::string >::value_type("la_psi2"), // 8
|
|
605
|
+
std::vector< std::string >::value_type("capacitance0"), // 9
|
|
606
|
+
std::vector< std::string >::value_type("capacitance1"), // 10
|
|
607
|
+
std::vector< std::string >::value_type("sigma0"), // 11
|
|
608
|
+
std::vector< std::string >::value_type("sigma1"), // 12
|
|
609
|
+
std::vector< std::string >::value_type("sigma2"), // 13
|
|
610
|
+
std::vector< std::string >::value_type("sigmaddl"), // 14
|
|
611
|
+
std::vector< std::string >::value_type("g_map"), // 15
|
|
612
|
+
std::vector< std::string >::value_type("diffuse_layer_species"),// 16
|
|
613
|
+
std::vector< std::string >::value_type("f_free"), // 17
|
|
614
|
+
std::vector< std::string >::value_type("ddl_viscosity") // 18
|
|
615
|
+
|
|
616
|
+
};
|
|
617
|
+
const std::vector< std::string > cxxSurfaceCharge::vopts(temp_vopts, temp_vopts + sizeof temp_vopts / sizeof temp_vopts[0]);
|