pyEQL 1.4.0rc9__cp312-cp312-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-312-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,2274 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
3
|
+
<head>
|
|
4
|
+
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
|
6
|
+
<meta name="generator" content="Doxygen 1.8.8"/>
|
|
7
|
+
<title>IPhreeqc: IPhreeqc Class Reference</title>
|
|
8
|
+
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
|
9
|
+
<script type="text/javascript" src="jquery.js"></script>
|
|
10
|
+
<script type="text/javascript" src="dynsections.js"></script>
|
|
11
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
|
12
|
+
</head>
|
|
13
|
+
<body>
|
|
14
|
+
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
|
15
|
+
<div id="titlearea">
|
|
16
|
+
<table cellspacing="0" cellpadding="0">
|
|
17
|
+
<tbody>
|
|
18
|
+
<tr style="height: 56px;">
|
|
19
|
+
<td style="padding-left: 0.5em;">
|
|
20
|
+
<div id="projectname">IPhreeqc
|
|
21
|
+
</div>
|
|
22
|
+
</td>
|
|
23
|
+
</tr>
|
|
24
|
+
</tbody>
|
|
25
|
+
</table>
|
|
26
|
+
</div>
|
|
27
|
+
<!-- end header part -->
|
|
28
|
+
<!-- Generated by Doxygen 1.8.8 -->
|
|
29
|
+
<div id="navrow1" class="tabs">
|
|
30
|
+
<ul class="tablist">
|
|
31
|
+
<li><a href="index.html"><span>Home</span></a></li>
|
|
32
|
+
<li><a href="IPhreeqc_8h.html"><span>C/Fortran Documentation</span></a></li>
|
|
33
|
+
<li><a href="IPhreeqc_8hpp.html"><span>C++ Documentation</span></a></li>
|
|
34
|
+
<li><a href="Var_8h.html"><span>IPhreeqc VARIANT Documentation</span></a></li>
|
|
35
|
+
</ul>
|
|
36
|
+
</div>
|
|
37
|
+
</div><!-- top -->
|
|
38
|
+
<div class="header">
|
|
39
|
+
<div class="summary">
|
|
40
|
+
<a href="#pub-methods">Public Member Functions</a> |
|
|
41
|
+
<a href="#pub-static-methods">Static Public Member Functions</a> </div>
|
|
42
|
+
<div class="headertitle">
|
|
43
|
+
<div class="title">IPhreeqc Class Reference</div> </div>
|
|
44
|
+
</div><!--header-->
|
|
45
|
+
<div class="contents">
|
|
46
|
+
|
|
47
|
+
<p>Provides an interface to PHREEQC (Version 3)–A Computer Program for Speciation, Batch-Reaction, One-Dimensional Transport, and Inverse Geochemical Calculations.
|
|
48
|
+
<a href="classIPhreeqc.html#details">More...</a></p>
|
|
49
|
+
|
|
50
|
+
<p><code>#include <<a class="el" href="IPhreeqc_8hpp_source.html">IPhreeqc.hpp</a>></code></p>
|
|
51
|
+
<div class="dynheader">
|
|
52
|
+
Inheritance diagram for IPhreeqc:</div>
|
|
53
|
+
<div class="dyncontent">
|
|
54
|
+
<div class="center">
|
|
55
|
+
<img src="classIPhreeqc.png" usemap="#IPhreeqc_map" alt=""/>
|
|
56
|
+
<map id="IPhreeqc_map" name="IPhreeqc_map">
|
|
57
|
+
</map>
|
|
58
|
+
</div></div>
|
|
59
|
+
<table class="memberdecls">
|
|
60
|
+
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
|
|
61
|
+
Public Member Functions</h2></td></tr>
|
|
62
|
+
<tr class="memitem:a8459c1444a3795baf3357cd0f895f1b5"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a8459c1444a3795baf3357cd0f895f1b5">IPhreeqc</a> (void)</td></tr>
|
|
63
|
+
<tr class="separator:a8459c1444a3795baf3357cd0f895f1b5"><td class="memSeparator" colspan="2"> </td></tr>
|
|
64
|
+
<tr class="memitem:a6bb27c1d8942224ca761010317d734d4"><td class="memItemLeft" align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a6bb27c1d8942224ca761010317d734d4">~IPhreeqc</a> (void)</td></tr>
|
|
65
|
+
<tr class="separator:a6bb27c1d8942224ca761010317d734d4"><td class="memSeparator" colspan="2"> </td></tr>
|
|
66
|
+
<tr class="memitem:ae8c15df80acb5d836f24cf526f86f1fb"><td class="memItemLeft" align="right" valign="top"><a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a> (const char *line)</td></tr>
|
|
67
|
+
<tr class="separator:ae8c15df80acb5d836f24cf526f86f1fb"><td class="memSeparator" colspan="2"> </td></tr>
|
|
68
|
+
<tr class="memitem:ada192baf28c504eee7cede47d07be9e3"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ada192baf28c504eee7cede47d07be9e3">AddError</a> (const char *error_msg)</td></tr>
|
|
69
|
+
<tr class="separator:ada192baf28c504eee7cede47d07be9e3"><td class="memSeparator" colspan="2"> </td></tr>
|
|
70
|
+
<tr class="memitem:ac1e6f441ff98da2cb4783665bbe68ef0"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ac1e6f441ff98da2cb4783665bbe68ef0">AddWarning</a> (const char *warning_msg)</td></tr>
|
|
71
|
+
<tr class="separator:ac1e6f441ff98da2cb4783665bbe68ef0"><td class="memSeparator" colspan="2"> </td></tr>
|
|
72
|
+
<tr class="memitem:a2009e93061ab6f4c049a4642d8c7179c"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a2009e93061ab6f4c049a4642d8c7179c">ClearAccumulatedLines</a> (void)</td></tr>
|
|
73
|
+
<tr class="separator:a2009e93061ab6f4c049a4642d8c7179c"><td class="memSeparator" colspan="2"> </td></tr>
|
|
74
|
+
<tr class="memitem:a541096c729f982bfac6413c607d69c46"><td class="memItemLeft" align="right" valign="top">const std::string & </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a541096c729f982bfac6413c607d69c46">GetAccumulatedLines</a> (void)</td></tr>
|
|
75
|
+
<tr class="separator:a541096c729f982bfac6413c607d69c46"><td class="memSeparator" colspan="2"> </td></tr>
|
|
76
|
+
<tr class="memitem:a557c3494d28fcaeb1d8f3f307df8aaec"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a557c3494d28fcaeb1d8f3f307df8aaec">GetComponent</a> (int n)</td></tr>
|
|
77
|
+
<tr class="separator:a557c3494d28fcaeb1d8f3f307df8aaec"><td class="memSeparator" colspan="2"> </td></tr>
|
|
78
|
+
<tr class="memitem:acf8be30dbe912ecfd96eb4d609db6dcb"><td class="memItemLeft" align="right" valign="top">size_t </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#acf8be30dbe912ecfd96eb4d609db6dcb">GetComponentCount</a> (void)</td></tr>
|
|
79
|
+
<tr class="separator:acf8be30dbe912ecfd96eb4d609db6dcb"><td class="memSeparator" colspan="2"> </td></tr>
|
|
80
|
+
<tr class="memitem:ac715553295cd1a500f8aaf03037b7698"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a> (void) const </td></tr>
|
|
81
|
+
<tr class="separator:ac715553295cd1a500f8aaf03037b7698"><td class="memSeparator" colspan="2"> </td></tr>
|
|
82
|
+
<tr class="memitem:a52e1090422e68dc7a6a7d9a3c6ad7836"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a52e1090422e68dc7a6a7d9a3c6ad7836">GetDumpFileName</a> (void) const </td></tr>
|
|
83
|
+
<tr class="separator:a52e1090422e68dc7a6a7d9a3c6ad7836"><td class="memSeparator" colspan="2"> </td></tr>
|
|
84
|
+
<tr class="memitem:a5a72dd72a05da0110373c170a1931777"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a5a72dd72a05da0110373c170a1931777">GetDumpFileOn</a> (void) const </td></tr>
|
|
85
|
+
<tr class="separator:a5a72dd72a05da0110373c170a1931777"><td class="memSeparator" colspan="2"> </td></tr>
|
|
86
|
+
<tr class="memitem:aa05494271f8b942260f12c3fb5e15ae5"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#aa05494271f8b942260f12c3fb5e15ae5">GetDumpString</a> (void) const </td></tr>
|
|
87
|
+
<tr class="separator:aa05494271f8b942260f12c3fb5e15ae5"><td class="memSeparator" colspan="2"> </td></tr>
|
|
88
|
+
<tr class="memitem:a3b7d96f0c144982711bbdb6e1db37956"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a3b7d96f0c144982711bbdb6e1db37956">GetDumpStringLine</a> (int n)</td></tr>
|
|
89
|
+
<tr class="separator:a3b7d96f0c144982711bbdb6e1db37956"><td class="memSeparator" colspan="2"> </td></tr>
|
|
90
|
+
<tr class="memitem:a6f835c7df1d3979f84072b2a7868b6e6"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a6f835c7df1d3979f84072b2a7868b6e6">GetDumpStringLineCount</a> (void) const </td></tr>
|
|
91
|
+
<tr class="separator:a6f835c7df1d3979f84072b2a7868b6e6"><td class="memSeparator" colspan="2"> </td></tr>
|
|
92
|
+
<tr class="memitem:aa17b8616432e3c150707193a746f2c9b"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#aa17b8616432e3c150707193a746f2c9b">GetDumpStringOn</a> (void) const </td></tr>
|
|
93
|
+
<tr class="separator:aa17b8616432e3c150707193a746f2c9b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
94
|
+
<tr class="memitem:ae7da5534a2991623360bc39f5183c6b4"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ae7da5534a2991623360bc39f5183c6b4">GetErrorFileName</a> (void) const </td></tr>
|
|
95
|
+
<tr class="separator:ae7da5534a2991623360bc39f5183c6b4"><td class="memSeparator" colspan="2"> </td></tr>
|
|
96
|
+
<tr class="memitem:a2b975cebff6d7250f39b1f956c95fc78"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a2b975cebff6d7250f39b1f956c95fc78">GetErrorFileOn</a> (void) const </td></tr>
|
|
97
|
+
<tr class="separator:a2b975cebff6d7250f39b1f956c95fc78"><td class="memSeparator" colspan="2"> </td></tr>
|
|
98
|
+
<tr class="memitem:ab825cb44dda688aab3ee50e4f421b667"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ab825cb44dda688aab3ee50e4f421b667">GetErrorOn</a> (void) const </td></tr>
|
|
99
|
+
<tr class="separator:ab825cb44dda688aab3ee50e4f421b667"><td class="memSeparator" colspan="2"> </td></tr>
|
|
100
|
+
<tr class="memitem:a50120d14facfcfb66c9115366c0abe2b"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a50120d14facfcfb66c9115366c0abe2b">GetErrorString</a> (void)</td></tr>
|
|
101
|
+
<tr class="separator:a50120d14facfcfb66c9115366c0abe2b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
102
|
+
<tr class="memitem:a46edb5642bf6a8794080c0a998087982"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a> (int n)</td></tr>
|
|
103
|
+
<tr class="separator:a46edb5642bf6a8794080c0a998087982"><td class="memSeparator" colspan="2"> </td></tr>
|
|
104
|
+
<tr class="memitem:a41d02999d82aa2768599bc17726fa9a6"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a> (void) const </td></tr>
|
|
105
|
+
<tr class="separator:a41d02999d82aa2768599bc17726fa9a6"><td class="memSeparator" colspan="2"> </td></tr>
|
|
106
|
+
<tr class="memitem:abc9caed466ddec20fe57100be74b8fc1"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#abc9caed466ddec20fe57100be74b8fc1">GetErrorStringOn</a> (void) const </td></tr>
|
|
107
|
+
<tr class="separator:abc9caed466ddec20fe57100be74b8fc1"><td class="memSeparator" colspan="2"> </td></tr>
|
|
108
|
+
<tr class="memitem:a849f9b4fe77e29fc2e999727035b45b5"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a> (void) const </td></tr>
|
|
109
|
+
<tr class="separator:a849f9b4fe77e29fc2e999727035b45b5"><td class="memSeparator" colspan="2"> </td></tr>
|
|
110
|
+
<tr class="memitem:abbd68c35964e3909396a12e95cc8ce44"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#abbd68c35964e3909396a12e95cc8ce44">GetLogFileName</a> (void) const </td></tr>
|
|
111
|
+
<tr class="separator:abbd68c35964e3909396a12e95cc8ce44"><td class="memSeparator" colspan="2"> </td></tr>
|
|
112
|
+
<tr class="memitem:a39b969135f69958f106e14f924665734"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a39b969135f69958f106e14f924665734">GetLogFileOn</a> (void) const </td></tr>
|
|
113
|
+
<tr class="separator:a39b969135f69958f106e14f924665734"><td class="memSeparator" colspan="2"> </td></tr>
|
|
114
|
+
<tr class="memitem:a8340e305f0659e0cd6f3082449f1a423"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a8340e305f0659e0cd6f3082449f1a423">GetLogString</a> (void) const </td></tr>
|
|
115
|
+
<tr class="separator:a8340e305f0659e0cd6f3082449f1a423"><td class="memSeparator" colspan="2"> </td></tr>
|
|
116
|
+
<tr class="memitem:aeddd2523dcf7085bff29a5a19bd40732"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#aeddd2523dcf7085bff29a5a19bd40732">GetLogStringLine</a> (int n) const </td></tr>
|
|
117
|
+
<tr class="separator:aeddd2523dcf7085bff29a5a19bd40732"><td class="memSeparator" colspan="2"> </td></tr>
|
|
118
|
+
<tr class="memitem:ac24eaadf5adb7912b833deee83964951"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ac24eaadf5adb7912b833deee83964951">GetLogStringLineCount</a> (void) const </td></tr>
|
|
119
|
+
<tr class="separator:ac24eaadf5adb7912b833deee83964951"><td class="memSeparator" colspan="2"> </td></tr>
|
|
120
|
+
<tr class="memitem:a80cda31d75d7feac15277857ac28833b"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a80cda31d75d7feac15277857ac28833b">GetLogStringOn</a> (void) const </td></tr>
|
|
121
|
+
<tr class="separator:a80cda31d75d7feac15277857ac28833b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
122
|
+
<tr class="memitem:ae2c3d02e4465e8e564d0e5c429ec4739"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ae2c3d02e4465e8e564d0e5c429ec4739">GetNthSelectedOutputUserNumber</a> (int n) const </td></tr>
|
|
123
|
+
<tr class="separator:ae2c3d02e4465e8e564d0e5c429ec4739"><td class="memSeparator" colspan="2"> </td></tr>
|
|
124
|
+
<tr class="memitem:a5e597d92cb8ea1c3ecbfd8127d748f6f"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a5e597d92cb8ea1c3ecbfd8127d748f6f">GetOutputFileName</a> (void) const </td></tr>
|
|
125
|
+
<tr class="separator:a5e597d92cb8ea1c3ecbfd8127d748f6f"><td class="memSeparator" colspan="2"> </td></tr>
|
|
126
|
+
<tr class="memitem:a0d44b404f3dfbaa8e73d66a69ca01a55"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a> (void) const </td></tr>
|
|
127
|
+
<tr class="separator:a0d44b404f3dfbaa8e73d66a69ca01a55"><td class="memSeparator" colspan="2"> </td></tr>
|
|
128
|
+
<tr class="memitem:af744cd9ef2c4166f776ade767331cfb8"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#af744cd9ef2c4166f776ade767331cfb8">GetOutputString</a> (void) const </td></tr>
|
|
129
|
+
<tr class="separator:af744cd9ef2c4166f776ade767331cfb8"><td class="memSeparator" colspan="2"> </td></tr>
|
|
130
|
+
<tr class="memitem:a59adae50b5ce99869a7ad6178ade25d0"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a59adae50b5ce99869a7ad6178ade25d0">GetOutputStringLine</a> (int n) const </td></tr>
|
|
131
|
+
<tr class="separator:a59adae50b5ce99869a7ad6178ade25d0"><td class="memSeparator" colspan="2"> </td></tr>
|
|
132
|
+
<tr class="memitem:a6b5edfc3f2aefd343778490fb94a7f2b"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a6b5edfc3f2aefd343778490fb94a7f2b">GetOutputStringLineCount</a> (void) const </td></tr>
|
|
133
|
+
<tr class="separator:a6b5edfc3f2aefd343778490fb94a7f2b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
134
|
+
<tr class="memitem:a1ff3f9655ecb9b62473d5d3b6bfa0b47"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a1ff3f9655ecb9b62473d5d3b6bfa0b47">GetOutputStringOn</a> (void) const </td></tr>
|
|
135
|
+
<tr class="separator:a1ff3f9655ecb9b62473d5d3b6bfa0b47"><td class="memSeparator" colspan="2"> </td></tr>
|
|
136
|
+
<tr class="memitem:a5647a04ca1263158fe7eb83256fd5588"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a> (void) const </td></tr>
|
|
137
|
+
<tr class="separator:a5647a04ca1263158fe7eb83256fd5588"><td class="memSeparator" colspan="2"> </td></tr>
|
|
138
|
+
<tr class="memitem:adb61f47ee73afb00867db1728230b0bd"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#adb61f47ee73afb00867db1728230b0bd">GetSelectedOutputCount</a> (void) const </td></tr>
|
|
139
|
+
<tr class="separator:adb61f47ee73afb00867db1728230b0bd"><td class="memSeparator" colspan="2"> </td></tr>
|
|
140
|
+
<tr class="memitem:a8d7a6822b4dfc3485aef3bb3e8703a6f"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a8d7a6822b4dfc3485aef3bb3e8703a6f">GetSelectedOutputFileName</a> (void) const </td></tr>
|
|
141
|
+
<tr class="separator:a8d7a6822b4dfc3485aef3bb3e8703a6f"><td class="memSeparator" colspan="2"> </td></tr>
|
|
142
|
+
<tr class="memitem:aeb6136e09fd3e6dd66055d9c780fa46f"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a> (void) const </td></tr>
|
|
143
|
+
<tr class="separator:aeb6136e09fd3e6dd66055d9c780fa46f"><td class="memSeparator" colspan="2"> </td></tr>
|
|
144
|
+
<tr class="memitem:af7310dd38ef30226612be24c5788acb3"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a> (void) const </td></tr>
|
|
145
|
+
<tr class="separator:af7310dd38ef30226612be24c5788acb3"><td class="memSeparator" colspan="2"> </td></tr>
|
|
146
|
+
<tr class="memitem:aa2aa119472ab5a19a7f3b78789f755c6"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a> (void) const </td></tr>
|
|
147
|
+
<tr class="separator:aa2aa119472ab5a19a7f3b78789f755c6"><td class="memSeparator" colspan="2"> </td></tr>
|
|
148
|
+
<tr class="memitem:a17a5e9ebe55f4acd8a11bccdace4f64e"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a> (int n)</td></tr>
|
|
149
|
+
<tr class="separator:a17a5e9ebe55f4acd8a11bccdace4f64e"><td class="memSeparator" colspan="2"> </td></tr>
|
|
150
|
+
<tr class="memitem:a8c5e6552d823e8b4da3599a46e27f6b3"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a> (void) const </td></tr>
|
|
151
|
+
<tr class="separator:a8c5e6552d823e8b4da3599a46e27f6b3"><td class="memSeparator" colspan="2"> </td></tr>
|
|
152
|
+
<tr class="memitem:ae4c0001feb276862067ea5675973e50a"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ae4c0001feb276862067ea5675973e50a">GetSelectedOutputStringOn</a> (void) const </td></tr>
|
|
153
|
+
<tr class="separator:ae4c0001feb276862067ea5675973e50a"><td class="memSeparator" colspan="2"> </td></tr>
|
|
154
|
+
<tr class="memitem:a246791cc787e6f8db3730acce2c2056b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a> (int row, int col, <a class="el" href="structVAR.html">VAR</a> *pVAR)</td></tr>
|
|
155
|
+
<tr class="separator:a246791cc787e6f8db3730acce2c2056b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
156
|
+
<tr class="memitem:ae82bea67ce87eecd097503317714c15b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ae82bea67ce87eecd097503317714c15b">GetSelectedOutputValue2</a> (int row, int col, int *vtype, double *dvalue, char *svalue, unsigned int svalue_length)</td></tr>
|
|
157
|
+
<tr class="separator:ae82bea67ce87eecd097503317714c15b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
158
|
+
<tr class="memitem:a26b949fc63f670a1818ceadf1b6affee"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a26b949fc63f670a1818ceadf1b6affee">GetWarningString</a> (void)</td></tr>
|
|
159
|
+
<tr class="separator:a26b949fc63f670a1818ceadf1b6affee"><td class="memSeparator" colspan="2"> </td></tr>
|
|
160
|
+
<tr class="memitem:a640a7c13c72c0c91b3faef990a5e5175"><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a640a7c13c72c0c91b3faef990a5e5175">GetWarningStringLine</a> (int n)</td></tr>
|
|
161
|
+
<tr class="separator:a640a7c13c72c0c91b3faef990a5e5175"><td class="memSeparator" colspan="2"> </td></tr>
|
|
162
|
+
<tr class="memitem:aa80fe3e38bd5898d9637a93c5b85b968"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#aa80fe3e38bd5898d9637a93c5b85b968">GetWarningStringLineCount</a> (void) const </td></tr>
|
|
163
|
+
<tr class="separator:aa80fe3e38bd5898d9637a93c5b85b968"><td class="memSeparator" colspan="2"> </td></tr>
|
|
164
|
+
<tr class="memitem:a53e70fcf51f6e58b676514a7d5160279"><td class="memItemLeft" align="right" valign="top">std::list< std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a53e70fcf51f6e58b676514a7d5160279">ListComponents</a> (void)</td></tr>
|
|
165
|
+
<tr class="separator:a53e70fcf51f6e58b676514a7d5160279"><td class="memSeparator" colspan="2"> </td></tr>
|
|
166
|
+
<tr class="memitem:a2b6914418e2e4ec43df053379c26d394"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a2b6914418e2e4ec43df053379c26d394">LoadDatabase</a> (const char *filename)</td></tr>
|
|
167
|
+
<tr class="separator:a2b6914418e2e4ec43df053379c26d394"><td class="memSeparator" colspan="2"> </td></tr>
|
|
168
|
+
<tr class="memitem:ab5bce1700869379c97d9c71d8910f3a3"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ab5bce1700869379c97d9c71d8910f3a3">LoadDatabaseString</a> (const char *input)</td></tr>
|
|
169
|
+
<tr class="separator:ab5bce1700869379c97d9c71d8910f3a3"><td class="memSeparator" colspan="2"> </td></tr>
|
|
170
|
+
<tr class="memitem:a0f5a506bc04847715e92f8e118a319ad"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a0f5a506bc04847715e92f8e118a319ad">OutputAccumulatedLines</a> (void)</td></tr>
|
|
171
|
+
<tr class="separator:a0f5a506bc04847715e92f8e118a319ad"><td class="memSeparator" colspan="2"> </td></tr>
|
|
172
|
+
<tr class="memitem:a6c34b8cbb31cc4cb9f7208b4458c5a4c"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a6c34b8cbb31cc4cb9f7208b4458c5a4c">OutputErrorString</a> (void)</td></tr>
|
|
173
|
+
<tr class="separator:a6c34b8cbb31cc4cb9f7208b4458c5a4c"><td class="memSeparator" colspan="2"> </td></tr>
|
|
174
|
+
<tr class="memitem:a0e2d340baef0d68b2e9d877fe59fa0b1"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a0e2d340baef0d68b2e9d877fe59fa0b1">OutputWarningString</a> (void)</td></tr>
|
|
175
|
+
<tr class="separator:a0e2d340baef0d68b2e9d877fe59fa0b1"><td class="memSeparator" colspan="2"> </td></tr>
|
|
176
|
+
<tr class="memitem:a04b587f291d45e0b339fa6922c51d479"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a> (void)</td></tr>
|
|
177
|
+
<tr class="separator:a04b587f291d45e0b339fa6922c51d479"><td class="memSeparator" colspan="2"> </td></tr>
|
|
178
|
+
<tr class="memitem:a962f943e8950dbfeca1908d55f094132"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a962f943e8950dbfeca1908d55f094132">RunFile</a> (const char *filename)</td></tr>
|
|
179
|
+
<tr class="separator:a962f943e8950dbfeca1908d55f094132"><td class="memSeparator" colspan="2"> </td></tr>
|
|
180
|
+
<tr class="memitem:a5bd04d2a7e3f8fd98d00c2718ca3288a"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a5bd04d2a7e3f8fd98d00c2718ca3288a">RunString</a> (const char *input)</td></tr>
|
|
181
|
+
<tr class="separator:a5bd04d2a7e3f8fd98d00c2718ca3288a"><td class="memSeparator" colspan="2"> </td></tr>
|
|
182
|
+
<tr class="memitem:abacef73fe7905b353cbf2e26b87d9fa9"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#abacef73fe7905b353cbf2e26b87d9fa9">SetBasicCallback</a> (double(*fcn)(double x1, double x2, const char *str, void *cookie), void *cookie1)</td></tr>
|
|
183
|
+
<tr class="separator:abacef73fe7905b353cbf2e26b87d9fa9"><td class="memSeparator" colspan="2"> </td></tr>
|
|
184
|
+
<tr class="memitem:a0de13abd277d6d84f5871888d9349f75"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a0de13abd277d6d84f5871888d9349f75">SetBasicFortranCallback</a> (double(*fcn)(double *x1, double *x2, const char *str, int l))</td></tr>
|
|
185
|
+
<tr class="separator:a0de13abd277d6d84f5871888d9349f75"><td class="memSeparator" colspan="2"> </td></tr>
|
|
186
|
+
<tr class="memitem:ade5f16a150ffc33f216b45ac6f3416a1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a> (int n)</td></tr>
|
|
187
|
+
<tr class="separator:ade5f16a150ffc33f216b45ac6f3416a1"><td class="memSeparator" colspan="2"> </td></tr>
|
|
188
|
+
<tr class="memitem:afa4f35a4532961e79445fe3a4e3f7b7d"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#afa4f35a4532961e79445fe3a4e3f7b7d">SetDumpFileName</a> (const char *filename)</td></tr>
|
|
189
|
+
<tr class="separator:afa4f35a4532961e79445fe3a4e3f7b7d"><td class="memSeparator" colspan="2"> </td></tr>
|
|
190
|
+
<tr class="memitem:a04b3512391ddaa3a3dad598309731e26"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a04b3512391ddaa3a3dad598309731e26">SetDumpFileOn</a> (bool bValue)</td></tr>
|
|
191
|
+
<tr class="separator:a04b3512391ddaa3a3dad598309731e26"><td class="memSeparator" colspan="2"> </td></tr>
|
|
192
|
+
<tr class="memitem:aa2576fe632fbab5d8c9066ef1df16930"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> (bool bValue)</td></tr>
|
|
193
|
+
<tr class="separator:aa2576fe632fbab5d8c9066ef1df16930"><td class="memSeparator" colspan="2"> </td></tr>
|
|
194
|
+
<tr class="memitem:a81cc272cfe2505b1826e8eb92bc5db03"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a81cc272cfe2505b1826e8eb92bc5db03">SetErrorFileName</a> (const char *filename)</td></tr>
|
|
195
|
+
<tr class="separator:a81cc272cfe2505b1826e8eb92bc5db03"><td class="memSeparator" colspan="2"> </td></tr>
|
|
196
|
+
<tr class="memitem:a071b7fb1cdd38e96c23d0deeb33edd27"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a071b7fb1cdd38e96c23d0deeb33edd27">SetErrorFileOn</a> (bool bValue)</td></tr>
|
|
197
|
+
<tr class="separator:a071b7fb1cdd38e96c23d0deeb33edd27"><td class="memSeparator" colspan="2"> </td></tr>
|
|
198
|
+
<tr class="memitem:a7844f92491148db252e4b78fb6420681"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a7844f92491148db252e4b78fb6420681">SetErrorOn</a> (bool bValue)</td></tr>
|
|
199
|
+
<tr class="separator:a7844f92491148db252e4b78fb6420681"><td class="memSeparator" colspan="2"> </td></tr>
|
|
200
|
+
<tr class="memitem:a91b5bc4fba0304833368cbb1ff450c42"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a91b5bc4fba0304833368cbb1ff450c42">SetErrorStringOn</a> (bool bValue)</td></tr>
|
|
201
|
+
<tr class="separator:a91b5bc4fba0304833368cbb1ff450c42"><td class="memSeparator" colspan="2"> </td></tr>
|
|
202
|
+
<tr class="memitem:a668da837d382164c9b99cf6517855965"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a668da837d382164c9b99cf6517855965">SetLogFileName</a> (const char *filename)</td></tr>
|
|
203
|
+
<tr class="separator:a668da837d382164c9b99cf6517855965"><td class="memSeparator" colspan="2"> </td></tr>
|
|
204
|
+
<tr class="memitem:a325eb7e17fc621e1cbe5f379d0b6efaf"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a325eb7e17fc621e1cbe5f379d0b6efaf">SetLogFileOn</a> (bool bValue)</td></tr>
|
|
205
|
+
<tr class="separator:a325eb7e17fc621e1cbe5f379d0b6efaf"><td class="memSeparator" colspan="2"> </td></tr>
|
|
206
|
+
<tr class="memitem:a8582b596f9ba608796d2f1a687819a74"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> (bool bValue)</td></tr>
|
|
207
|
+
<tr class="separator:a8582b596f9ba608796d2f1a687819a74"><td class="memSeparator" colspan="2"> </td></tr>
|
|
208
|
+
<tr class="memitem:a7001d80a251a3fc972c90e62a8349238"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a7001d80a251a3fc972c90e62a8349238">SetOutputFileName</a> (const char *filename)</td></tr>
|
|
209
|
+
<tr class="separator:a7001d80a251a3fc972c90e62a8349238"><td class="memSeparator" colspan="2"> </td></tr>
|
|
210
|
+
<tr class="memitem:a276ff466b0d1c6fc2d201496e8ff3124"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a276ff466b0d1c6fc2d201496e8ff3124">SetOutputFileOn</a> (bool bValue)</td></tr>
|
|
211
|
+
<tr class="separator:a276ff466b0d1c6fc2d201496e8ff3124"><td class="memSeparator" colspan="2"> </td></tr>
|
|
212
|
+
<tr class="memitem:a1c92a18fa37c3f2038dc294f4cc2dcf2"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> (bool bValue)</td></tr>
|
|
213
|
+
<tr class="separator:a1c92a18fa37c3f2038dc294f4cc2dcf2"><td class="memSeparator" colspan="2"> </td></tr>
|
|
214
|
+
<tr class="memitem:a5342e8a3a69d978b96151b5a211234e6"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#a5342e8a3a69d978b96151b5a211234e6">SetSelectedOutputFileName</a> (const char *filename)</td></tr>
|
|
215
|
+
<tr class="separator:a5342e8a3a69d978b96151b5a211234e6"><td class="memSeparator" colspan="2"> </td></tr>
|
|
216
|
+
<tr class="memitem:acde7acc463276c25f453492768a5f065"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a> (bool bValue)</td></tr>
|
|
217
|
+
<tr class="separator:acde7acc463276c25f453492768a5f065"><td class="memSeparator" colspan="2"> </td></tr>
|
|
218
|
+
<tr class="memitem:aa825a4d869271888a19cc16dda3fb39a"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> (bool bValue)</td></tr>
|
|
219
|
+
<tr class="separator:aa825a4d869271888a19cc16dda3fb39a"><td class="memSeparator" colspan="2"> </td></tr>
|
|
220
|
+
</table><table class="memberdecls">
|
|
221
|
+
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-methods"></a>
|
|
222
|
+
Static Public Member Functions</h2></td></tr>
|
|
223
|
+
<tr class="memitem:adcade8ee7a5e424e438570a810928c14"><td class="memItemLeft" align="right" valign="top">static const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="classIPhreeqc.html#adcade8ee7a5e424e438570a810928c14">GetVersionString</a> (void)</td></tr>
|
|
224
|
+
<tr class="separator:adcade8ee7a5e424e438570a810928c14"><td class="memSeparator" colspan="2"> </td></tr>
|
|
225
|
+
</table>
|
|
226
|
+
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
|
227
|
+
<div class="textblock"><p>Provides an interface to PHREEQC (Version 3)–A Computer Program for Speciation, Batch-Reaction, One-Dimensional Transport, and Inverse Geochemical Calculations. </p>
|
|
228
|
+
</div><h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
|
229
|
+
<a class="anchor" id="a8459c1444a3795baf3357cd0f895f1b5"></a>
|
|
230
|
+
<div class="memitem">
|
|
231
|
+
<div class="memproto">
|
|
232
|
+
<table class="memname">
|
|
233
|
+
<tr>
|
|
234
|
+
<td class="memname">IPhreeqc::IPhreeqc </td>
|
|
235
|
+
<td>(</td>
|
|
236
|
+
<td class="paramtype">void </td>
|
|
237
|
+
<td class="paramname"></td><td>)</td>
|
|
238
|
+
<td></td>
|
|
239
|
+
</tr>
|
|
240
|
+
</table>
|
|
241
|
+
</div><div class="memdoc">
|
|
242
|
+
<p>Constructor. <a class="anchor" id="IPhreeqc_cpp"></a> </p><dl class="section user"><dt>Example:</dt><dd><div class="fragment"><div class="line"><span class="preprocessor">#include <cstdlib></span></div>
|
|
243
|
+
<div class="line"><span class="preprocessor">#include <iostream></span></div>
|
|
244
|
+
<div class="line"><span class="preprocessor">#include <<a class="code" href="IPhreeqc_8hpp.html">IPhreeqc.hpp</a>></span></div>
|
|
245
|
+
<div class="line"></div>
|
|
246
|
+
<div class="line"><span class="keywordtype">int</span> main(<span class="keywordtype">void</span>)</div>
|
|
247
|
+
<div class="line">{</div>
|
|
248
|
+
<div class="line"> <a class="code" href="classIPhreeqc.html">IPhreeqc</a> iphreeqc;</div>
|
|
249
|
+
<div class="line"> </div>
|
|
250
|
+
<div class="line"> <span class="keywordflow">if</span> (iphreeqc.<a class="code" href="classIPhreeqc.html#a2b6914418e2e4ec43df053379c26d394">LoadDatabase</a>(<span class="stringliteral">"phreeqc.dat"</span>) != 0) {</div>
|
|
251
|
+
<div class="line"> std::cout << iphreeqc.<a class="code" href="classIPhreeqc.html#a50120d14facfcfb66c9115366c0abe2b">GetErrorString</a>() << std::endl;</div>
|
|
252
|
+
<div class="line"> <span class="keywordflow">return</span> EXIT_FAILURE;</div>
|
|
253
|
+
<div class="line"> }</div>
|
|
254
|
+
<div class="line"> </div>
|
|
255
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">"TITLE Example 2.--Temperature dependence of solubility"</span>);</div>
|
|
256
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">" of gypsum and anhydrite "</span>);</div>
|
|
257
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">"SOLUTION 1 Pure water "</span>);</div>
|
|
258
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">" pH 7.0 "</span>);</div>
|
|
259
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">" temp 25.0 "</span>);</div>
|
|
260
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">"EQUILIBRIUM_PHASES 1 "</span>);</div>
|
|
261
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">" Gypsum 0.0 1.0 "</span>);</div>
|
|
262
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">" Anhydrite 0.0 1.0 "</span>);</div>
|
|
263
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">"REACTION_TEMPERATURE 1 "</span>);</div>
|
|
264
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">" 25.0 75.0 in 51 steps "</span>);</div>
|
|
265
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">"SELECTED_OUTPUT "</span>);</div>
|
|
266
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">" -file ex2.sel "</span>);</div>
|
|
267
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">" -temperature "</span>);</div>
|
|
268
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">" -si anhydrite gypsum "</span>);</div>
|
|
269
|
+
<div class="line"> iphreeqc.<a class="code" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>(<span class="stringliteral">"END "</span>);</div>
|
|
270
|
+
<div class="line"> </div>
|
|
271
|
+
<div class="line"> <span class="keywordflow">if</span> (iphreeqc.<a class="code" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a>() != 0) {</div>
|
|
272
|
+
<div class="line"> std::cout << iphreeqc.<a class="code" href="classIPhreeqc.html#a50120d14facfcfb66c9115366c0abe2b">GetErrorString</a>() << std::endl;</div>
|
|
273
|
+
<div class="line"> <span class="keywordflow">return</span> EXIT_FAILURE;</div>
|
|
274
|
+
<div class="line"> }</div>
|
|
275
|
+
<div class="line"> </div>
|
|
276
|
+
<div class="line"> <a class="code" href="structVAR.html">VAR</a> v;</div>
|
|
277
|
+
<div class="line"> <a class="code" href="Var_8h.html#ab5c037cee2a568202c55755814a8dec1">::VarInit</a>(&v);</div>
|
|
278
|
+
<div class="line"> </div>
|
|
279
|
+
<div class="line"> std::cout << <span class="stringliteral">"selected-output:"</span> << std::endl;</div>
|
|
280
|
+
<div class="line"> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> i = 0; i < iphreeqc.<a class="code" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a>(); ++i) {</div>
|
|
281
|
+
<div class="line"> <span class="keywordflow">for</span> (<span class="keywordtype">int</span> j = 0; j < iphreeqc.<a class="code" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a>(); ++j) {</div>
|
|
282
|
+
<div class="line"> <span class="keywordflow">if</span> (iphreeqc.<a class="code" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a>(i, j, &v) == <a class="code" href="Var_8h.html#abe1651cfc97cce44292d83b010652447abee420449adcf56547290782ad1fdcd9">VR_OK</a>) {</div>
|
|
283
|
+
<div class="line"> <span class="keywordflow">switch</span> (v.<a class="code" href="structVAR.html#a2338546d1f676afce516fe7dfaa43d63">type</a>) {</div>
|
|
284
|
+
<div class="line"> <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753">TT_LONG</a>:</div>
|
|
285
|
+
<div class="line"> std::cout << v.<a class="code" href="structVAR.html#ad84d212017c8c9dae428988198ae8c7b">lVal</a> << <span class="stringliteral">" "</span>;</div>
|
|
286
|
+
<div class="line"> <span class="keywordflow">break</span>;</div>
|
|
287
|
+
<div class="line"> <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3">TT_DOUBLE</a>:</div>
|
|
288
|
+
<div class="line"> std::cout << v.<a class="code" href="structVAR.html#a2cd4d8a389a61384a7e7ac7c4a6408a0">dVal</a> << <span class="stringliteral">" "</span>;</div>
|
|
289
|
+
<div class="line"> <span class="keywordflow">break</span>;</div>
|
|
290
|
+
<div class="line"> <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a3355cc282f3b7c2eea509d182247b0fa">TT_STRING</a>:</div>
|
|
291
|
+
<div class="line"> std::cout << v.<a class="code" href="structVAR.html#a5cdf2fa7a52a290e0b8abbe991b49a2b">sVal</a> << <span class="stringliteral">" "</span>;</div>
|
|
292
|
+
<div class="line"> <span class="keywordflow">break</span>;</div>
|
|
293
|
+
<div class="line"> <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63434d0df2105b1ff0e5606206070d58">TT_EMPTY</a>:</div>
|
|
294
|
+
<div class="line"> std::cout << <span class="stringliteral">"<empty> "</span>;</div>
|
|
295
|
+
<div class="line"> <span class="keywordflow">break</span>;</div>
|
|
296
|
+
<div class="line"> <span class="keywordflow">case</span> <a class="code" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a63aedd7b3e899b727bea4b28f41ca51d">TT_ERROR</a>:</div>
|
|
297
|
+
<div class="line"> std::cout << <span class="stringliteral">"<error> "</span>;</div>
|
|
298
|
+
<div class="line"> <span class="keywordflow">break</span>;</div>
|
|
299
|
+
<div class="line"> }</div>
|
|
300
|
+
<div class="line"> }</div>
|
|
301
|
+
<div class="line"> <a class="code" href="Var_8h.html#a9efd35113ea673d1d8ccc35e925e24c3">::VarClear</a>(&v);</div>
|
|
302
|
+
<div class="line"> }</div>
|
|
303
|
+
<div class="line"> std::cout << std::endl;</div>
|
|
304
|
+
<div class="line"> }</div>
|
|
305
|
+
<div class="line"> <span class="keywordflow">return</span> EXIT_SUCCESS;</div>
|
|
306
|
+
<div class="line">}</div>
|
|
307
|
+
</div><!-- fragment --> </dd></dl>
|
|
308
|
+
|
|
309
|
+
</div>
|
|
310
|
+
</div>
|
|
311
|
+
<a class="anchor" id="a6bb27c1d8942224ca761010317d734d4"></a>
|
|
312
|
+
<div class="memitem">
|
|
313
|
+
<div class="memproto">
|
|
314
|
+
<table class="mlabels">
|
|
315
|
+
<tr>
|
|
316
|
+
<td class="mlabels-left">
|
|
317
|
+
<table class="memname">
|
|
318
|
+
<tr>
|
|
319
|
+
<td class="memname">virtual IPhreeqc::~IPhreeqc </td>
|
|
320
|
+
<td>(</td>
|
|
321
|
+
<td class="paramtype">void </td>
|
|
322
|
+
<td class="paramname"></td><td>)</td>
|
|
323
|
+
<td></td>
|
|
324
|
+
</tr>
|
|
325
|
+
</table>
|
|
326
|
+
</td>
|
|
327
|
+
<td class="mlabels-right">
|
|
328
|
+
<span class="mlabels"><span class="mlabel">virtual</span></span> </td>
|
|
329
|
+
</tr>
|
|
330
|
+
</table>
|
|
331
|
+
</div><div class="memdoc">
|
|
332
|
+
<p>Destructor </p>
|
|
333
|
+
|
|
334
|
+
</div>
|
|
335
|
+
</div>
|
|
336
|
+
<h2 class="groupheader">Member Function Documentation</h2>
|
|
337
|
+
<a class="anchor" id="ae8c15df80acb5d836f24cf526f86f1fb"></a>
|
|
338
|
+
<div class="memitem">
|
|
339
|
+
<div class="memproto">
|
|
340
|
+
<table class="memname">
|
|
341
|
+
<tr>
|
|
342
|
+
<td class="memname"><a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> IPhreeqc::AccumulateLine </td>
|
|
343
|
+
<td>(</td>
|
|
344
|
+
<td class="paramtype">const char * </td>
|
|
345
|
+
<td class="paramname"><em>line</em></td><td>)</td>
|
|
346
|
+
<td></td>
|
|
347
|
+
</tr>
|
|
348
|
+
</table>
|
|
349
|
+
</div><div class="memdoc">
|
|
350
|
+
<p>Accumlulate line(s) for input to phreeqc. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
351
|
+
<table class="params">
|
|
352
|
+
<tr><td class="paramname">line</td><td>The line(s) to add for input to phreeqc. </td></tr>
|
|
353
|
+
</table>
|
|
354
|
+
</dd>
|
|
355
|
+
</dl>
|
|
356
|
+
<dl class="retval"><dt>Return values</dt><dd>
|
|
357
|
+
<table class="retval">
|
|
358
|
+
<tr><td class="paramname">VR_OK</td><td>Success </td></tr>
|
|
359
|
+
<tr><td class="paramname">VR_OUTOFMEMORY</td><td>Out of memory </td></tr>
|
|
360
|
+
</table>
|
|
361
|
+
</dd>
|
|
362
|
+
</dl>
|
|
363
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a2009e93061ab6f4c049a4642d8c7179c">ClearAccumulatedLines</a>, <a class="el" href="classIPhreeqc.html#a0f5a506bc04847715e92f8e118a319ad">OutputAccumulatedLines</a>, <a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a> </dd></dl>
|
|
364
|
+
|
|
365
|
+
</div>
|
|
366
|
+
</div>
|
|
367
|
+
<a class="anchor" id="ada192baf28c504eee7cede47d07be9e3"></a>
|
|
368
|
+
<div class="memitem">
|
|
369
|
+
<div class="memproto">
|
|
370
|
+
<table class="memname">
|
|
371
|
+
<tr>
|
|
372
|
+
<td class="memname">size_t IPhreeqc::AddError </td>
|
|
373
|
+
<td>(</td>
|
|
374
|
+
<td class="paramtype">const char * </td>
|
|
375
|
+
<td class="paramname"><em>error_msg</em></td><td>)</td>
|
|
376
|
+
<td></td>
|
|
377
|
+
</tr>
|
|
378
|
+
</table>
|
|
379
|
+
</div><div class="memdoc">
|
|
380
|
+
<p>Appends the given error message and increments the error count. Internally used to create an error condition. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
381
|
+
<table class="params">
|
|
382
|
+
<tr><td class="paramname">error_msg</td><td>The error message to display. </td></tr>
|
|
383
|
+
</table>
|
|
384
|
+
</dd>
|
|
385
|
+
</dl>
|
|
386
|
+
<dl class="section return"><dt>Returns</dt><dd>The current error count. </dd></dl>
|
|
387
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a50120d14facfcfb66c9115366c0abe2b">GetErrorString</a>, <a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a6c34b8cbb31cc4cb9f7208b4458c5a4c">OutputErrorString</a> </dd></dl>
|
|
388
|
+
|
|
389
|
+
</div>
|
|
390
|
+
</div>
|
|
391
|
+
<a class="anchor" id="ac1e6f441ff98da2cb4783665bbe68ef0"></a>
|
|
392
|
+
<div class="memitem">
|
|
393
|
+
<div class="memproto">
|
|
394
|
+
<table class="memname">
|
|
395
|
+
<tr>
|
|
396
|
+
<td class="memname">size_t IPhreeqc::AddWarning </td>
|
|
397
|
+
<td>(</td>
|
|
398
|
+
<td class="paramtype">const char * </td>
|
|
399
|
+
<td class="paramname"><em>warning_msg</em></td><td>)</td>
|
|
400
|
+
<td></td>
|
|
401
|
+
</tr>
|
|
402
|
+
</table>
|
|
403
|
+
</div><div class="memdoc">
|
|
404
|
+
<p>Appends the given warning message and increments the warning count. Internally used to create a warning condition. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
405
|
+
<table class="params">
|
|
406
|
+
<tr><td class="paramname">warning_msg</td><td>The warning message to display. </td></tr>
|
|
407
|
+
</table>
|
|
408
|
+
</dd>
|
|
409
|
+
</dl>
|
|
410
|
+
<dl class="section return"><dt>Returns</dt><dd>The current warning count. </dd></dl>
|
|
411
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a26b949fc63f670a1818ceadf1b6affee">GetWarningString</a>, <a class="el" href="classIPhreeqc.html#a640a7c13c72c0c91b3faef990a5e5175">GetWarningStringLine</a>, <a class="el" href="classIPhreeqc.html#aa80fe3e38bd5898d9637a93c5b85b968">GetWarningStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a0e2d340baef0d68b2e9d877fe59fa0b1">OutputWarningString</a> </dd></dl>
|
|
412
|
+
|
|
413
|
+
</div>
|
|
414
|
+
</div>
|
|
415
|
+
<a class="anchor" id="a2009e93061ab6f4c049a4642d8c7179c"></a>
|
|
416
|
+
<div class="memitem">
|
|
417
|
+
<div class="memproto">
|
|
418
|
+
<table class="memname">
|
|
419
|
+
<tr>
|
|
420
|
+
<td class="memname">void IPhreeqc::ClearAccumulatedLines </td>
|
|
421
|
+
<td>(</td>
|
|
422
|
+
<td class="paramtype">void </td>
|
|
423
|
+
<td class="paramname"></td><td>)</td>
|
|
424
|
+
<td></td>
|
|
425
|
+
</tr>
|
|
426
|
+
</table>
|
|
427
|
+
</div><div class="memdoc">
|
|
428
|
+
<p>Clears the accumulated input buffer. Input buffer is accumulated from calls to <a class="el" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>. </p><dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>, <a class="el" href="classIPhreeqc.html#a541096c729f982bfac6413c607d69c46">GetAccumulatedLines</a>, <a class="el" href="classIPhreeqc.html#a0f5a506bc04847715e92f8e118a319ad">OutputAccumulatedLines</a>, <a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a> </dd></dl>
|
|
429
|
+
|
|
430
|
+
</div>
|
|
431
|
+
</div>
|
|
432
|
+
<a class="anchor" id="a541096c729f982bfac6413c607d69c46"></a>
|
|
433
|
+
<div class="memitem">
|
|
434
|
+
<div class="memproto">
|
|
435
|
+
<table class="memname">
|
|
436
|
+
<tr>
|
|
437
|
+
<td class="memname">const std::string& IPhreeqc::GetAccumulatedLines </td>
|
|
438
|
+
<td>(</td>
|
|
439
|
+
<td class="paramtype">void </td>
|
|
440
|
+
<td class="paramname"></td><td>)</td>
|
|
441
|
+
<td></td>
|
|
442
|
+
</tr>
|
|
443
|
+
</table>
|
|
444
|
+
</div><div class="memdoc">
|
|
445
|
+
<p>Retrieve the accumulated input string. The accumulated input string can be run with <a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a>. </p><dl class="section return"><dt>Returns</dt><dd>The accumulated input string. </dd></dl>
|
|
446
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>, <a class="el" href="classIPhreeqc.html#a2009e93061ab6f4c049a4642d8c7179c">ClearAccumulatedLines</a>, <a class="el" href="classIPhreeqc.html#a0f5a506bc04847715e92f8e118a319ad">OutputAccumulatedLines</a>, <a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a> </dd></dl>
|
|
447
|
+
|
|
448
|
+
</div>
|
|
449
|
+
</div>
|
|
450
|
+
<a class="anchor" id="a557c3494d28fcaeb1d8f3f307df8aaec"></a>
|
|
451
|
+
<div class="memitem">
|
|
452
|
+
<div class="memproto">
|
|
453
|
+
<table class="memname">
|
|
454
|
+
<tr>
|
|
455
|
+
<td class="memname">const char* IPhreeqc::GetComponent </td>
|
|
456
|
+
<td>(</td>
|
|
457
|
+
<td class="paramtype">int </td>
|
|
458
|
+
<td class="paramname"><em>n</em></td><td>)</td>
|
|
459
|
+
<td></td>
|
|
460
|
+
</tr>
|
|
461
|
+
</table>
|
|
462
|
+
</div><div class="memdoc">
|
|
463
|
+
<p>Retrieves the given component. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
464
|
+
<table class="params">
|
|
465
|
+
<tr><td class="paramname">n</td><td>The zero-based index of the component to retrieve. </td></tr>
|
|
466
|
+
</table>
|
|
467
|
+
</dd>
|
|
468
|
+
</dl>
|
|
469
|
+
<dl class="section return"><dt>Returns</dt><dd>A null terminated string containing the given component. Returns an empty string if n is out of range. </dd></dl>
|
|
470
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#acf8be30dbe912ecfd96eb4d609db6dcb">GetComponentCount</a>, <a class="el" href="classIPhreeqc.html#a53e70fcf51f6e58b676514a7d5160279">ListComponents</a> </dd></dl>
|
|
471
|
+
|
|
472
|
+
</div>
|
|
473
|
+
</div>
|
|
474
|
+
<a class="anchor" id="acf8be30dbe912ecfd96eb4d609db6dcb"></a>
|
|
475
|
+
<div class="memitem">
|
|
476
|
+
<div class="memproto">
|
|
477
|
+
<table class="memname">
|
|
478
|
+
<tr>
|
|
479
|
+
<td class="memname">size_t IPhreeqc::GetComponentCount </td>
|
|
480
|
+
<td>(</td>
|
|
481
|
+
<td class="paramtype">void </td>
|
|
482
|
+
<td class="paramname"></td><td>)</td>
|
|
483
|
+
<td></td>
|
|
484
|
+
</tr>
|
|
485
|
+
</table>
|
|
486
|
+
</div><div class="memdoc">
|
|
487
|
+
<p>Retrieves the number of components in the current list of components. </p><dl class="section return"><dt>Returns</dt><dd>The current count of components. </dd></dl>
|
|
488
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a557c3494d28fcaeb1d8f3f307df8aaec">GetComponent</a>, <a class="el" href="classIPhreeqc.html#a53e70fcf51f6e58b676514a7d5160279">ListComponents</a> </dd></dl>
|
|
489
|
+
|
|
490
|
+
</div>
|
|
491
|
+
</div>
|
|
492
|
+
<a class="anchor" id="ac715553295cd1a500f8aaf03037b7698"></a>
|
|
493
|
+
<div class="memitem">
|
|
494
|
+
<div class="memproto">
|
|
495
|
+
<table class="memname">
|
|
496
|
+
<tr>
|
|
497
|
+
<td class="memname">int IPhreeqc::GetCurrentSelectedOutputUserNumber </td>
|
|
498
|
+
<td>(</td>
|
|
499
|
+
<td class="paramtype">void </td>
|
|
500
|
+
<td class="paramname"></td><td>)</td>
|
|
501
|
+
<td> const</td>
|
|
502
|
+
</tr>
|
|
503
|
+
</table>
|
|
504
|
+
</div><div class="memdoc">
|
|
505
|
+
<p>Retrieves the current <b>SELECTED_OUTPUT</b> user number. The initial setting is 1. </p><dl class="section return"><dt>Returns</dt><dd>The current <b>SELECTED_OUTPUT</b> user number. </dd></dl>
|
|
506
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a>, <a class="el" href="classIPhreeqc.html#a8d7a6822b4dfc3485aef3bb3e8703a6f">GetSelectedOutputFileName</a>, <a class="el" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a> </dd></dl>
|
|
507
|
+
|
|
508
|
+
</div>
|
|
509
|
+
</div>
|
|
510
|
+
<a class="anchor" id="a52e1090422e68dc7a6a7d9a3c6ad7836"></a>
|
|
511
|
+
<div class="memitem">
|
|
512
|
+
<div class="memproto">
|
|
513
|
+
<table class="memname">
|
|
514
|
+
<tr>
|
|
515
|
+
<td class="memname">const char* IPhreeqc::GetDumpFileName </td>
|
|
516
|
+
<td>(</td>
|
|
517
|
+
<td class="paramtype">void </td>
|
|
518
|
+
<td class="paramname"></td><td>)</td>
|
|
519
|
+
<td> const</td>
|
|
520
|
+
</tr>
|
|
521
|
+
</table>
|
|
522
|
+
</div><div class="memdoc">
|
|
523
|
+
<p>Retrieves the name of the dump file. This file name is used if not specified within <b>DUMP</b> input. The default value is <b><em>dump.id.out</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="section return"><dt>Returns</dt><dd>filename The name of the file to write <b>DUMP</b> output to. </dd></dl>
|
|
524
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a5a72dd72a05da0110373c170a1931777">GetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa05494271f8b942260f12c3fb5e15ae5">GetDumpString</a>, <a class="el" href="classIPhreeqc.html#aa17b8616432e3c150707193a746f2c9b">GetDumpStringOn</a>, <a class="el" href="classIPhreeqc.html#a3b7d96f0c144982711bbdb6e1db37956">GetDumpStringLine</a>, <a class="el" href="classIPhreeqc.html#a6f835c7df1d3979f84072b2a7868b6e6">GetDumpStringLineCount</a>, <a class="el" href="classIPhreeqc.html#afa4f35a4532961e79445fe3a4e3f7b7d">SetDumpFileName</a>, <a class="el" href="classIPhreeqc.html#a04b3512391ddaa3a3dad598309731e26">SetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> </dd></dl>
|
|
525
|
+
|
|
526
|
+
</div>
|
|
527
|
+
</div>
|
|
528
|
+
<a class="anchor" id="a5a72dd72a05da0110373c170a1931777"></a>
|
|
529
|
+
<div class="memitem">
|
|
530
|
+
<div class="memproto">
|
|
531
|
+
<table class="memname">
|
|
532
|
+
<tr>
|
|
533
|
+
<td class="memname">bool IPhreeqc::GetDumpFileOn </td>
|
|
534
|
+
<td>(</td>
|
|
535
|
+
<td class="paramtype">void </td>
|
|
536
|
+
<td class="paramname"></td><td>)</td>
|
|
537
|
+
<td> const</td>
|
|
538
|
+
</tr>
|
|
539
|
+
</table>
|
|
540
|
+
</div><div class="memdoc">
|
|
541
|
+
<p>Retrieves the current value of the dump file switch. </p><dl class="retval"><dt>Return values</dt><dd>
|
|
542
|
+
<table class="retval">
|
|
543
|
+
<tr><td class="paramname">true</td><td>Output is written to the <b>DUMP</b> (<b><em>dump.id.out</em></b> if unspecified, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file. </td></tr>
|
|
544
|
+
<tr><td class="paramname">false</td><td>No output is written. </td></tr>
|
|
545
|
+
</table>
|
|
546
|
+
</dd>
|
|
547
|
+
</dl>
|
|
548
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a3b7d96f0c144982711bbdb6e1db37956">GetDumpStringLine</a>, <a class="el" href="classIPhreeqc.html#a6f835c7df1d3979f84072b2a7868b6e6">GetDumpStringLineCount</a>, <a class="el" href="classIPhreeqc.html#aa17b8616432e3c150707193a746f2c9b">GetDumpStringOn</a>, <a class="el" href="classIPhreeqc.html#aa05494271f8b942260f12c3fb5e15ae5">GetDumpString</a>, <a class="el" href="classIPhreeqc.html#a04b3512391ddaa3a3dad598309731e26">SetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> </dd></dl>
|
|
549
|
+
|
|
550
|
+
</div>
|
|
551
|
+
</div>
|
|
552
|
+
<a class="anchor" id="aa05494271f8b942260f12c3fb5e15ae5"></a>
|
|
553
|
+
<div class="memitem">
|
|
554
|
+
<div class="memproto">
|
|
555
|
+
<table class="memname">
|
|
556
|
+
<tr>
|
|
557
|
+
<td class="memname">const char* IPhreeqc::GetDumpString </td>
|
|
558
|
+
<td>(</td>
|
|
559
|
+
<td class="paramtype">void </td>
|
|
560
|
+
<td class="paramname"></td><td>)</td>
|
|
561
|
+
<td> const</td>
|
|
562
|
+
</tr>
|
|
563
|
+
</table>
|
|
564
|
+
</div><div class="memdoc">
|
|
565
|
+
<p>Retrieves the string buffer containing <b>DUMP</b> output. </p><dl class="section return"><dt>Returns</dt><dd>A null terminated string containing <b>DUMP</b> output. </dd></dl>
|
|
566
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> must have been set to true in order to receive <b>DUMP</b> output. </dd></dl>
|
|
567
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a3b7d96f0c144982711bbdb6e1db37956">GetDumpStringLine</a>, <a class="el" href="classIPhreeqc.html#a5a72dd72a05da0110373c170a1931777">GetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#a6f835c7df1d3979f84072b2a7868b6e6">GetDumpStringLineCount</a>, <a class="el" href="classIPhreeqc.html#aa17b8616432e3c150707193a746f2c9b">GetDumpStringOn</a>, <a class="el" href="classIPhreeqc.html#a04b3512391ddaa3a3dad598309731e26">SetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> </dd></dl>
|
|
568
|
+
|
|
569
|
+
</div>
|
|
570
|
+
</div>
|
|
571
|
+
<a class="anchor" id="a3b7d96f0c144982711bbdb6e1db37956"></a>
|
|
572
|
+
<div class="memitem">
|
|
573
|
+
<div class="memproto">
|
|
574
|
+
<table class="memname">
|
|
575
|
+
<tr>
|
|
576
|
+
<td class="memname">const char* IPhreeqc::GetDumpStringLine </td>
|
|
577
|
+
<td>(</td>
|
|
578
|
+
<td class="paramtype">int </td>
|
|
579
|
+
<td class="paramname"><em>n</em></td><td>)</td>
|
|
580
|
+
<td></td>
|
|
581
|
+
</tr>
|
|
582
|
+
</table>
|
|
583
|
+
</div><div class="memdoc">
|
|
584
|
+
<p>Retrieves the given dump line. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
585
|
+
<table class="params">
|
|
586
|
+
<tr><td class="paramname">n</td><td>The zero-based index of the line to retrieve. </td></tr>
|
|
587
|
+
</table>
|
|
588
|
+
</dd>
|
|
589
|
+
</dl>
|
|
590
|
+
<dl class="section return"><dt>Returns</dt><dd>A null terminated string containing the given line. Returns an empty string if n is out of range. </dd></dl>
|
|
591
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> must have been set to true. </dd></dl>
|
|
592
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a5a72dd72a05da0110373c170a1931777">GetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa05494271f8b942260f12c3fb5e15ae5">GetDumpString</a>, <a class="el" href="classIPhreeqc.html#a6f835c7df1d3979f84072b2a7868b6e6">GetDumpStringLineCount</a>, <a class="el" href="classIPhreeqc.html#aa17b8616432e3c150707193a746f2c9b">GetDumpStringOn</a>, <a class="el" href="classIPhreeqc.html#a04b3512391ddaa3a3dad598309731e26">SetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> </dd></dl>
|
|
593
|
+
|
|
594
|
+
</div>
|
|
595
|
+
</div>
|
|
596
|
+
<a class="anchor" id="a6f835c7df1d3979f84072b2a7868b6e6"></a>
|
|
597
|
+
<div class="memitem">
|
|
598
|
+
<div class="memproto">
|
|
599
|
+
<table class="memname">
|
|
600
|
+
<tr>
|
|
601
|
+
<td class="memname">int IPhreeqc::GetDumpStringLineCount </td>
|
|
602
|
+
<td>(</td>
|
|
603
|
+
<td class="paramtype">void </td>
|
|
604
|
+
<td class="paramname"></td><td>)</td>
|
|
605
|
+
<td> const</td>
|
|
606
|
+
</tr>
|
|
607
|
+
</table>
|
|
608
|
+
</div><div class="memdoc">
|
|
609
|
+
<p>Retrieves the number of lines in the current dump string buffer. </p><dl class="section return"><dt>Returns</dt><dd>The number of lines. </dd></dl>
|
|
610
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> must have been set to true. </dd></dl>
|
|
611
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a5a72dd72a05da0110373c170a1931777">GetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa05494271f8b942260f12c3fb5e15ae5">GetDumpString</a>, <a class="el" href="classIPhreeqc.html#a3b7d96f0c144982711bbdb6e1db37956">GetDumpStringLine</a>, <a class="el" href="classIPhreeqc.html#aa17b8616432e3c150707193a746f2c9b">GetDumpStringOn</a>, <a class="el" href="classIPhreeqc.html#a04b3512391ddaa3a3dad598309731e26">SetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> </dd></dl>
|
|
612
|
+
|
|
613
|
+
</div>
|
|
614
|
+
</div>
|
|
615
|
+
<a class="anchor" id="aa17b8616432e3c150707193a746f2c9b"></a>
|
|
616
|
+
<div class="memitem">
|
|
617
|
+
<div class="memproto">
|
|
618
|
+
<table class="memname">
|
|
619
|
+
<tr>
|
|
620
|
+
<td class="memname">bool IPhreeqc::GetDumpStringOn </td>
|
|
621
|
+
<td>(</td>
|
|
622
|
+
<td class="paramtype">void </td>
|
|
623
|
+
<td class="paramname"></td><td>)</td>
|
|
624
|
+
<td> const</td>
|
|
625
|
+
</tr>
|
|
626
|
+
</table>
|
|
627
|
+
</div><div class="memdoc">
|
|
628
|
+
<p>Retrieves the current value of the dump string switch. </p><dl class="retval"><dt>Return values</dt><dd>
|
|
629
|
+
<table class="retval">
|
|
630
|
+
<tr><td class="paramname">true</td><td>Output defined by the <b>DUMP</b> keyword is stored. </td></tr>
|
|
631
|
+
<tr><td class="paramname">false</td><td>No output is stored. </td></tr>
|
|
632
|
+
</table>
|
|
633
|
+
</dd>
|
|
634
|
+
</dl>
|
|
635
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a5a72dd72a05da0110373c170a1931777">GetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa05494271f8b942260f12c3fb5e15ae5">GetDumpString</a>, <a class="el" href="classIPhreeqc.html#a3b7d96f0c144982711bbdb6e1db37956">GetDumpStringLine</a>, <a class="el" href="classIPhreeqc.html#a6f835c7df1d3979f84072b2a7868b6e6">GetDumpStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a04b3512391ddaa3a3dad598309731e26">SetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> </dd></dl>
|
|
636
|
+
|
|
637
|
+
</div>
|
|
638
|
+
</div>
|
|
639
|
+
<a class="anchor" id="ae7da5534a2991623360bc39f5183c6b4"></a>
|
|
640
|
+
<div class="memitem">
|
|
641
|
+
<div class="memproto">
|
|
642
|
+
<table class="memname">
|
|
643
|
+
<tr>
|
|
644
|
+
<td class="memname">const char* IPhreeqc::GetErrorFileName </td>
|
|
645
|
+
<td>(</td>
|
|
646
|
+
<td class="paramtype">void </td>
|
|
647
|
+
<td class="paramname"></td><td>)</td>
|
|
648
|
+
<td> const</td>
|
|
649
|
+
</tr>
|
|
650
|
+
</table>
|
|
651
|
+
</div><div class="memdoc">
|
|
652
|
+
<p>Retrieves the name of the error file. The default value is <b><em>phreeqc.id.err</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="section return"><dt>Returns</dt><dd>filename The name of the file to write to. </dd></dl>
|
|
653
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a2b975cebff6d7250f39b1f956c95fc78">GetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a50120d14facfcfb66c9115366c0abe2b">GetErrorString</a>, <a class="el" href="classIPhreeqc.html#abc9caed466ddec20fe57100be74b8fc1">GetErrorStringOn</a>, <a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a81cc272cfe2505b1826e8eb92bc5db03">SetErrorFileName</a>, <a class="el" href="classIPhreeqc.html#a071b7fb1cdd38e96c23d0deeb33edd27">SetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a91b5bc4fba0304833368cbb1ff450c42">SetErrorStringOn</a> </dd></dl>
|
|
654
|
+
|
|
655
|
+
</div>
|
|
656
|
+
</div>
|
|
657
|
+
<a class="anchor" id="a2b975cebff6d7250f39b1f956c95fc78"></a>
|
|
658
|
+
<div class="memitem">
|
|
659
|
+
<div class="memproto">
|
|
660
|
+
<table class="memname">
|
|
661
|
+
<tr>
|
|
662
|
+
<td class="memname">bool IPhreeqc::GetErrorFileOn </td>
|
|
663
|
+
<td>(</td>
|
|
664
|
+
<td class="paramtype">void </td>
|
|
665
|
+
<td class="paramname"></td><td>)</td>
|
|
666
|
+
<td> const</td>
|
|
667
|
+
</tr>
|
|
668
|
+
</table>
|
|
669
|
+
</div><div class="memdoc">
|
|
670
|
+
<p>Retrieves the current value of the error file switch. </p><dl class="retval"><dt>Return values</dt><dd>
|
|
671
|
+
<table class="retval">
|
|
672
|
+
<tr><td class="paramname">true</td><td>Errors are written to the <b><em>phreeqc.id.err</em></b> (where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file. </td></tr>
|
|
673
|
+
<tr><td class="paramname">false</td><td>No errors are written. </td></tr>
|
|
674
|
+
</table>
|
|
675
|
+
</dd>
|
|
676
|
+
</dl>
|
|
677
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a071b7fb1cdd38e96c23d0deeb33edd27">SetErrorFileOn</a> </dd></dl>
|
|
678
|
+
|
|
679
|
+
</div>
|
|
680
|
+
</div>
|
|
681
|
+
<a class="anchor" id="ab825cb44dda688aab3ee50e4f421b667"></a>
|
|
682
|
+
<div class="memitem">
|
|
683
|
+
<div class="memproto">
|
|
684
|
+
<table class="memname">
|
|
685
|
+
<tr>
|
|
686
|
+
<td class="memname">bool IPhreeqc::GetErrorOn </td>
|
|
687
|
+
<td>(</td>
|
|
688
|
+
<td class="paramtype">void </td>
|
|
689
|
+
<td class="paramname"></td><td>)</td>
|
|
690
|
+
<td> const</td>
|
|
691
|
+
</tr>
|
|
692
|
+
</table>
|
|
693
|
+
</div><div class="memdoc">
|
|
694
|
+
<p>Retrieves the current value of the error switch. </p><dl class="retval"><dt>Return values</dt><dd>
|
|
695
|
+
<table class="retval">
|
|
696
|
+
<tr><td class="paramname">true</td><td>Error messages are sent to the error file and to the string buffer </td></tr>
|
|
697
|
+
<tr><td class="paramname">false</td><td>No errors are sent. </td></tr>
|
|
698
|
+
</table>
|
|
699
|
+
</dd>
|
|
700
|
+
</dl>
|
|
701
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a7844f92491148db252e4b78fb6420681">SetErrorOn</a> </dd></dl>
|
|
702
|
+
|
|
703
|
+
</div>
|
|
704
|
+
</div>
|
|
705
|
+
<a class="anchor" id="a50120d14facfcfb66c9115366c0abe2b"></a>
|
|
706
|
+
<div class="memitem">
|
|
707
|
+
<div class="memproto">
|
|
708
|
+
<table class="memname">
|
|
709
|
+
<tr>
|
|
710
|
+
<td class="memname">const char* IPhreeqc::GetErrorString </td>
|
|
711
|
+
<td>(</td>
|
|
712
|
+
<td class="paramtype">void </td>
|
|
713
|
+
<td class="paramname"></td><td>)</td>
|
|
714
|
+
<td></td>
|
|
715
|
+
</tr>
|
|
716
|
+
</table>
|
|
717
|
+
</div><div class="memdoc">
|
|
718
|
+
<p>Retrieves the error messages from the last call to <a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a>, <a class="el" href="classIPhreeqc.html#a962f943e8950dbfeca1908d55f094132">RunFile</a>, <a class="el" href="classIPhreeqc.html#a5bd04d2a7e3f8fd98d00c2718ca3288a">RunString</a>, <a class="el" href="classIPhreeqc.html#a2b6914418e2e4ec43df053379c26d394">LoadDatabase</a>, or <a class="el" href="classIPhreeqc.html#ab5bce1700869379c97d9c71d8910f3a3">LoadDatabaseString</a>. </p><dl class="section return"><dt>Returns</dt><dd>A null terminated string containing error messages. </dd></dl>
|
|
719
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a2b975cebff6d7250f39b1f956c95fc78">GetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a6c34b8cbb31cc4cb9f7208b4458c5a4c">OutputErrorString</a>, <a class="el" href="classIPhreeqc.html#a071b7fb1cdd38e96c23d0deeb33edd27">SetErrorFileOn</a> </dd></dl>
|
|
720
|
+
|
|
721
|
+
</div>
|
|
722
|
+
</div>
|
|
723
|
+
<a class="anchor" id="a46edb5642bf6a8794080c0a998087982"></a>
|
|
724
|
+
<div class="memitem">
|
|
725
|
+
<div class="memproto">
|
|
726
|
+
<table class="memname">
|
|
727
|
+
<tr>
|
|
728
|
+
<td class="memname">const char* IPhreeqc::GetErrorStringLine </td>
|
|
729
|
+
<td>(</td>
|
|
730
|
+
<td class="paramtype">int </td>
|
|
731
|
+
<td class="paramname"><em>n</em></td><td>)</td>
|
|
732
|
+
<td></td>
|
|
733
|
+
</tr>
|
|
734
|
+
</table>
|
|
735
|
+
</div><div class="memdoc">
|
|
736
|
+
<p>Retrieves the given error line. </p><dl class="section return"><dt>Returns</dt><dd>A null terminated string containing the given line of the error string buffer. </dd></dl>
|
|
737
|
+
<dl class="params"><dt>Parameters</dt><dd>
|
|
738
|
+
<table class="params">
|
|
739
|
+
<tr><td class="paramname">n</td><td>The zero-based index of the line to retrieve. </td></tr>
|
|
740
|
+
</table>
|
|
741
|
+
</dd>
|
|
742
|
+
</dl>
|
|
743
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a6c34b8cbb31cc4cb9f7208b4458c5a4c">OutputErrorString</a> </dd></dl>
|
|
744
|
+
|
|
745
|
+
</div>
|
|
746
|
+
</div>
|
|
747
|
+
<a class="anchor" id="a41d02999d82aa2768599bc17726fa9a6"></a>
|
|
748
|
+
<div class="memitem">
|
|
749
|
+
<div class="memproto">
|
|
750
|
+
<table class="memname">
|
|
751
|
+
<tr>
|
|
752
|
+
<td class="memname">int IPhreeqc::GetErrorStringLineCount </td>
|
|
753
|
+
<td>(</td>
|
|
754
|
+
<td class="paramtype">void </td>
|
|
755
|
+
<td class="paramname"></td><td>)</td>
|
|
756
|
+
<td> const</td>
|
|
757
|
+
</tr>
|
|
758
|
+
</table>
|
|
759
|
+
</div><div class="memdoc">
|
|
760
|
+
<p>Retrieves the number of lines in the current error string buffer. </p><dl class="section return"><dt>Returns</dt><dd>The number of lines. </dd></dl>
|
|
761
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a6c34b8cbb31cc4cb9f7208b4458c5a4c">OutputErrorString</a> </dd></dl>
|
|
762
|
+
|
|
763
|
+
</div>
|
|
764
|
+
</div>
|
|
765
|
+
<a class="anchor" id="abc9caed466ddec20fe57100be74b8fc1"></a>
|
|
766
|
+
<div class="memitem">
|
|
767
|
+
<div class="memproto">
|
|
768
|
+
<table class="memname">
|
|
769
|
+
<tr>
|
|
770
|
+
<td class="memname">bool IPhreeqc::GetErrorStringOn </td>
|
|
771
|
+
<td>(</td>
|
|
772
|
+
<td class="paramtype">void </td>
|
|
773
|
+
<td class="paramname"></td><td>)</td>
|
|
774
|
+
<td> const</td>
|
|
775
|
+
</tr>
|
|
776
|
+
</table>
|
|
777
|
+
</div><div class="memdoc">
|
|
778
|
+
<p>Retrieves the current value of the error string switch. </p><dl class="retval"><dt>Return values</dt><dd>
|
|
779
|
+
<table class="retval">
|
|
780
|
+
<tr><td class="paramname">true</td><td>Error output is stored. </td></tr>
|
|
781
|
+
<tr><td class="paramname">false</td><td>No error output is stored. </td></tr>
|
|
782
|
+
</table>
|
|
783
|
+
</dd>
|
|
784
|
+
</dl>
|
|
785
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a2b975cebff6d7250f39b1f956c95fc78">GetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a50120d14facfcfb66c9115366c0abe2b">GetErrorString</a>, <a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a071b7fb1cdd38e96c23d0deeb33edd27">SetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a91b5bc4fba0304833368cbb1ff450c42">SetErrorStringOn</a> </dd></dl>
|
|
786
|
+
|
|
787
|
+
</div>
|
|
788
|
+
</div>
|
|
789
|
+
<a class="anchor" id="a849f9b4fe77e29fc2e999727035b45b5"></a>
|
|
790
|
+
<div class="memitem">
|
|
791
|
+
<div class="memproto">
|
|
792
|
+
<table class="memname">
|
|
793
|
+
<tr>
|
|
794
|
+
<td class="memname">int IPhreeqc::GetId </td>
|
|
795
|
+
<td>(</td>
|
|
796
|
+
<td class="paramtype">void </td>
|
|
797
|
+
<td class="paramname"></td><td>)</td>
|
|
798
|
+
<td> const</td>
|
|
799
|
+
</tr>
|
|
800
|
+
</table>
|
|
801
|
+
</div><div class="memdoc">
|
|
802
|
+
<p>Retrieves the id of this object. Each instance receives an id which is incremented for each instance starting with the value zero. </p><dl class="section return"><dt>Returns</dt><dd>The id. </dd></dl>
|
|
803
|
+
|
|
804
|
+
</div>
|
|
805
|
+
</div>
|
|
806
|
+
<a class="anchor" id="abbd68c35964e3909396a12e95cc8ce44"></a>
|
|
807
|
+
<div class="memitem">
|
|
808
|
+
<div class="memproto">
|
|
809
|
+
<table class="memname">
|
|
810
|
+
<tr>
|
|
811
|
+
<td class="memname">const char* IPhreeqc::GetLogFileName </td>
|
|
812
|
+
<td>(</td>
|
|
813
|
+
<td class="paramtype">void </td>
|
|
814
|
+
<td class="paramname"></td><td>)</td>
|
|
815
|
+
<td> const</td>
|
|
816
|
+
</tr>
|
|
817
|
+
</table>
|
|
818
|
+
</div><div class="memdoc">
|
|
819
|
+
<p>Retrieves the name of the log file. The default value is <b><em>phreeqc.id.log</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="section return"><dt>Returns</dt><dd>filename The name of the file to write to. </dd></dl>
|
|
820
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a39b969135f69958f106e14f924665734">GetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8340e305f0659e0cd6f3082449f1a423">GetLogString</a>, <a class="el" href="classIPhreeqc.html#a80cda31d75d7feac15277857ac28833b">GetLogStringOn</a>, <a class="el" href="classIPhreeqc.html#aeddd2523dcf7085bff29a5a19bd40732">GetLogStringLine</a>, <a class="el" href="classIPhreeqc.html#ac24eaadf5adb7912b833deee83964951">GetLogStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a668da837d382164c9b99cf6517855965">SetLogFileName</a>, <a class="el" href="classIPhreeqc.html#a325eb7e17fc621e1cbe5f379d0b6efaf">SetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> </dd></dl>
|
|
821
|
+
|
|
822
|
+
</div>
|
|
823
|
+
</div>
|
|
824
|
+
<a class="anchor" id="a39b969135f69958f106e14f924665734"></a>
|
|
825
|
+
<div class="memitem">
|
|
826
|
+
<div class="memproto">
|
|
827
|
+
<table class="memname">
|
|
828
|
+
<tr>
|
|
829
|
+
<td class="memname">bool IPhreeqc::GetLogFileOn </td>
|
|
830
|
+
<td>(</td>
|
|
831
|
+
<td class="paramtype">void </td>
|
|
832
|
+
<td class="paramname"></td><td>)</td>
|
|
833
|
+
<td> const</td>
|
|
834
|
+
</tr>
|
|
835
|
+
</table>
|
|
836
|
+
</div><div class="memdoc">
|
|
837
|
+
<p>Retrieves the current value of the log file switch. </p><dl class="retval"><dt>Return values</dt><dd>
|
|
838
|
+
<table class="retval">
|
|
839
|
+
<tr><td class="paramname">true</td><td>Log messages are written to the <b><em>phreeqc.id.log</em></b> (where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file. </td></tr>
|
|
840
|
+
<tr><td class="paramname">false</td><td>No log messages are written. </td></tr>
|
|
841
|
+
</table>
|
|
842
|
+
</dd>
|
|
843
|
+
</dl>
|
|
844
|
+
<dl class="section remark"><dt>Remarks</dt><dd>Logging must be enabled through the use of the KNOBS -logfile option in order to receive any log messages. </dd></dl>
|
|
845
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a325eb7e17fc621e1cbe5f379d0b6efaf">SetLogFileOn</a> </dd></dl>
|
|
846
|
+
|
|
847
|
+
</div>
|
|
848
|
+
</div>
|
|
849
|
+
<a class="anchor" id="a8340e305f0659e0cd6f3082449f1a423"></a>
|
|
850
|
+
<div class="memitem">
|
|
851
|
+
<div class="memproto">
|
|
852
|
+
<table class="memname">
|
|
853
|
+
<tr>
|
|
854
|
+
<td class="memname">const char* IPhreeqc::GetLogString </td>
|
|
855
|
+
<td>(</td>
|
|
856
|
+
<td class="paramtype">void </td>
|
|
857
|
+
<td class="paramname"></td><td>)</td>
|
|
858
|
+
<td> const</td>
|
|
859
|
+
</tr>
|
|
860
|
+
</table>
|
|
861
|
+
</div><div class="memdoc">
|
|
862
|
+
<p>Retrieves the string buffer containing phreeqc log output. </p><dl class="section return"><dt>Returns</dt><dd>A null terminated string containing log output. </dd></dl>
|
|
863
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> must have been set to true and enabled through the use of the KNOBS -logfile option in order to receive any log messages. </dd></dl>
|
|
864
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#aeddd2523dcf7085bff29a5a19bd40732">GetLogStringLine</a>, <a class="el" href="classIPhreeqc.html#a39b969135f69958f106e14f924665734">GetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#ac24eaadf5adb7912b833deee83964951">GetLogStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a80cda31d75d7feac15277857ac28833b">GetLogStringOn</a>, <a class="el" href="classIPhreeqc.html#a325eb7e17fc621e1cbe5f379d0b6efaf">SetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> </dd></dl>
|
|
865
|
+
|
|
866
|
+
</div>
|
|
867
|
+
</div>
|
|
868
|
+
<a class="anchor" id="aeddd2523dcf7085bff29a5a19bd40732"></a>
|
|
869
|
+
<div class="memitem">
|
|
870
|
+
<div class="memproto">
|
|
871
|
+
<table class="memname">
|
|
872
|
+
<tr>
|
|
873
|
+
<td class="memname">const char* IPhreeqc::GetLogStringLine </td>
|
|
874
|
+
<td>(</td>
|
|
875
|
+
<td class="paramtype">int </td>
|
|
876
|
+
<td class="paramname"><em>n</em></td><td>)</td>
|
|
877
|
+
<td> const</td>
|
|
878
|
+
</tr>
|
|
879
|
+
</table>
|
|
880
|
+
</div><div class="memdoc">
|
|
881
|
+
<p>Retrieves the given log line. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
882
|
+
<table class="params">
|
|
883
|
+
<tr><td class="paramname">n</td><td>The zero-based index of the line to retrieve. </td></tr>
|
|
884
|
+
</table>
|
|
885
|
+
</dd>
|
|
886
|
+
</dl>
|
|
887
|
+
<dl class="section return"><dt>Returns</dt><dd>A null terminated string containing the given line. Returns an empty string if n is out of range. </dd></dl>
|
|
888
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> must have been set to true and enabled through the use of the KNOBS -logfile option in order to receive any log messages. </dd></dl>
|
|
889
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a39b969135f69958f106e14f924665734">GetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8340e305f0659e0cd6f3082449f1a423">GetLogString</a>, <a class="el" href="classIPhreeqc.html#ac24eaadf5adb7912b833deee83964951">GetLogStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a80cda31d75d7feac15277857ac28833b">GetLogStringOn</a>, <a class="el" href="classIPhreeqc.html#a325eb7e17fc621e1cbe5f379d0b6efaf">SetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> </dd></dl>
|
|
890
|
+
|
|
891
|
+
</div>
|
|
892
|
+
</div>
|
|
893
|
+
<a class="anchor" id="ac24eaadf5adb7912b833deee83964951"></a>
|
|
894
|
+
<div class="memitem">
|
|
895
|
+
<div class="memproto">
|
|
896
|
+
<table class="memname">
|
|
897
|
+
<tr>
|
|
898
|
+
<td class="memname">int IPhreeqc::GetLogStringLineCount </td>
|
|
899
|
+
<td>(</td>
|
|
900
|
+
<td class="paramtype">void </td>
|
|
901
|
+
<td class="paramname"></td><td>)</td>
|
|
902
|
+
<td> const</td>
|
|
903
|
+
</tr>
|
|
904
|
+
</table>
|
|
905
|
+
</div><div class="memdoc">
|
|
906
|
+
<p>Retrieves the number of lines in the current log string buffer. </p><dl class="section return"><dt>Returns</dt><dd>The number of lines. </dd></dl>
|
|
907
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> must have been set to true and enabled through the use of the KNOBS -logfile option in order to receive any log messages. </dd></dl>
|
|
908
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a39b969135f69958f106e14f924665734">GetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8340e305f0659e0cd6f3082449f1a423">GetLogString</a>, <a class="el" href="classIPhreeqc.html#aeddd2523dcf7085bff29a5a19bd40732">GetLogStringLine</a>, <a class="el" href="classIPhreeqc.html#a80cda31d75d7feac15277857ac28833b">GetLogStringOn</a>, <a class="el" href="classIPhreeqc.html#a325eb7e17fc621e1cbe5f379d0b6efaf">SetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> </dd></dl>
|
|
909
|
+
|
|
910
|
+
</div>
|
|
911
|
+
</div>
|
|
912
|
+
<a class="anchor" id="a80cda31d75d7feac15277857ac28833b"></a>
|
|
913
|
+
<div class="memitem">
|
|
914
|
+
<div class="memproto">
|
|
915
|
+
<table class="memname">
|
|
916
|
+
<tr>
|
|
917
|
+
<td class="memname">bool IPhreeqc::GetLogStringOn </td>
|
|
918
|
+
<td>(</td>
|
|
919
|
+
<td class="paramtype">void </td>
|
|
920
|
+
<td class="paramname"></td><td>)</td>
|
|
921
|
+
<td> const</td>
|
|
922
|
+
</tr>
|
|
923
|
+
</table>
|
|
924
|
+
</div><div class="memdoc">
|
|
925
|
+
<p>Retrieves the current value of the log string switch. </p><dl class="retval"><dt>Return values</dt><dd>
|
|
926
|
+
<table class="retval">
|
|
927
|
+
<tr><td class="paramname">true</td><td>Log output is stored. </td></tr>
|
|
928
|
+
<tr><td class="paramname">false</td><td>No log output is stored. </td></tr>
|
|
929
|
+
</table>
|
|
930
|
+
</dd>
|
|
931
|
+
</dl>
|
|
932
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a39b969135f69958f106e14f924665734">GetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8340e305f0659e0cd6f3082449f1a423">GetLogString</a>, <a class="el" href="classIPhreeqc.html#aeddd2523dcf7085bff29a5a19bd40732">GetLogStringLine</a>, <a class="el" href="classIPhreeqc.html#ac24eaadf5adb7912b833deee83964951">GetLogStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a325eb7e17fc621e1cbe5f379d0b6efaf">SetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> </dd></dl>
|
|
933
|
+
|
|
934
|
+
</div>
|
|
935
|
+
</div>
|
|
936
|
+
<a class="anchor" id="ae2c3d02e4465e8e564d0e5c429ec4739"></a>
|
|
937
|
+
<div class="memitem">
|
|
938
|
+
<div class="memproto">
|
|
939
|
+
<table class="memname">
|
|
940
|
+
<tr>
|
|
941
|
+
<td class="memname">int IPhreeqc::GetNthSelectedOutputUserNumber </td>
|
|
942
|
+
<td>(</td>
|
|
943
|
+
<td class="paramtype">int </td>
|
|
944
|
+
<td class="paramname"><em>n</em></td><td>)</td>
|
|
945
|
+
<td> const</td>
|
|
946
|
+
</tr>
|
|
947
|
+
</table>
|
|
948
|
+
</div><div class="memdoc">
|
|
949
|
+
<p>Retrieves the nth user number of the currently defined <b>SELECTED_OUTPUT</b> blocks. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
950
|
+
<table class="params">
|
|
951
|
+
<tr><td class="paramname">n</td><td>The zero-based index of the <b>SELECTED_OUTPUT</b> user number to retrieve. </td></tr>
|
|
952
|
+
</table>
|
|
953
|
+
</dd>
|
|
954
|
+
</dl>
|
|
955
|
+
<dl class="section return"><dt>Returns</dt><dd>The nth defined user number; a negative value indicates an error occurred. </dd></dl>
|
|
956
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#adb61f47ee73afb00867db1728230b0bd">GetSelectedOutputCount</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a> </dd></dl>
|
|
957
|
+
|
|
958
|
+
</div>
|
|
959
|
+
</div>
|
|
960
|
+
<a class="anchor" id="a5e597d92cb8ea1c3ecbfd8127d748f6f"></a>
|
|
961
|
+
<div class="memitem">
|
|
962
|
+
<div class="memproto">
|
|
963
|
+
<table class="memname">
|
|
964
|
+
<tr>
|
|
965
|
+
<td class="memname">const char* IPhreeqc::GetOutputFileName </td>
|
|
966
|
+
<td>(</td>
|
|
967
|
+
<td class="paramtype">void </td>
|
|
968
|
+
<td class="paramname"></td><td>)</td>
|
|
969
|
+
<td> const</td>
|
|
970
|
+
</tr>
|
|
971
|
+
</table>
|
|
972
|
+
</div><div class="memdoc">
|
|
973
|
+
<p>Retrieves the name of the output file. The default value is <b><em>phreeqc.id.out</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="section return"><dt>Returns</dt><dd>filename The name of the file to write phreeqc output to. </dd></dl>
|
|
974
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#af744cd9ef2c4166f776ade767331cfb8">GetOutputString</a>, <a class="el" href="classIPhreeqc.html#a1ff3f9655ecb9b62473d5d3b6bfa0b47">GetOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a59adae50b5ce99869a7ad6178ade25d0">GetOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a6b5edfc3f2aefd343778490fb94a7f2b">GetOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a7001d80a251a3fc972c90e62a8349238">SetOutputFileName</a>, <a class="el" href="classIPhreeqc.html#a276ff466b0d1c6fc2d201496e8ff3124">SetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> </dd></dl>
|
|
975
|
+
|
|
976
|
+
</div>
|
|
977
|
+
</div>
|
|
978
|
+
<a class="anchor" id="a0d44b404f3dfbaa8e73d66a69ca01a55"></a>
|
|
979
|
+
<div class="memitem">
|
|
980
|
+
<div class="memproto">
|
|
981
|
+
<table class="memname">
|
|
982
|
+
<tr>
|
|
983
|
+
<td class="memname">bool IPhreeqc::GetOutputFileOn </td>
|
|
984
|
+
<td>(</td>
|
|
985
|
+
<td class="paramtype">void </td>
|
|
986
|
+
<td class="paramname"></td><td>)</td>
|
|
987
|
+
<td> const</td>
|
|
988
|
+
</tr>
|
|
989
|
+
</table>
|
|
990
|
+
</div><div class="memdoc">
|
|
991
|
+
<p>Retrieves the current value of the output file switch. </p><dl class="retval"><dt>Return values</dt><dd>
|
|
992
|
+
<table class="retval">
|
|
993
|
+
<tr><td class="paramname">true</td><td>Output is written to the <b><em>phreeqc.id.out</em></b> (where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file. </td></tr>
|
|
994
|
+
<tr><td class="paramname">false</td><td>No output is written. </td></tr>
|
|
995
|
+
</table>
|
|
996
|
+
</dd>
|
|
997
|
+
</dl>
|
|
998
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#af744cd9ef2c4166f776ade767331cfb8">GetOutputString</a>, <a class="el" href="classIPhreeqc.html#a1ff3f9655ecb9b62473d5d3b6bfa0b47">GetOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a59adae50b5ce99869a7ad6178ade25d0">GetOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a6b5edfc3f2aefd343778490fb94a7f2b">GetOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a7001d80a251a3fc972c90e62a8349238">SetOutputFileName</a>, <a class="el" href="classIPhreeqc.html#a276ff466b0d1c6fc2d201496e8ff3124">SetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> </dd></dl>
|
|
999
|
+
|
|
1000
|
+
</div>
|
|
1001
|
+
</div>
|
|
1002
|
+
<a class="anchor" id="af744cd9ef2c4166f776ade767331cfb8"></a>
|
|
1003
|
+
<div class="memitem">
|
|
1004
|
+
<div class="memproto">
|
|
1005
|
+
<table class="memname">
|
|
1006
|
+
<tr>
|
|
1007
|
+
<td class="memname">const char* IPhreeqc::GetOutputString </td>
|
|
1008
|
+
<td>(</td>
|
|
1009
|
+
<td class="paramtype">void </td>
|
|
1010
|
+
<td class="paramname"></td><td>)</td>
|
|
1011
|
+
<td> const</td>
|
|
1012
|
+
</tr>
|
|
1013
|
+
</table>
|
|
1014
|
+
</div><div class="memdoc">
|
|
1015
|
+
<p>Retrieves the string buffer containing phreeqc output. </p><dl class="section return"><dt>Returns</dt><dd>A null terminated string containing phreeqc output. </dd></dl>
|
|
1016
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> must have been set to true in order to receive output. </dd></dl>
|
|
1017
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a59adae50b5ce99869a7ad6178ade25d0">GetOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a6b5edfc3f2aefd343778490fb94a7f2b">GetOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a1ff3f9655ecb9b62473d5d3b6bfa0b47">GetOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a276ff466b0d1c6fc2d201496e8ff3124">SetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> </dd></dl>
|
|
1018
|
+
|
|
1019
|
+
</div>
|
|
1020
|
+
</div>
|
|
1021
|
+
<a class="anchor" id="a59adae50b5ce99869a7ad6178ade25d0"></a>
|
|
1022
|
+
<div class="memitem">
|
|
1023
|
+
<div class="memproto">
|
|
1024
|
+
<table class="memname">
|
|
1025
|
+
<tr>
|
|
1026
|
+
<td class="memname">const char* IPhreeqc::GetOutputStringLine </td>
|
|
1027
|
+
<td>(</td>
|
|
1028
|
+
<td class="paramtype">int </td>
|
|
1029
|
+
<td class="paramname"><em>n</em></td><td>)</td>
|
|
1030
|
+
<td> const</td>
|
|
1031
|
+
</tr>
|
|
1032
|
+
</table>
|
|
1033
|
+
</div><div class="memdoc">
|
|
1034
|
+
<p>Retrieves the given output line. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1035
|
+
<table class="params">
|
|
1036
|
+
<tr><td class="paramname">n</td><td>The zero-based index of the line to retrieve. </td></tr>
|
|
1037
|
+
</table>
|
|
1038
|
+
</dd>
|
|
1039
|
+
</dl>
|
|
1040
|
+
<dl class="section return"><dt>Returns</dt><dd>A null terminated string containing the given line. Returns an empty string if n is out of range. </dd></dl>
|
|
1041
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> must have been set to true. </dd></dl>
|
|
1042
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#af744cd9ef2c4166f776ade767331cfb8">GetOutputString</a>, <a class="el" href="classIPhreeqc.html#a6b5edfc3f2aefd343778490fb94a7f2b">GetOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a1ff3f9655ecb9b62473d5d3b6bfa0b47">GetOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a276ff466b0d1c6fc2d201496e8ff3124">SetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> </dd></dl>
|
|
1043
|
+
|
|
1044
|
+
</div>
|
|
1045
|
+
</div>
|
|
1046
|
+
<a class="anchor" id="a6b5edfc3f2aefd343778490fb94a7f2b"></a>
|
|
1047
|
+
<div class="memitem">
|
|
1048
|
+
<div class="memproto">
|
|
1049
|
+
<table class="memname">
|
|
1050
|
+
<tr>
|
|
1051
|
+
<td class="memname">int IPhreeqc::GetOutputStringLineCount </td>
|
|
1052
|
+
<td>(</td>
|
|
1053
|
+
<td class="paramtype">void </td>
|
|
1054
|
+
<td class="paramname"></td><td>)</td>
|
|
1055
|
+
<td> const</td>
|
|
1056
|
+
</tr>
|
|
1057
|
+
</table>
|
|
1058
|
+
</div><div class="memdoc">
|
|
1059
|
+
<p>Retrieves the number of lines in the current output string buffer. </p><dl class="section return"><dt>Returns</dt><dd>The number of lines. </dd></dl>
|
|
1060
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> must have been set to true. </dd></dl>
|
|
1061
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#af744cd9ef2c4166f776ade767331cfb8">GetOutputString</a>, <a class="el" href="classIPhreeqc.html#a59adae50b5ce99869a7ad6178ade25d0">GetOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a1ff3f9655ecb9b62473d5d3b6bfa0b47">GetOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a276ff466b0d1c6fc2d201496e8ff3124">SetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> </dd></dl>
|
|
1062
|
+
|
|
1063
|
+
</div>
|
|
1064
|
+
</div>
|
|
1065
|
+
<a class="anchor" id="a1ff3f9655ecb9b62473d5d3b6bfa0b47"></a>
|
|
1066
|
+
<div class="memitem">
|
|
1067
|
+
<div class="memproto">
|
|
1068
|
+
<table class="memname">
|
|
1069
|
+
<tr>
|
|
1070
|
+
<td class="memname">bool IPhreeqc::GetOutputStringOn </td>
|
|
1071
|
+
<td>(</td>
|
|
1072
|
+
<td class="paramtype">void </td>
|
|
1073
|
+
<td class="paramname"></td><td>)</td>
|
|
1074
|
+
<td> const</td>
|
|
1075
|
+
</tr>
|
|
1076
|
+
</table>
|
|
1077
|
+
</div><div class="memdoc">
|
|
1078
|
+
<p>Retrieves the current value of the output string switch. </p><dl class="retval"><dt>Return values</dt><dd>
|
|
1079
|
+
<table class="retval">
|
|
1080
|
+
<tr><td class="paramname">true</td><td>Phreeqc output is stored. </td></tr>
|
|
1081
|
+
<tr><td class="paramname">false</td><td>No phreeqc output is stored. </td></tr>
|
|
1082
|
+
</table>
|
|
1083
|
+
</dd>
|
|
1084
|
+
</dl>
|
|
1085
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#af744cd9ef2c4166f776ade767331cfb8">GetOutputString</a>, <a class="el" href="classIPhreeqc.html#a59adae50b5ce99869a7ad6178ade25d0">GetOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a6b5edfc3f2aefd343778490fb94a7f2b">GetOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a276ff466b0d1c6fc2d201496e8ff3124">SetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> </dd></dl>
|
|
1086
|
+
|
|
1087
|
+
</div>
|
|
1088
|
+
</div>
|
|
1089
|
+
<a class="anchor" id="a5647a04ca1263158fe7eb83256fd5588"></a>
|
|
1090
|
+
<div class="memitem">
|
|
1091
|
+
<div class="memproto">
|
|
1092
|
+
<table class="memname">
|
|
1093
|
+
<tr>
|
|
1094
|
+
<td class="memname">int IPhreeqc::GetSelectedOutputColumnCount </td>
|
|
1095
|
+
<td>(</td>
|
|
1096
|
+
<td class="paramtype">void </td>
|
|
1097
|
+
<td class="paramname"></td><td>)</td>
|
|
1098
|
+
<td> const</td>
|
|
1099
|
+
</tr>
|
|
1100
|
+
</table>
|
|
1101
|
+
</div><div class="memdoc">
|
|
1102
|
+
<p>Retrieves the number of columns in the current selected-output buffer (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>). </p><dl class="section return"><dt>Returns</dt><dd>The number of columns. </dd></dl>
|
|
1103
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a>, <a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a> </dd></dl>
|
|
1104
|
+
|
|
1105
|
+
</div>
|
|
1106
|
+
</div>
|
|
1107
|
+
<a class="anchor" id="adb61f47ee73afb00867db1728230b0bd"></a>
|
|
1108
|
+
<div class="memitem">
|
|
1109
|
+
<div class="memproto">
|
|
1110
|
+
<table class="memname">
|
|
1111
|
+
<tr>
|
|
1112
|
+
<td class="memname">int IPhreeqc::GetSelectedOutputCount </td>
|
|
1113
|
+
<td>(</td>
|
|
1114
|
+
<td class="paramtype">void </td>
|
|
1115
|
+
<td class="paramname"></td><td>)</td>
|
|
1116
|
+
<td> const</td>
|
|
1117
|
+
</tr>
|
|
1118
|
+
</table>
|
|
1119
|
+
</div><div class="memdoc">
|
|
1120
|
+
<p>Retrieves the count of <b>SELECTED_OUTPUT</b> blocks that are currently defined. </p><dl class="section return"><dt>Returns</dt><dd>The number of <b>SELECTED_OUTPUT</b> blocks. </dd></dl>
|
|
1121
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#ae2c3d02e4465e8e564d0e5c429ec4739">GetNthSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a> </dd></dl>
|
|
1122
|
+
|
|
1123
|
+
</div>
|
|
1124
|
+
</div>
|
|
1125
|
+
<a class="anchor" id="a8d7a6822b4dfc3485aef3bb3e8703a6f"></a>
|
|
1126
|
+
<div class="memitem">
|
|
1127
|
+
<div class="memproto">
|
|
1128
|
+
<table class="memname">
|
|
1129
|
+
<tr>
|
|
1130
|
+
<td class="memname">const char* IPhreeqc::GetSelectedOutputFileName </td>
|
|
1131
|
+
<td>(</td>
|
|
1132
|
+
<td class="paramtype">void </td>
|
|
1133
|
+
<td class="paramname"></td><td>)</td>
|
|
1134
|
+
<td> const</td>
|
|
1135
|
+
</tr>
|
|
1136
|
+
</table>
|
|
1137
|
+
</div><div class="memdoc">
|
|
1138
|
+
<p>Retrieves the name of the current selected output file (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>). This file name is used if not specified within <b>SELECTED_OUTPUT</b> input. The default value is <b><em>selected_n.id.out</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="section return"><dt>Returns</dt><dd>filename The name of the file to write to. </dd></dl>
|
|
1139
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#ae4c0001feb276862067ea5675973e50a">GetSelectedOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#a5342e8a3a69d978b96151b5a211234e6">SetSelectedOutputFileName</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> </dd></dl>
|
|
1140
|
+
|
|
1141
|
+
</div>
|
|
1142
|
+
</div>
|
|
1143
|
+
<a class="anchor" id="aeb6136e09fd3e6dd66055d9c780fa46f"></a>
|
|
1144
|
+
<div class="memitem">
|
|
1145
|
+
<div class="memproto">
|
|
1146
|
+
<table class="memname">
|
|
1147
|
+
<tr>
|
|
1148
|
+
<td class="memname">bool IPhreeqc::GetSelectedOutputFileOn </td>
|
|
1149
|
+
<td>(</td>
|
|
1150
|
+
<td class="paramtype">void </td>
|
|
1151
|
+
<td class="paramname"></td><td>)</td>
|
|
1152
|
+
<td> const</td>
|
|
1153
|
+
</tr>
|
|
1154
|
+
</table>
|
|
1155
|
+
</div><div class="memdoc">
|
|
1156
|
+
<p>Retrieves the current selected-output file switch (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>). </p><dl class="retval"><dt>Return values</dt><dd>
|
|
1157
|
+
<table class="retval">
|
|
1158
|
+
<tr><td class="paramname">true</td><td>Output is written to the selected-output (<b><em>selected_n.id.out</em></b> if unspecified, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file. </td></tr>
|
|
1159
|
+
<tr><td class="paramname">false</td><td>No output is written. </td></tr>
|
|
1160
|
+
</table>
|
|
1161
|
+
</dd>
|
|
1162
|
+
</dl>
|
|
1163
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a>, <a class="el" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a>, <a class="el" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a> </dd></dl>
|
|
1164
|
+
|
|
1165
|
+
</div>
|
|
1166
|
+
</div>
|
|
1167
|
+
<a class="anchor" id="af7310dd38ef30226612be24c5788acb3"></a>
|
|
1168
|
+
<div class="memitem">
|
|
1169
|
+
<div class="memproto">
|
|
1170
|
+
<table class="memname">
|
|
1171
|
+
<tr>
|
|
1172
|
+
<td class="memname">int IPhreeqc::GetSelectedOutputRowCount </td>
|
|
1173
|
+
<td>(</td>
|
|
1174
|
+
<td class="paramtype">void </td>
|
|
1175
|
+
<td class="paramname"></td><td>)</td>
|
|
1176
|
+
<td> const</td>
|
|
1177
|
+
</tr>
|
|
1178
|
+
</table>
|
|
1179
|
+
</div><div class="memdoc">
|
|
1180
|
+
<p>Retrieves the number of rows in the current selected-output buffer (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>). </p><dl class="section return"><dt>Returns</dt><dd>The number of rows. </dd></dl>
|
|
1181
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a>, <a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a> </dd></dl>
|
|
1182
|
+
|
|
1183
|
+
</div>
|
|
1184
|
+
</div>
|
|
1185
|
+
<a class="anchor" id="aa2aa119472ab5a19a7f3b78789f755c6"></a>
|
|
1186
|
+
<div class="memitem">
|
|
1187
|
+
<div class="memproto">
|
|
1188
|
+
<table class="memname">
|
|
1189
|
+
<tr>
|
|
1190
|
+
<td class="memname">const char* IPhreeqc::GetSelectedOutputString </td>
|
|
1191
|
+
<td>(</td>
|
|
1192
|
+
<td class="paramtype">void </td>
|
|
1193
|
+
<td class="paramname"></td><td>)</td>
|
|
1194
|
+
<td> const</td>
|
|
1195
|
+
</tr>
|
|
1196
|
+
</table>
|
|
1197
|
+
</div><div class="memdoc">
|
|
1198
|
+
<p>Retrieves the string buffer containing <b>SELECTED_OUTPUT</b> for the currently selected user number (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>). </p><dl class="section return"><dt>Returns</dt><dd>A null terminated string containing <b>SELECTED_OUTPUT</b>. </dd></dl>
|
|
1199
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> must have been set to true in order to receive <b>SELECTED_OUTPUT</b>. </dd></dl>
|
|
1200
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#ae4c0001feb276862067ea5675973e50a">GetSelectedOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> </dd></dl>
|
|
1201
|
+
|
|
1202
|
+
</div>
|
|
1203
|
+
</div>
|
|
1204
|
+
<a class="anchor" id="a17a5e9ebe55f4acd8a11bccdace4f64e"></a>
|
|
1205
|
+
<div class="memitem">
|
|
1206
|
+
<div class="memproto">
|
|
1207
|
+
<table class="memname">
|
|
1208
|
+
<tr>
|
|
1209
|
+
<td class="memname">const char* IPhreeqc::GetSelectedOutputStringLine </td>
|
|
1210
|
+
<td>(</td>
|
|
1211
|
+
<td class="paramtype">int </td>
|
|
1212
|
+
<td class="paramname"><em>n</em></td><td>)</td>
|
|
1213
|
+
<td></td>
|
|
1214
|
+
</tr>
|
|
1215
|
+
</table>
|
|
1216
|
+
</div><div class="memdoc">
|
|
1217
|
+
<p>Retrieves the given selected output line of the currently selected user number (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>). </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1218
|
+
<table class="params">
|
|
1219
|
+
<tr><td class="paramname">n</td><td>The zero-based index of the line to retrieve. </td></tr>
|
|
1220
|
+
</table>
|
|
1221
|
+
</dd>
|
|
1222
|
+
</dl>
|
|
1223
|
+
<dl class="section return"><dt>Returns</dt><dd>A null terminated string containing the given line. Returns an empty string if n is out of range. </dd></dl>
|
|
1224
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> must have been set to true. </dd></dl>
|
|
1225
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#ae4c0001feb276862067ea5675973e50a">GetSelectedOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> </dd></dl>
|
|
1226
|
+
|
|
1227
|
+
</div>
|
|
1228
|
+
</div>
|
|
1229
|
+
<a class="anchor" id="a8c5e6552d823e8b4da3599a46e27f6b3"></a>
|
|
1230
|
+
<div class="memitem">
|
|
1231
|
+
<div class="memproto">
|
|
1232
|
+
<table class="memname">
|
|
1233
|
+
<tr>
|
|
1234
|
+
<td class="memname">int IPhreeqc::GetSelectedOutputStringLineCount </td>
|
|
1235
|
+
<td>(</td>
|
|
1236
|
+
<td class="paramtype">void </td>
|
|
1237
|
+
<td class="paramname"></td><td>)</td>
|
|
1238
|
+
<td> const</td>
|
|
1239
|
+
</tr>
|
|
1240
|
+
</table>
|
|
1241
|
+
</div><div class="memdoc">
|
|
1242
|
+
<p>Retrieves the number of lines in the current selected output string buffer (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>). </p><dl class="section return"><dt>Returns</dt><dd>The number of lines. </dd></dl>
|
|
1243
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> must have been set to true. </dd></dl>
|
|
1244
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#ae4c0001feb276862067ea5675973e50a">GetSelectedOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> </dd></dl>
|
|
1245
|
+
|
|
1246
|
+
</div>
|
|
1247
|
+
</div>
|
|
1248
|
+
<a class="anchor" id="ae4c0001feb276862067ea5675973e50a"></a>
|
|
1249
|
+
<div class="memitem">
|
|
1250
|
+
<div class="memproto">
|
|
1251
|
+
<table class="memname">
|
|
1252
|
+
<tr>
|
|
1253
|
+
<td class="memname">bool IPhreeqc::GetSelectedOutputStringOn </td>
|
|
1254
|
+
<td>(</td>
|
|
1255
|
+
<td class="paramtype">void </td>
|
|
1256
|
+
<td class="paramname"></td><td>)</td>
|
|
1257
|
+
<td> const</td>
|
|
1258
|
+
</tr>
|
|
1259
|
+
</table>
|
|
1260
|
+
</div><div class="memdoc">
|
|
1261
|
+
<p>Retrieves the value of the current selected output string switch (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>). </p><dl class="retval"><dt>Return values</dt><dd>
|
|
1262
|
+
<table class="retval">
|
|
1263
|
+
<tr><td class="paramname">true</td><td>Output defined by the <b>SELECTED_OUTPUT</b> keyword is stored. </td></tr>
|
|
1264
|
+
<tr><td class="paramname">false</td><td>No output is stored. </td></tr>
|
|
1265
|
+
</table>
|
|
1266
|
+
</dd>
|
|
1267
|
+
</dl>
|
|
1268
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> </dd></dl>
|
|
1269
|
+
|
|
1270
|
+
</div>
|
|
1271
|
+
</div>
|
|
1272
|
+
<a class="anchor" id="a246791cc787e6f8db3730acce2c2056b"></a>
|
|
1273
|
+
<div class="memitem">
|
|
1274
|
+
<div class="memproto">
|
|
1275
|
+
<table class="memname">
|
|
1276
|
+
<tr>
|
|
1277
|
+
<td class="memname"><a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> IPhreeqc::GetSelectedOutputValue </td>
|
|
1278
|
+
<td>(</td>
|
|
1279
|
+
<td class="paramtype">int </td>
|
|
1280
|
+
<td class="paramname"><em>row</em>, </td>
|
|
1281
|
+
</tr>
|
|
1282
|
+
<tr>
|
|
1283
|
+
<td class="paramkey"></td>
|
|
1284
|
+
<td></td>
|
|
1285
|
+
<td class="paramtype">int </td>
|
|
1286
|
+
<td class="paramname"><em>col</em>, </td>
|
|
1287
|
+
</tr>
|
|
1288
|
+
<tr>
|
|
1289
|
+
<td class="paramkey"></td>
|
|
1290
|
+
<td></td>
|
|
1291
|
+
<td class="paramtype"><a class="el" href="structVAR.html">VAR</a> * </td>
|
|
1292
|
+
<td class="paramname"><em>pVAR</em> </td>
|
|
1293
|
+
</tr>
|
|
1294
|
+
<tr>
|
|
1295
|
+
<td></td>
|
|
1296
|
+
<td>)</td>
|
|
1297
|
+
<td></td><td></td>
|
|
1298
|
+
</tr>
|
|
1299
|
+
</table>
|
|
1300
|
+
</div><div class="memdoc">
|
|
1301
|
+
<p>Returns the <code><a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a></code> associated with the specified row and column. The current <b>SELECTED_OUTPUT</b> block is set using the <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a> method. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1302
|
+
<table class="params">
|
|
1303
|
+
<tr><td class="paramname">row</td><td>The row index. </td></tr>
|
|
1304
|
+
<tr><td class="paramname">col</td><td>The column index. </td></tr>
|
|
1305
|
+
<tr><td class="paramname">pVAR</td><td>Pointer to the <code><a class="el" href="structVAR.html" title="Datatype used to store SELECTED_OUTPUT values. ">VAR</a></code> to receive the requested data. </td></tr>
|
|
1306
|
+
</table>
|
|
1307
|
+
</dd>
|
|
1308
|
+
</dl>
|
|
1309
|
+
<dl class="retval"><dt>Return values</dt><dd>
|
|
1310
|
+
<table class="retval">
|
|
1311
|
+
<tr><td class="paramname">VR_OK</td><td>Success. </td></tr>
|
|
1312
|
+
<tr><td class="paramname">VR_INVALIDROW</td><td>The given row is out of range. </td></tr>
|
|
1313
|
+
<tr><td class="paramname">VR_INVALIDCOL</td><td>The given column is out of range. </td></tr>
|
|
1314
|
+
<tr><td class="paramname">VR_OUTOFMEMORY</td><td>Memory could not be allocated. </td></tr>
|
|
1315
|
+
<tr><td class="paramname">VR_BADINSTANCE</td><td>The given id is invalid. </td></tr>
|
|
1316
|
+
</table>
|
|
1317
|
+
</dd>
|
|
1318
|
+
</dl>
|
|
1319
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a>, <a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a>, <a class="el" href="classIPhreeqc.html#ae82bea67ce87eecd097503317714c15b">GetSelectedOutputValue2</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a> </dd></dl>
|
|
1320
|
+
<dl class="section remark"><dt>Remarks</dt><dd>Row 0 contains the column headings to the selected_ouput. </dd></dl>
|
|
1321
|
+
<dl class="section user"><dt>Examples:</dt><dd>The headings will include a suffix and/or prefix in order to differentiate the columns.
|
|
1322
|
+
<p>
|
|
1323
|
+
<table border=1>
|
|
1324
|
+
|
|
1325
|
+
<TR VALIGN="top">
|
|
1326
|
+
<TH width=65%>
|
|
1327
|
+
Input
|
|
1328
|
+
</TH>
|
|
1329
|
+
<TH width=35%>
|
|
1330
|
+
Headings
|
|
1331
|
+
</TH>
|
|
1332
|
+
</TR>
|
|
1333
|
+
|
|
1334
|
+
<TR VALIGN="top">
|
|
1335
|
+
<TD width=65%>
|
|
1336
|
+
<CODE><PRE>
|
|
1337
|
+
SELECTED_OUTPUT
|
|
1338
|
+
-reset false
|
|
1339
|
+
-totals Ca Na
|
|
1340
|
+
</PRE></CODE>
|
|
1341
|
+
</TD>
|
|
1342
|
+
<TD width=35%>
|
|
1343
|
+
<CODE><PRE>
|
|
1344
|
+
Ca(mol/kgw) Na(mol/kgw)
|
|
1345
|
+
</PRE></CODE>
|
|
1346
|
+
</TD>
|
|
1347
|
+
</TR>
|
|
1348
|
+
|
|
1349
|
+
<TR VALIGN="top">
|
|
1350
|
+
<TD width=65%>
|
|
1351
|
+
<CODE><PRE>
|
|
1352
|
+
SELECTED_OUTPUT
|
|
1353
|
+
-reset false
|
|
1354
|
+
-molalities Fe+2 Hfo_sOZn+
|
|
1355
|
+
</PRE></CODE>
|
|
1356
|
+
</TD>
|
|
1357
|
+
<TD width=35%>
|
|
1358
|
+
<CODE><PRE>
|
|
1359
|
+
m_Fe+2(mol/kgw) m_Hfo_sOZn+(mol/kgw)
|
|
1360
|
+
</PRE></CODE>
|
|
1361
|
+
</TD>
|
|
1362
|
+
</TR>
|
|
1363
|
+
|
|
1364
|
+
<TR VALIGN="top">
|
|
1365
|
+
<TD width=65%>
|
|
1366
|
+
<CODE><PRE>
|
|
1367
|
+
SELECTED_OUTPUT
|
|
1368
|
+
-reset false
|
|
1369
|
+
-activities H+ Ca+2
|
|
1370
|
+
</PRE></CODE>
|
|
1371
|
+
</TD>
|
|
1372
|
+
<TD width=35%>
|
|
1373
|
+
<CODE><PRE>
|
|
1374
|
+
la_H+ la_Ca+2
|
|
1375
|
+
</PRE></CODE>
|
|
1376
|
+
</TD>
|
|
1377
|
+
</TR>
|
|
1378
|
+
|
|
1379
|
+
<TR VALIGN="top">
|
|
1380
|
+
<TD width=65%>
|
|
1381
|
+
<CODE><PRE>
|
|
1382
|
+
SELECTED_OUTPUT
|
|
1383
|
+
-reset false
|
|
1384
|
+
-equilibrium_phases Calcite Dolomite
|
|
1385
|
+
</PRE></CODE>
|
|
1386
|
+
</TD>
|
|
1387
|
+
<TD width=35%>
|
|
1388
|
+
<CODE><PRE>
|
|
1389
|
+
Calcite d_Calcite Dolomite d_Dolomite
|
|
1390
|
+
</PRE></CODE>
|
|
1391
|
+
</TD>
|
|
1392
|
+
</TR>
|
|
1393
|
+
|
|
1394
|
+
<TR VALIGN="top">
|
|
1395
|
+
<TD width=65%>
|
|
1396
|
+
<CODE><PRE>
|
|
1397
|
+
SELECTED_OUTPUT
|
|
1398
|
+
-reset false
|
|
1399
|
+
-saturation_indices CO2(g) Siderite
|
|
1400
|
+
</PRE></CODE>
|
|
1401
|
+
</TD>
|
|
1402
|
+
<TD width=35%>
|
|
1403
|
+
<CODE><PRE>
|
|
1404
|
+
si_CO2(g) si_Siderite
|
|
1405
|
+
</PRE></CODE>
|
|
1406
|
+
</TD>
|
|
1407
|
+
</TR>
|
|
1408
|
+
|
|
1409
|
+
<TR VALIGN="top">
|
|
1410
|
+
<TD width=65%>
|
|
1411
|
+
<CODE><PRE>
|
|
1412
|
+
SELECTED_OUTPUT
|
|
1413
|
+
-reset false
|
|
1414
|
+
-gases CO2(g) N2(g)
|
|
1415
|
+
</PRE></CODE>
|
|
1416
|
+
</TD>
|
|
1417
|
+
<TD width=35%>
|
|
1418
|
+
<CODE><PRE>
|
|
1419
|
+
pressure "total mol" volume g_CO2(g) g_N2(g)
|
|
1420
|
+
</PRE></CODE>
|
|
1421
|
+
</TD>
|
|
1422
|
+
</TR>
|
|
1423
|
+
|
|
1424
|
+
<TR VALIGN="top">
|
|
1425
|
+
<TD width=65%>
|
|
1426
|
+
<CODE><PRE>
|
|
1427
|
+
SELECTED_OUTPUT
|
|
1428
|
+
-reset false
|
|
1429
|
+
-kinetic_reactants CH2O Pyrite
|
|
1430
|
+
</PRE></CODE>
|
|
1431
|
+
</TD>
|
|
1432
|
+
<TD width=35%>
|
|
1433
|
+
<CODE><PRE>
|
|
1434
|
+
k_CH2O dk_CH2O k_Pyrite dk_Pyrite
|
|
1435
|
+
</PRE></CODE>
|
|
1436
|
+
</TD>
|
|
1437
|
+
</TR>
|
|
1438
|
+
|
|
1439
|
+
<TR VALIGN="top">
|
|
1440
|
+
<TD width=65%>
|
|
1441
|
+
<CODE><PRE>
|
|
1442
|
+
SELECTED_OUTPUT
|
|
1443
|
+
-reset false
|
|
1444
|
+
-solid_solutions CaSO4 SrSO4
|
|
1445
|
+
</PRE></CODE>
|
|
1446
|
+
</TD>
|
|
1447
|
+
<TD width=35%>
|
|
1448
|
+
<CODE><PRE>
|
|
1449
|
+
s_CaSO4 s_SrSO4
|
|
1450
|
+
</PRE></CODE>
|
|
1451
|
+
</TD>
|
|
1452
|
+
</TR>
|
|
1453
|
+
|
|
1454
|
+
</table>
|
|
1455
|
+
</dd></dl>
|
|
1456
|
+
|
|
1457
|
+
</div>
|
|
1458
|
+
</div>
|
|
1459
|
+
<a class="anchor" id="ae82bea67ce87eecd097503317714c15b"></a>
|
|
1460
|
+
<div class="memitem">
|
|
1461
|
+
<div class="memproto">
|
|
1462
|
+
<table class="memname">
|
|
1463
|
+
<tr>
|
|
1464
|
+
<td class="memname"><a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> IPhreeqc::GetSelectedOutputValue2 </td>
|
|
1465
|
+
<td>(</td>
|
|
1466
|
+
<td class="paramtype">int </td>
|
|
1467
|
+
<td class="paramname"><em>row</em>, </td>
|
|
1468
|
+
</tr>
|
|
1469
|
+
<tr>
|
|
1470
|
+
<td class="paramkey"></td>
|
|
1471
|
+
<td></td>
|
|
1472
|
+
<td class="paramtype">int </td>
|
|
1473
|
+
<td class="paramname"><em>col</em>, </td>
|
|
1474
|
+
</tr>
|
|
1475
|
+
<tr>
|
|
1476
|
+
<td class="paramkey"></td>
|
|
1477
|
+
<td></td>
|
|
1478
|
+
<td class="paramtype">int * </td>
|
|
1479
|
+
<td class="paramname"><em>vtype</em>, </td>
|
|
1480
|
+
</tr>
|
|
1481
|
+
<tr>
|
|
1482
|
+
<td class="paramkey"></td>
|
|
1483
|
+
<td></td>
|
|
1484
|
+
<td class="paramtype">double * </td>
|
|
1485
|
+
<td class="paramname"><em>dvalue</em>, </td>
|
|
1486
|
+
</tr>
|
|
1487
|
+
<tr>
|
|
1488
|
+
<td class="paramkey"></td>
|
|
1489
|
+
<td></td>
|
|
1490
|
+
<td class="paramtype">char * </td>
|
|
1491
|
+
<td class="paramname"><em>svalue</em>, </td>
|
|
1492
|
+
</tr>
|
|
1493
|
+
<tr>
|
|
1494
|
+
<td class="paramkey"></td>
|
|
1495
|
+
<td></td>
|
|
1496
|
+
<td class="paramtype">unsigned int </td>
|
|
1497
|
+
<td class="paramname"><em>svalue_length</em> </td>
|
|
1498
|
+
</tr>
|
|
1499
|
+
<tr>
|
|
1500
|
+
<td></td>
|
|
1501
|
+
<td>)</td>
|
|
1502
|
+
<td></td><td></td>
|
|
1503
|
+
</tr>
|
|
1504
|
+
</table>
|
|
1505
|
+
</div><div class="memdoc">
|
|
1506
|
+
<p>Returns the associated data with the specified row and column. The current <b>SELECTED_OUTPUT</b> block is set using the <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a> method. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1507
|
+
<table class="params">
|
|
1508
|
+
<tr><td class="paramname">row</td><td>The row index. </td></tr>
|
|
1509
|
+
<tr><td class="paramname">col</td><td>The column index. </td></tr>
|
|
1510
|
+
<tr><td class="paramname">vtype</td><td>Receives the variable type. See <a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8">VAR_TYPE</a>. </td></tr>
|
|
1511
|
+
<tr><td class="paramname">dvalue</td><td>Receives the numeric value when (VTYPE=<a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3">TT_DOUBLE</a>) or (VTYPE=<a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753">TT_LONG</a>). </td></tr>
|
|
1512
|
+
<tr><td class="paramname">svalue</td><td>Receives the string variable when (VTYPE=<a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a3355cc282f3b7c2eea509d182247b0fa">TT_STRING</a>). When (VTYPE=<a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8a0ef600753ba8f64e2fac5aef8737b4e3">TT_DOUBLE</a>) or (VTYPE=<a class="el" href="Var_8h.html#a815a9d7da02ab09239a410acc9f149a8ada8fd1435d4c325f87001cab253c3753">TT_LONG</a>) this variable is filled with a string equivalent of DVALUE. </td></tr>
|
|
1513
|
+
<tr><td class="paramname">svalue_length</td><td>The length of the svalue buffer. </td></tr>
|
|
1514
|
+
</table>
|
|
1515
|
+
</dd>
|
|
1516
|
+
</dl>
|
|
1517
|
+
<dl class="retval"><dt>Return values</dt><dd>
|
|
1518
|
+
<table class="retval">
|
|
1519
|
+
<tr><td class="paramname">IPQ_OK</td><td>Success. </td></tr>
|
|
1520
|
+
<tr><td class="paramname">IPQ_INVALIDROW</td><td>The given row is out of range. </td></tr>
|
|
1521
|
+
<tr><td class="paramname">IPQ_INVALIDCOL</td><td>The given column is out of range. </td></tr>
|
|
1522
|
+
<tr><td class="paramname">IPQ_OUTOFMEMORY</td><td>Memory could not be allocated. </td></tr>
|
|
1523
|
+
<tr><td class="paramname">IPQ_BADINSTANCE</td><td>The given id is invalid. </td></tr>
|
|
1524
|
+
</table>
|
|
1525
|
+
</dd>
|
|
1526
|
+
</dl>
|
|
1527
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a>, <a class="el" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a>, <a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a> </dd></dl>
|
|
1528
|
+
<dl class="section remark"><dt>Remarks</dt><dd>Row 0 contains the column headings to the selected_ouput. </dd></dl>
|
|
1529
|
+
<dl class="section user"><dt>Examples:</dt><dd>See <a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a>. </dd></dl>
|
|
1530
|
+
|
|
1531
|
+
</div>
|
|
1532
|
+
</div>
|
|
1533
|
+
<a class="anchor" id="adcade8ee7a5e424e438570a810928c14"></a>
|
|
1534
|
+
<div class="memitem">
|
|
1535
|
+
<div class="memproto">
|
|
1536
|
+
<table class="mlabels">
|
|
1537
|
+
<tr>
|
|
1538
|
+
<td class="mlabels-left">
|
|
1539
|
+
<table class="memname">
|
|
1540
|
+
<tr>
|
|
1541
|
+
<td class="memname">static const char* IPhreeqc::GetVersionString </td>
|
|
1542
|
+
<td>(</td>
|
|
1543
|
+
<td class="paramtype">void </td>
|
|
1544
|
+
<td class="paramname"></td><td>)</td>
|
|
1545
|
+
<td></td>
|
|
1546
|
+
</tr>
|
|
1547
|
+
</table>
|
|
1548
|
+
</td>
|
|
1549
|
+
<td class="mlabels-right">
|
|
1550
|
+
<span class="mlabels"><span class="mlabel">static</span></span> </td>
|
|
1551
|
+
</tr>
|
|
1552
|
+
</table>
|
|
1553
|
+
</div><div class="memdoc">
|
|
1554
|
+
<p>Retrieves the string buffer containing the version in the form of X.X.X-XXXX. </p><dl class="section return"><dt>Returns</dt><dd>A null terminated string containing the <a class="el" href="classIPhreeqc.html" title="Provides an interface to PHREEQC (Version 3)–A Computer Program for Speciation, Batch-Reaction, One-Dimensional Transport, and Inverse Geochemical Calculations. ">IPhreeqc</a> version number. </dd></dl>
|
|
1555
|
+
|
|
1556
|
+
</div>
|
|
1557
|
+
</div>
|
|
1558
|
+
<a class="anchor" id="a26b949fc63f670a1818ceadf1b6affee"></a>
|
|
1559
|
+
<div class="memitem">
|
|
1560
|
+
<div class="memproto">
|
|
1561
|
+
<table class="memname">
|
|
1562
|
+
<tr>
|
|
1563
|
+
<td class="memname">const char* IPhreeqc::GetWarningString </td>
|
|
1564
|
+
<td>(</td>
|
|
1565
|
+
<td class="paramtype">void </td>
|
|
1566
|
+
<td class="paramname"></td><td>)</td>
|
|
1567
|
+
<td></td>
|
|
1568
|
+
</tr>
|
|
1569
|
+
</table>
|
|
1570
|
+
</div><div class="memdoc">
|
|
1571
|
+
<p>Retrieves the warning messages from the last call to <a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a>, <a class="el" href="classIPhreeqc.html#a962f943e8950dbfeca1908d55f094132">RunFile</a>, <a class="el" href="classIPhreeqc.html#a5bd04d2a7e3f8fd98d00c2718ca3288a">RunString</a>, <a class="el" href="classIPhreeqc.html#a2b6914418e2e4ec43df053379c26d394">LoadDatabase</a>, or <a class="el" href="classIPhreeqc.html#ab5bce1700869379c97d9c71d8910f3a3">LoadDatabaseString</a>. </p><dl class="section return"><dt>Returns</dt><dd>A null terminated string containing warning messages. </dd></dl>
|
|
1572
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a640a7c13c72c0c91b3faef990a5e5175">GetWarningStringLine</a>, <a class="el" href="classIPhreeqc.html#aa80fe3e38bd5898d9637a93c5b85b968">GetWarningStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a0e2d340baef0d68b2e9d877fe59fa0b1">OutputWarningString</a> </dd></dl>
|
|
1573
|
+
|
|
1574
|
+
</div>
|
|
1575
|
+
</div>
|
|
1576
|
+
<a class="anchor" id="a640a7c13c72c0c91b3faef990a5e5175"></a>
|
|
1577
|
+
<div class="memitem">
|
|
1578
|
+
<div class="memproto">
|
|
1579
|
+
<table class="memname">
|
|
1580
|
+
<tr>
|
|
1581
|
+
<td class="memname">const char* IPhreeqc::GetWarningStringLine </td>
|
|
1582
|
+
<td>(</td>
|
|
1583
|
+
<td class="paramtype">int </td>
|
|
1584
|
+
<td class="paramname"><em>n</em></td><td>)</td>
|
|
1585
|
+
<td></td>
|
|
1586
|
+
</tr>
|
|
1587
|
+
</table>
|
|
1588
|
+
</div><div class="memdoc">
|
|
1589
|
+
<p>Retrieves the given warning line. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1590
|
+
<table class="params">
|
|
1591
|
+
<tr><td class="paramname">n</td><td>The zero-based index of the line to retrieve. </td></tr>
|
|
1592
|
+
</table>
|
|
1593
|
+
</dd>
|
|
1594
|
+
</dl>
|
|
1595
|
+
<dl class="section return"><dt>Returns</dt><dd>A null terminated string containing the given warning line message. </dd></dl>
|
|
1596
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#aa80fe3e38bd5898d9637a93c5b85b968">GetWarningStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a0e2d340baef0d68b2e9d877fe59fa0b1">OutputWarningString</a> </dd></dl>
|
|
1597
|
+
|
|
1598
|
+
</div>
|
|
1599
|
+
</div>
|
|
1600
|
+
<a class="anchor" id="aa80fe3e38bd5898d9637a93c5b85b968"></a>
|
|
1601
|
+
<div class="memitem">
|
|
1602
|
+
<div class="memproto">
|
|
1603
|
+
<table class="memname">
|
|
1604
|
+
<tr>
|
|
1605
|
+
<td class="memname">int IPhreeqc::GetWarningStringLineCount </td>
|
|
1606
|
+
<td>(</td>
|
|
1607
|
+
<td class="paramtype">void </td>
|
|
1608
|
+
<td class="paramname"></td><td>)</td>
|
|
1609
|
+
<td> const</td>
|
|
1610
|
+
</tr>
|
|
1611
|
+
</table>
|
|
1612
|
+
</div><div class="memdoc">
|
|
1613
|
+
<p>Retrieves the number of lines in the current warning string buffer. </p><dl class="section return"><dt>Returns</dt><dd>The number of lines. </dd></dl>
|
|
1614
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a640a7c13c72c0c91b3faef990a5e5175">GetWarningStringLine</a>, <a class="el" href="classIPhreeqc.html#a26b949fc63f670a1818ceadf1b6affee">GetWarningString</a>, <a class="el" href="classIPhreeqc.html#a0e2d340baef0d68b2e9d877fe59fa0b1">OutputWarningString</a> </dd></dl>
|
|
1615
|
+
|
|
1616
|
+
</div>
|
|
1617
|
+
</div>
|
|
1618
|
+
<a class="anchor" id="a53e70fcf51f6e58b676514a7d5160279"></a>
|
|
1619
|
+
<div class="memitem">
|
|
1620
|
+
<div class="memproto">
|
|
1621
|
+
<table class="memname">
|
|
1622
|
+
<tr>
|
|
1623
|
+
<td class="memname">std::list< std::string > IPhreeqc::ListComponents </td>
|
|
1624
|
+
<td>(</td>
|
|
1625
|
+
<td class="paramtype">void </td>
|
|
1626
|
+
<td class="paramname"></td><td>)</td>
|
|
1627
|
+
<td></td>
|
|
1628
|
+
</tr>
|
|
1629
|
+
</table>
|
|
1630
|
+
</div><div class="memdoc">
|
|
1631
|
+
<p>Retrieves the current list of components. </p><dl class="section return"><dt>Returns</dt><dd>The current list of components. </dd></dl>
|
|
1632
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a557c3494d28fcaeb1d8f3f307df8aaec">GetComponent</a>, <a class="el" href="classIPhreeqc.html#acf8be30dbe912ecfd96eb4d609db6dcb">GetComponentCount</a> </dd></dl>
|
|
1633
|
+
|
|
1634
|
+
</div>
|
|
1635
|
+
</div>
|
|
1636
|
+
<a class="anchor" id="a2b6914418e2e4ec43df053379c26d394"></a>
|
|
1637
|
+
<div class="memitem">
|
|
1638
|
+
<div class="memproto">
|
|
1639
|
+
<table class="memname">
|
|
1640
|
+
<tr>
|
|
1641
|
+
<td class="memname">int IPhreeqc::LoadDatabase </td>
|
|
1642
|
+
<td>(</td>
|
|
1643
|
+
<td class="paramtype">const char * </td>
|
|
1644
|
+
<td class="paramname"><em>filename</em></td><td>)</td>
|
|
1645
|
+
<td></td>
|
|
1646
|
+
</tr>
|
|
1647
|
+
</table>
|
|
1648
|
+
</div><div class="memdoc">
|
|
1649
|
+
<p>Load the specified database file into phreeqc. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1650
|
+
<table class="params">
|
|
1651
|
+
<tr><td class="paramname">filename</td><td>The name of the phreeqc database to load. The full path (or relative path with respect to the working directory) will be required if the file is not in the current working directory. </td></tr>
|
|
1652
|
+
</table>
|
|
1653
|
+
</dd>
|
|
1654
|
+
</dl>
|
|
1655
|
+
<dl class="section return"><dt>Returns</dt><dd>The number of errors encountered. </dd></dl>
|
|
1656
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ab5bce1700869379c97d9c71d8910f3a3">LoadDatabaseString</a> </dd></dl>
|
|
1657
|
+
<dl class="section remark"><dt>Remarks</dt><dd>All previous definitions are cleared. </dd></dl>
|
|
1658
|
+
|
|
1659
|
+
</div>
|
|
1660
|
+
</div>
|
|
1661
|
+
<a class="anchor" id="ab5bce1700869379c97d9c71d8910f3a3"></a>
|
|
1662
|
+
<div class="memitem">
|
|
1663
|
+
<div class="memproto">
|
|
1664
|
+
<table class="memname">
|
|
1665
|
+
<tr>
|
|
1666
|
+
<td class="memname">int IPhreeqc::LoadDatabaseString </td>
|
|
1667
|
+
<td>(</td>
|
|
1668
|
+
<td class="paramtype">const char * </td>
|
|
1669
|
+
<td class="paramname"><em>input</em></td><td>)</td>
|
|
1670
|
+
<td></td>
|
|
1671
|
+
</tr>
|
|
1672
|
+
</table>
|
|
1673
|
+
</div><div class="memdoc">
|
|
1674
|
+
<p>Load the specified string as a database into phreeqc. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1675
|
+
<table class="params">
|
|
1676
|
+
<tr><td class="paramname">input</td><td>String containing data to be used as the phreeqc database. </td></tr>
|
|
1677
|
+
</table>
|
|
1678
|
+
</dd>
|
|
1679
|
+
</dl>
|
|
1680
|
+
<dl class="section return"><dt>Returns</dt><dd>The number of errors encountered. </dd></dl>
|
|
1681
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ab5bce1700869379c97d9c71d8910f3a3">LoadDatabaseString</a> </dd></dl>
|
|
1682
|
+
<dl class="section remark"><dt>Remarks</dt><dd>All previous definitions are cleared. </dd></dl>
|
|
1683
|
+
|
|
1684
|
+
</div>
|
|
1685
|
+
</div>
|
|
1686
|
+
<a class="anchor" id="a0f5a506bc04847715e92f8e118a319ad"></a>
|
|
1687
|
+
<div class="memitem">
|
|
1688
|
+
<div class="memproto">
|
|
1689
|
+
<table class="memname">
|
|
1690
|
+
<tr>
|
|
1691
|
+
<td class="memname">void IPhreeqc::OutputAccumulatedLines </td>
|
|
1692
|
+
<td>(</td>
|
|
1693
|
+
<td class="paramtype">void </td>
|
|
1694
|
+
<td class="paramname"></td><td>)</td>
|
|
1695
|
+
<td></td>
|
|
1696
|
+
</tr>
|
|
1697
|
+
</table>
|
|
1698
|
+
</div><div class="memdoc">
|
|
1699
|
+
<p>Output the accumulated input buffer to stdout. The input buffer can be run with a call to <a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a>. </p><dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>, <a class="el" href="classIPhreeqc.html#a2009e93061ab6f4c049a4642d8c7179c">ClearAccumulatedLines</a>, <a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a> </dd></dl>
|
|
1700
|
+
|
|
1701
|
+
</div>
|
|
1702
|
+
</div>
|
|
1703
|
+
<a class="anchor" id="a6c34b8cbb31cc4cb9f7208b4458c5a4c"></a>
|
|
1704
|
+
<div class="memitem">
|
|
1705
|
+
<div class="memproto">
|
|
1706
|
+
<table class="memname">
|
|
1707
|
+
<tr>
|
|
1708
|
+
<td class="memname">void IPhreeqc::OutputErrorString </td>
|
|
1709
|
+
<td>(</td>
|
|
1710
|
+
<td class="paramtype">void </td>
|
|
1711
|
+
<td class="paramname"></td><td>)</td>
|
|
1712
|
+
<td></td>
|
|
1713
|
+
</tr>
|
|
1714
|
+
</table>
|
|
1715
|
+
</div><div class="memdoc">
|
|
1716
|
+
<p>Output the error messages normally stored in the <b><em>phreeqc.id.err</em></b> (where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file to stdout. </p><dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a2b975cebff6d7250f39b1f956c95fc78">GetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a071b7fb1cdd38e96c23d0deeb33edd27">SetErrorFileOn</a> </dd></dl>
|
|
1717
|
+
|
|
1718
|
+
</div>
|
|
1719
|
+
</div>
|
|
1720
|
+
<a class="anchor" id="a0e2d340baef0d68b2e9d877fe59fa0b1"></a>
|
|
1721
|
+
<div class="memitem">
|
|
1722
|
+
<div class="memproto">
|
|
1723
|
+
<table class="memname">
|
|
1724
|
+
<tr>
|
|
1725
|
+
<td class="memname">void IPhreeqc::OutputWarningString </td>
|
|
1726
|
+
<td>(</td>
|
|
1727
|
+
<td class="paramtype">void </td>
|
|
1728
|
+
<td class="paramname"></td><td>)</td>
|
|
1729
|
+
<td></td>
|
|
1730
|
+
</tr>
|
|
1731
|
+
</table>
|
|
1732
|
+
</div><div class="memdoc">
|
|
1733
|
+
<p>Output the warning messages to stdout. </p><dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a640a7c13c72c0c91b3faef990a5e5175">GetWarningStringLine</a>, <a class="el" href="classIPhreeqc.html#aa80fe3e38bd5898d9637a93c5b85b968">GetWarningStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a26b949fc63f670a1818ceadf1b6affee">GetWarningString</a> </dd></dl>
|
|
1734
|
+
|
|
1735
|
+
</div>
|
|
1736
|
+
</div>
|
|
1737
|
+
<a class="anchor" id="a04b587f291d45e0b339fa6922c51d479"></a>
|
|
1738
|
+
<div class="memitem">
|
|
1739
|
+
<div class="memproto">
|
|
1740
|
+
<table class="memname">
|
|
1741
|
+
<tr>
|
|
1742
|
+
<td class="memname">int IPhreeqc::RunAccumulated </td>
|
|
1743
|
+
<td>(</td>
|
|
1744
|
+
<td class="paramtype">void </td>
|
|
1745
|
+
<td class="paramname"></td><td>)</td>
|
|
1746
|
+
<td></td>
|
|
1747
|
+
</tr>
|
|
1748
|
+
</table>
|
|
1749
|
+
</div><div class="memdoc">
|
|
1750
|
+
<p>Runs the input buffer as defined by calls to <a class="el" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>. </p><dl class="section return"><dt>Returns</dt><dd>The number of errors encountered. </dd></dl>
|
|
1751
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>, <a class="el" href="classIPhreeqc.html#a2009e93061ab6f4c049a4642d8c7179c">ClearAccumulatedLines</a>, <a class="el" href="classIPhreeqc.html#a0f5a506bc04847715e92f8e118a319ad">OutputAccumulatedLines</a>, <a class="el" href="classIPhreeqc.html#a962f943e8950dbfeca1908d55f094132">RunFile</a>, <a class="el" href="classIPhreeqc.html#a5bd04d2a7e3f8fd98d00c2718ca3288a">RunString</a> </dd></dl>
|
|
1752
|
+
<dl class="section remark"><dt>Remarks</dt><dd>The accumulated input is cleared at the next call to <a class="el" href="classIPhreeqc.html#ae8c15df80acb5d836f24cf526f86f1fb">AccumulateLine</a>. </dd></dl>
|
|
1753
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#a2b6914418e2e4ec43df053379c26d394">LoadDatabase</a>/<a class="el" href="classIPhreeqc.html#ab5bce1700869379c97d9c71d8910f3a3">LoadDatabaseString</a> must have been called and returned 0 (zero) errors. </dd></dl>
|
|
1754
|
+
|
|
1755
|
+
</div>
|
|
1756
|
+
</div>
|
|
1757
|
+
<a class="anchor" id="a962f943e8950dbfeca1908d55f094132"></a>
|
|
1758
|
+
<div class="memitem">
|
|
1759
|
+
<div class="memproto">
|
|
1760
|
+
<table class="memname">
|
|
1761
|
+
<tr>
|
|
1762
|
+
<td class="memname">int IPhreeqc::RunFile </td>
|
|
1763
|
+
<td>(</td>
|
|
1764
|
+
<td class="paramtype">const char * </td>
|
|
1765
|
+
<td class="paramname"><em>filename</em></td><td>)</td>
|
|
1766
|
+
<td></td>
|
|
1767
|
+
</tr>
|
|
1768
|
+
</table>
|
|
1769
|
+
</div><div class="memdoc">
|
|
1770
|
+
<p>Runs the specified phreeqc input file. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1771
|
+
<table class="params">
|
|
1772
|
+
<tr><td class="paramname">filename</td><td>The name of the phreeqc input file to run. </td></tr>
|
|
1773
|
+
</table>
|
|
1774
|
+
</dd>
|
|
1775
|
+
</dl>
|
|
1776
|
+
<dl class="section return"><dt>Returns</dt><dd>The number of errors encountered during the run. </dd></dl>
|
|
1777
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a>, <a class="el" href="classIPhreeqc.html#a5bd04d2a7e3f8fd98d00c2718ca3288a">RunString</a> </dd></dl>
|
|
1778
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#a2b6914418e2e4ec43df053379c26d394">LoadDatabase</a>/<a class="el" href="classIPhreeqc.html#ab5bce1700869379c97d9c71d8910f3a3">LoadDatabaseString</a> must have been called and returned 0 (zero) errors. </dd></dl>
|
|
1779
|
+
|
|
1780
|
+
</div>
|
|
1781
|
+
</div>
|
|
1782
|
+
<a class="anchor" id="a5bd04d2a7e3f8fd98d00c2718ca3288a"></a>
|
|
1783
|
+
<div class="memitem">
|
|
1784
|
+
<div class="memproto">
|
|
1785
|
+
<table class="memname">
|
|
1786
|
+
<tr>
|
|
1787
|
+
<td class="memname">int IPhreeqc::RunString </td>
|
|
1788
|
+
<td>(</td>
|
|
1789
|
+
<td class="paramtype">const char * </td>
|
|
1790
|
+
<td class="paramname"><em>input</em></td><td>)</td>
|
|
1791
|
+
<td></td>
|
|
1792
|
+
</tr>
|
|
1793
|
+
</table>
|
|
1794
|
+
</div><div class="memdoc">
|
|
1795
|
+
<p>Runs the specified string as input to phreeqc. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1796
|
+
<table class="params">
|
|
1797
|
+
<tr><td class="paramname">input</td><td>String containing phreeqc input. </td></tr>
|
|
1798
|
+
</table>
|
|
1799
|
+
</dd>
|
|
1800
|
+
</dl>
|
|
1801
|
+
<dl class="section return"><dt>Returns</dt><dd>The number of errors encountered during the run. </dd></dl>
|
|
1802
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a04b587f291d45e0b339fa6922c51d479">RunAccumulated</a>, <a class="el" href="classIPhreeqc.html#a962f943e8950dbfeca1908d55f094132">RunFile</a> </dd></dl>
|
|
1803
|
+
<dl class="section pre"><dt>Precondition</dt><dd><a class="el" href="classIPhreeqc.html#a2b6914418e2e4ec43df053379c26d394">LoadDatabase</a>/<a class="el" href="classIPhreeqc.html#ab5bce1700869379c97d9c71d8910f3a3">LoadDatabaseString</a> must have been called and returned 0 (zero) errors. </dd></dl>
|
|
1804
|
+
|
|
1805
|
+
</div>
|
|
1806
|
+
</div>
|
|
1807
|
+
<a class="anchor" id="abacef73fe7905b353cbf2e26b87d9fa9"></a>
|
|
1808
|
+
<div class="memitem">
|
|
1809
|
+
<div class="memproto">
|
|
1810
|
+
<table class="memname">
|
|
1811
|
+
<tr>
|
|
1812
|
+
<td class="memname">void IPhreeqc::SetBasicCallback </td>
|
|
1813
|
+
<td>(</td>
|
|
1814
|
+
<td class="paramtype">double(*)(double x1, double x2, const char *str, void *cookie) </td>
|
|
1815
|
+
<td class="paramname"><em>fcn</em>, </td>
|
|
1816
|
+
</tr>
|
|
1817
|
+
<tr>
|
|
1818
|
+
<td class="paramkey"></td>
|
|
1819
|
+
<td></td>
|
|
1820
|
+
<td class="paramtype">void * </td>
|
|
1821
|
+
<td class="paramname"><em>cookie1</em> </td>
|
|
1822
|
+
</tr>
|
|
1823
|
+
<tr>
|
|
1824
|
+
<td></td>
|
|
1825
|
+
<td>)</td>
|
|
1826
|
+
<td></td><td></td>
|
|
1827
|
+
</tr>
|
|
1828
|
+
</table>
|
|
1829
|
+
</div><div class="memdoc">
|
|
1830
|
+
<p>Sets a C callback function for Basic programs. The syntax for the Basic command is 10 result = CALLBACK(x1, x2, string$) The syntax for the C function is double my_callback(double x1, double x2, const char * string) </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1831
|
+
<table class="params">
|
|
1832
|
+
<tr><td class="paramname">fcn</td><td>The name of a user-defined function. </td></tr>
|
|
1833
|
+
<tr><td class="paramname">cookie1</td><td>A user defined value to be passed to the callback function. </td></tr>
|
|
1834
|
+
</table>
|
|
1835
|
+
</dd>
|
|
1836
|
+
</dl>
|
|
1837
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a0de13abd277d6d84f5871888d9349f75">SetBasicFortranCallback</a> </dd></dl>
|
|
1838
|
+
|
|
1839
|
+
</div>
|
|
1840
|
+
</div>
|
|
1841
|
+
<a class="anchor" id="a0de13abd277d6d84f5871888d9349f75"></a>
|
|
1842
|
+
<div class="memitem">
|
|
1843
|
+
<div class="memproto">
|
|
1844
|
+
<table class="memname">
|
|
1845
|
+
<tr>
|
|
1846
|
+
<td class="memname">void IPhreeqc::SetBasicFortranCallback </td>
|
|
1847
|
+
<td>(</td>
|
|
1848
|
+
<td class="paramtype">double(*)(double *x1, double *x2, const char *str, int l) </td>
|
|
1849
|
+
<td class="paramname"><em>fcn</em></td><td>)</td>
|
|
1850
|
+
<td></td>
|
|
1851
|
+
</tr>
|
|
1852
|
+
</table>
|
|
1853
|
+
</div><div class="memdoc">
|
|
1854
|
+
<p>Sets a Fortran callback function for Basic programs. The syntax for the Basic command is 10 result = CALLBACK(x1, x2, string$) The syntax for the Fortran function is real(kind=8) my_callback(x1, x2, string), where x1 and x2 are real(kind=8) and string is a character variable. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1855
|
+
<table class="params">
|
|
1856
|
+
<tr><td class="paramname">fcn</td><td>The name of a user-defined function. </td></tr>
|
|
1857
|
+
</table>
|
|
1858
|
+
</dd>
|
|
1859
|
+
</dl>
|
|
1860
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#abacef73fe7905b353cbf2e26b87d9fa9">SetBasicCallback</a> </dd></dl>
|
|
1861
|
+
|
|
1862
|
+
</div>
|
|
1863
|
+
</div>
|
|
1864
|
+
<a class="anchor" id="ade5f16a150ffc33f216b45ac6f3416a1"></a>
|
|
1865
|
+
<div class="memitem">
|
|
1866
|
+
<div class="memproto">
|
|
1867
|
+
<table class="memname">
|
|
1868
|
+
<tr>
|
|
1869
|
+
<td class="memname"><a class="el" href="Var_8h.html#abe1651cfc97cce44292d83b010652447">VRESULT</a> IPhreeqc::SetCurrentSelectedOutputUserNumber </td>
|
|
1870
|
+
<td>(</td>
|
|
1871
|
+
<td class="paramtype">int </td>
|
|
1872
|
+
<td class="paramname"><em>n</em></td><td>)</td>
|
|
1873
|
+
<td></td>
|
|
1874
|
+
</tr>
|
|
1875
|
+
</table>
|
|
1876
|
+
</div><div class="memdoc">
|
|
1877
|
+
<p>Sets the current <b>SELECTED_OUTPUT</b> user number for use in subsequent calls to (<a class="el" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a>, <a class="el" href="classIPhreeqc.html#a8d7a6822b4dfc3485aef3bb3e8703a6f">GetSelectedOutputFileName</a>, <a class="el" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a>, <a class="el" href="classIPhreeqc.html#ae82bea67ce87eecd097503317714c15b">GetSelectedOutputValue2</a>) routines. The initial setting is 1. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1878
|
+
<table class="params">
|
|
1879
|
+
<tr><td class="paramname">n</td><td>The user number as specified in the <b>SELECTED_OUTPUT</b> block. </td></tr>
|
|
1880
|
+
</table>
|
|
1881
|
+
</dd>
|
|
1882
|
+
</dl>
|
|
1883
|
+
<dl class="retval"><dt>Return values</dt><dd>
|
|
1884
|
+
<table class="retval">
|
|
1885
|
+
<tr><td class="paramname">VR_OK</td><td>Success </td></tr>
|
|
1886
|
+
<tr><td class="paramname">VR_INVALIDARG</td><td>The given user number has not been defined. </td></tr>
|
|
1887
|
+
</table>
|
|
1888
|
+
</dd>
|
|
1889
|
+
</dl>
|
|
1890
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ac715553295cd1a500f8aaf03037b7698">GetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a>, <a class="el" href="classIPhreeqc.html#a8d7a6822b4dfc3485aef3bb3e8703a6f">GetSelectedOutputFileName</a>, <a class="el" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a> </dd></dl>
|
|
1891
|
+
|
|
1892
|
+
</div>
|
|
1893
|
+
</div>
|
|
1894
|
+
<a class="anchor" id="afa4f35a4532961e79445fe3a4e3f7b7d"></a>
|
|
1895
|
+
<div class="memitem">
|
|
1896
|
+
<div class="memproto">
|
|
1897
|
+
<table class="memname">
|
|
1898
|
+
<tr>
|
|
1899
|
+
<td class="memname">void IPhreeqc::SetDumpFileName </td>
|
|
1900
|
+
<td>(</td>
|
|
1901
|
+
<td class="paramtype">const char * </td>
|
|
1902
|
+
<td class="paramname"><em>filename</em></td><td>)</td>
|
|
1903
|
+
<td></td>
|
|
1904
|
+
</tr>
|
|
1905
|
+
</table>
|
|
1906
|
+
</div><div class="memdoc">
|
|
1907
|
+
<p>Sets the name of the dump file. This file name is used if not specified within <b>DUMP</b> input. The default value is <b><em>dump.id.out</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1908
|
+
<table class="params">
|
|
1909
|
+
<tr><td class="paramname">filename</td><td>The name of the file to write <b>DUMP</b> output to. </td></tr>
|
|
1910
|
+
</table>
|
|
1911
|
+
</dd>
|
|
1912
|
+
</dl>
|
|
1913
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a52e1090422e68dc7a6a7d9a3c6ad7836">GetDumpFileName</a>, <a class="el" href="classIPhreeqc.html#a5a72dd72a05da0110373c170a1931777">GetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa05494271f8b942260f12c3fb5e15ae5">GetDumpString</a>, <a class="el" href="classIPhreeqc.html#aa17b8616432e3c150707193a746f2c9b">GetDumpStringOn</a>, <a class="el" href="classIPhreeqc.html#a3b7d96f0c144982711bbdb6e1db37956">GetDumpStringLine</a>, <a class="el" href="classIPhreeqc.html#a6f835c7df1d3979f84072b2a7868b6e6">GetDumpStringLineCount</a>, <a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> </dd></dl>
|
|
1914
|
+
|
|
1915
|
+
</div>
|
|
1916
|
+
</div>
|
|
1917
|
+
<a class="anchor" id="a04b3512391ddaa3a3dad598309731e26"></a>
|
|
1918
|
+
<div class="memitem">
|
|
1919
|
+
<div class="memproto">
|
|
1920
|
+
<table class="memname">
|
|
1921
|
+
<tr>
|
|
1922
|
+
<td class="memname">void IPhreeqc::SetDumpFileOn </td>
|
|
1923
|
+
<td>(</td>
|
|
1924
|
+
<td class="paramtype">bool </td>
|
|
1925
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
1926
|
+
<td></td>
|
|
1927
|
+
</tr>
|
|
1928
|
+
</table>
|
|
1929
|
+
</div><div class="memdoc">
|
|
1930
|
+
<p>Sets the dump file switch on or off. This switch controls whether or not phreeqc writes to the <b>DUMP</b> (<b><em>dump.id.out</em></b> if unspecified, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file. The initial setting is false. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1931
|
+
<table class="params">
|
|
1932
|
+
<tr><td class="paramname">bValue</td><td>If true, turns on output to the <b>DUMP</b> file; if false, turns off output to the <b>DUMP</b> file. </td></tr>
|
|
1933
|
+
</table>
|
|
1934
|
+
</dd>
|
|
1935
|
+
</dl>
|
|
1936
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a5a72dd72a05da0110373c170a1931777">GetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa05494271f8b942260f12c3fb5e15ae5">GetDumpString</a>, <a class="el" href="classIPhreeqc.html#aa17b8616432e3c150707193a746f2c9b">GetDumpStringOn</a>, <a class="el" href="classIPhreeqc.html#a3b7d96f0c144982711bbdb6e1db37956">GetDumpStringLine</a>, <a class="el" href="classIPhreeqc.html#a6f835c7df1d3979f84072b2a7868b6e6">GetDumpStringLineCount</a>, <a class="el" href="classIPhreeqc.html#aa2576fe632fbab5d8c9066ef1df16930">SetDumpStringOn</a> </dd></dl>
|
|
1937
|
+
|
|
1938
|
+
</div>
|
|
1939
|
+
</div>
|
|
1940
|
+
<a class="anchor" id="aa2576fe632fbab5d8c9066ef1df16930"></a>
|
|
1941
|
+
<div class="memitem">
|
|
1942
|
+
<div class="memproto">
|
|
1943
|
+
<table class="memname">
|
|
1944
|
+
<tr>
|
|
1945
|
+
<td class="memname">void IPhreeqc::SetDumpStringOn </td>
|
|
1946
|
+
<td>(</td>
|
|
1947
|
+
<td class="paramtype">bool </td>
|
|
1948
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
1949
|
+
<td></td>
|
|
1950
|
+
</tr>
|
|
1951
|
+
</table>
|
|
1952
|
+
</div><div class="memdoc">
|
|
1953
|
+
<p>Sets the dump string switch on or off. This switch controls whether or not the data normally sent to the dump file are stored in a buffer for retrieval. The initial setting is false. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1954
|
+
<table class="params">
|
|
1955
|
+
<tr><td class="paramname">bValue</td><td>If true, captures the output defined by the <b>DUMP</b> keyword into a string buffer; if false, output defined by the <b>DUMP</b> keyword is not captured to a string buffer. </td></tr>
|
|
1956
|
+
</table>
|
|
1957
|
+
</dd>
|
|
1958
|
+
</dl>
|
|
1959
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a5a72dd72a05da0110373c170a1931777">GetDumpFileOn</a>, <a class="el" href="classIPhreeqc.html#aa05494271f8b942260f12c3fb5e15ae5">GetDumpString</a>, <a class="el" href="classIPhreeqc.html#aa17b8616432e3c150707193a746f2c9b">GetDumpStringOn</a>, <a class="el" href="classIPhreeqc.html#a3b7d96f0c144982711bbdb6e1db37956">GetDumpStringLine</a>, <a class="el" href="classIPhreeqc.html#a6f835c7df1d3979f84072b2a7868b6e6">GetDumpStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a04b3512391ddaa3a3dad598309731e26">SetDumpFileOn</a> </dd></dl>
|
|
1960
|
+
|
|
1961
|
+
</div>
|
|
1962
|
+
</div>
|
|
1963
|
+
<a class="anchor" id="a81cc272cfe2505b1826e8eb92bc5db03"></a>
|
|
1964
|
+
<div class="memitem">
|
|
1965
|
+
<div class="memproto">
|
|
1966
|
+
<table class="memname">
|
|
1967
|
+
<tr>
|
|
1968
|
+
<td class="memname">void IPhreeqc::SetErrorFileName </td>
|
|
1969
|
+
<td>(</td>
|
|
1970
|
+
<td class="paramtype">const char * </td>
|
|
1971
|
+
<td class="paramname"><em>filename</em></td><td>)</td>
|
|
1972
|
+
<td></td>
|
|
1973
|
+
</tr>
|
|
1974
|
+
</table>
|
|
1975
|
+
</div><div class="memdoc">
|
|
1976
|
+
<p>Sets the name of the error file. The default value is <b><em>phreeqc.id.err</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
1977
|
+
<table class="params">
|
|
1978
|
+
<tr><td class="paramname">filename</td><td>The name of the file to write error output to. </td></tr>
|
|
1979
|
+
</table>
|
|
1980
|
+
</dd>
|
|
1981
|
+
</dl>
|
|
1982
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ae7da5534a2991623360bc39f5183c6b4">GetErrorFileName</a>, <a class="el" href="classIPhreeqc.html#a2b975cebff6d7250f39b1f956c95fc78">GetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a50120d14facfcfb66c9115366c0abe2b">GetErrorString</a>, <a class="el" href="classIPhreeqc.html#abc9caed466ddec20fe57100be74b8fc1">GetErrorStringOn</a>, <a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a071b7fb1cdd38e96c23d0deeb33edd27">SetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a91b5bc4fba0304833368cbb1ff450c42">SetErrorStringOn</a> </dd></dl>
|
|
1983
|
+
|
|
1984
|
+
</div>
|
|
1985
|
+
</div>
|
|
1986
|
+
<a class="anchor" id="a071b7fb1cdd38e96c23d0deeb33edd27"></a>
|
|
1987
|
+
<div class="memitem">
|
|
1988
|
+
<div class="memproto">
|
|
1989
|
+
<table class="memname">
|
|
1990
|
+
<tr>
|
|
1991
|
+
<td class="memname">void IPhreeqc::SetErrorFileOn </td>
|
|
1992
|
+
<td>(</td>
|
|
1993
|
+
<td class="paramtype">bool </td>
|
|
1994
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
1995
|
+
<td></td>
|
|
1996
|
+
</tr>
|
|
1997
|
+
</table>
|
|
1998
|
+
</div><div class="memdoc">
|
|
1999
|
+
<p>Sets the error file switch on or off. This switch controls whether or not error messages are written to the <b><em>phreeqc.id.err</em></b> (where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file. The initial setting is true. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2000
|
+
<table class="params">
|
|
2001
|
+
<tr><td class="paramname">bValue</td><td>If true, writes errors to the error file; if false, no errors are written to the error file. </td></tr>
|
|
2002
|
+
</table>
|
|
2003
|
+
</dd>
|
|
2004
|
+
</dl>
|
|
2005
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a2b975cebff6d7250f39b1f956c95fc78">GetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a6c34b8cbb31cc4cb9f7208b4458c5a4c">OutputErrorString</a> </dd></dl>
|
|
2006
|
+
|
|
2007
|
+
</div>
|
|
2008
|
+
</div>
|
|
2009
|
+
<a class="anchor" id="a7844f92491148db252e4b78fb6420681"></a>
|
|
2010
|
+
<div class="memitem">
|
|
2011
|
+
<div class="memproto">
|
|
2012
|
+
<table class="memname">
|
|
2013
|
+
<tr>
|
|
2014
|
+
<td class="memname">void IPhreeqc::SetErrorOn </td>
|
|
2015
|
+
<td>(</td>
|
|
2016
|
+
<td class="paramtype">bool </td>
|
|
2017
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
2018
|
+
<td></td>
|
|
2019
|
+
</tr>
|
|
2020
|
+
</table>
|
|
2021
|
+
</div><div class="memdoc">
|
|
2022
|
+
<p>Sets the error switch on or off. This switch controls whether error messages are are generated and displayed. The initial setting is true. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2023
|
+
<table class="params">
|
|
2024
|
+
<tr><td class="paramname">bValue</td><td>If true, error messages are sent to the error file and error string buffer; if false, no error messages are generated. </td></tr>
|
|
2025
|
+
</table>
|
|
2026
|
+
</dd>
|
|
2027
|
+
</dl>
|
|
2028
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#ab825cb44dda688aab3ee50e4f421b667">GetErrorOn</a>, <a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a2b975cebff6d7250f39b1f956c95fc78">GetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a6c34b8cbb31cc4cb9f7208b4458c5a4c">OutputErrorString</a> </dd></dl>
|
|
2029
|
+
|
|
2030
|
+
</div>
|
|
2031
|
+
</div>
|
|
2032
|
+
<a class="anchor" id="a91b5bc4fba0304833368cbb1ff450c42"></a>
|
|
2033
|
+
<div class="memitem">
|
|
2034
|
+
<div class="memproto">
|
|
2035
|
+
<table class="memname">
|
|
2036
|
+
<tr>
|
|
2037
|
+
<td class="memname">void IPhreeqc::SetErrorStringOn </td>
|
|
2038
|
+
<td>(</td>
|
|
2039
|
+
<td class="paramtype">bool </td>
|
|
2040
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
2041
|
+
<td></td>
|
|
2042
|
+
</tr>
|
|
2043
|
+
</table>
|
|
2044
|
+
</div><div class="memdoc">
|
|
2045
|
+
<p>Sets the error string switch on or off. This switch controls whether or not the data normally sent to the error file are stored in a buffer for retrieval. The initial setting is true. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2046
|
+
<table class="params">
|
|
2047
|
+
<tr><td class="paramname">bValue</td><td>If true, captures error output into a string buffer; if false, error output is not captured to a string buffer. </td></tr>
|
|
2048
|
+
</table>
|
|
2049
|
+
</dd>
|
|
2050
|
+
</dl>
|
|
2051
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a2b975cebff6d7250f39b1f956c95fc78">GetErrorFileOn</a>, <a class="el" href="classIPhreeqc.html#a50120d14facfcfb66c9115366c0abe2b">GetErrorString</a>, <a class="el" href="classIPhreeqc.html#abc9caed466ddec20fe57100be74b8fc1">GetErrorStringOn</a>, <a class="el" href="classIPhreeqc.html#a46edb5642bf6a8794080c0a998087982">GetErrorStringLine</a>, <a class="el" href="classIPhreeqc.html#a41d02999d82aa2768599bc17726fa9a6">GetErrorStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a071b7fb1cdd38e96c23d0deeb33edd27">SetErrorFileOn</a> </dd></dl>
|
|
2052
|
+
|
|
2053
|
+
</div>
|
|
2054
|
+
</div>
|
|
2055
|
+
<a class="anchor" id="a668da837d382164c9b99cf6517855965"></a>
|
|
2056
|
+
<div class="memitem">
|
|
2057
|
+
<div class="memproto">
|
|
2058
|
+
<table class="memname">
|
|
2059
|
+
<tr>
|
|
2060
|
+
<td class="memname">void IPhreeqc::SetLogFileName </td>
|
|
2061
|
+
<td>(</td>
|
|
2062
|
+
<td class="paramtype">const char * </td>
|
|
2063
|
+
<td class="paramname"><em>filename</em></td><td>)</td>
|
|
2064
|
+
<td></td>
|
|
2065
|
+
</tr>
|
|
2066
|
+
</table>
|
|
2067
|
+
</div><div class="memdoc">
|
|
2068
|
+
<p>Sets the name of the log file. The default value is <b><em>phreeqc.id.log</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2069
|
+
<table class="params">
|
|
2070
|
+
<tr><td class="paramname">filename</td><td>The name of the file to write log output to. </td></tr>
|
|
2071
|
+
</table>
|
|
2072
|
+
</dd>
|
|
2073
|
+
</dl>
|
|
2074
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#abbd68c35964e3909396a12e95cc8ce44">GetLogFileName</a>, <a class="el" href="classIPhreeqc.html#a39b969135f69958f106e14f924665734">GetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8340e305f0659e0cd6f3082449f1a423">GetLogString</a>, <a class="el" href="classIPhreeqc.html#a80cda31d75d7feac15277857ac28833b">GetLogStringOn</a>, <a class="el" href="classIPhreeqc.html#aeddd2523dcf7085bff29a5a19bd40732">GetLogStringLine</a>, <a class="el" href="classIPhreeqc.html#ac24eaadf5adb7912b833deee83964951">GetLogStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a325eb7e17fc621e1cbe5f379d0b6efaf">SetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8582b596f9ba608796d2f1a687819a74">SetLogStringOn</a> </dd></dl>
|
|
2075
|
+
|
|
2076
|
+
</div>
|
|
2077
|
+
</div>
|
|
2078
|
+
<a class="anchor" id="a325eb7e17fc621e1cbe5f379d0b6efaf"></a>
|
|
2079
|
+
<div class="memitem">
|
|
2080
|
+
<div class="memproto">
|
|
2081
|
+
<table class="memname">
|
|
2082
|
+
<tr>
|
|
2083
|
+
<td class="memname">void IPhreeqc::SetLogFileOn </td>
|
|
2084
|
+
<td>(</td>
|
|
2085
|
+
<td class="paramtype">bool </td>
|
|
2086
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
2087
|
+
<td></td>
|
|
2088
|
+
</tr>
|
|
2089
|
+
</table>
|
|
2090
|
+
</div><div class="memdoc">
|
|
2091
|
+
<p>Sets the log file switch on or off. This switch controls whether or not phreeqc writes log messages to the <b><em>phreeqc.id.log</em></b> (where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file. The initial setting is false. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2092
|
+
<table class="params">
|
|
2093
|
+
<tr><td class="paramname">bValue</td><td>If true, turns on output to the log file; if false, no log messages are written to the log file. </td></tr>
|
|
2094
|
+
</table>
|
|
2095
|
+
</dd>
|
|
2096
|
+
</dl>
|
|
2097
|
+
<dl class="section remark"><dt>Remarks</dt><dd>Logging must be enabled through the use of the KNOBS -logfile option in order to receive any log messages. </dd></dl>
|
|
2098
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a39b969135f69958f106e14f924665734">GetLogFileOn</a> </dd></dl>
|
|
2099
|
+
|
|
2100
|
+
</div>
|
|
2101
|
+
</div>
|
|
2102
|
+
<a class="anchor" id="a8582b596f9ba608796d2f1a687819a74"></a>
|
|
2103
|
+
<div class="memitem">
|
|
2104
|
+
<div class="memproto">
|
|
2105
|
+
<table class="memname">
|
|
2106
|
+
<tr>
|
|
2107
|
+
<td class="memname">void IPhreeqc::SetLogStringOn </td>
|
|
2108
|
+
<td>(</td>
|
|
2109
|
+
<td class="paramtype">bool </td>
|
|
2110
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
2111
|
+
<td></td>
|
|
2112
|
+
</tr>
|
|
2113
|
+
</table>
|
|
2114
|
+
</div><div class="memdoc">
|
|
2115
|
+
<p>Sets the log string switch on or off. This switch controls whether or not the data normally sent to the log file are stored in a buffer for retrieval. The initial setting is false. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2116
|
+
<table class="params">
|
|
2117
|
+
<tr><td class="paramname">bValue</td><td>If true, captures log output into a string buffer; if false, log output is not captured to a string buffer. </td></tr>
|
|
2118
|
+
</table>
|
|
2119
|
+
</dd>
|
|
2120
|
+
</dl>
|
|
2121
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a39b969135f69958f106e14f924665734">GetLogFileOn</a>, <a class="el" href="classIPhreeqc.html#a8340e305f0659e0cd6f3082449f1a423">GetLogString</a>, <a class="el" href="classIPhreeqc.html#a80cda31d75d7feac15277857ac28833b">GetLogStringOn</a>, <a class="el" href="classIPhreeqc.html#aeddd2523dcf7085bff29a5a19bd40732">GetLogStringLine</a>, <a class="el" href="classIPhreeqc.html#ac24eaadf5adb7912b833deee83964951">GetLogStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a325eb7e17fc621e1cbe5f379d0b6efaf">SetLogFileOn</a> </dd></dl>
|
|
2122
|
+
|
|
2123
|
+
</div>
|
|
2124
|
+
</div>
|
|
2125
|
+
<a class="anchor" id="a7001d80a251a3fc972c90e62a8349238"></a>
|
|
2126
|
+
<div class="memitem">
|
|
2127
|
+
<div class="memproto">
|
|
2128
|
+
<table class="memname">
|
|
2129
|
+
<tr>
|
|
2130
|
+
<td class="memname">void IPhreeqc::SetOutputFileName </td>
|
|
2131
|
+
<td>(</td>
|
|
2132
|
+
<td class="paramtype">const char * </td>
|
|
2133
|
+
<td class="paramname"><em>filename</em></td><td>)</td>
|
|
2134
|
+
<td></td>
|
|
2135
|
+
</tr>
|
|
2136
|
+
</table>
|
|
2137
|
+
</div><div class="memdoc">
|
|
2138
|
+
<p>Sets the name of the output file. The default value is <b><em>phreeqc.id.out</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2139
|
+
<table class="params">
|
|
2140
|
+
<tr><td class="paramname">filename</td><td>The name of the file to write phreeqc output to. </td></tr>
|
|
2141
|
+
</table>
|
|
2142
|
+
</dd>
|
|
2143
|
+
</dl>
|
|
2144
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a5e597d92cb8ea1c3ecbfd8127d748f6f">GetOutputFileName</a>, <a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#af744cd9ef2c4166f776ade767331cfb8">GetOutputString</a>, <a class="el" href="classIPhreeqc.html#a1ff3f9655ecb9b62473d5d3b6bfa0b47">GetOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a59adae50b5ce99869a7ad6178ade25d0">GetOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a6b5edfc3f2aefd343778490fb94a7f2b">GetOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a276ff466b0d1c6fc2d201496e8ff3124">SetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#a1c92a18fa37c3f2038dc294f4cc2dcf2">SetOutputStringOn</a> </dd></dl>
|
|
2145
|
+
|
|
2146
|
+
</div>
|
|
2147
|
+
</div>
|
|
2148
|
+
<a class="anchor" id="a276ff466b0d1c6fc2d201496e8ff3124"></a>
|
|
2149
|
+
<div class="memitem">
|
|
2150
|
+
<div class="memproto">
|
|
2151
|
+
<table class="memname">
|
|
2152
|
+
<tr>
|
|
2153
|
+
<td class="memname">void IPhreeqc::SetOutputFileOn </td>
|
|
2154
|
+
<td>(</td>
|
|
2155
|
+
<td class="paramtype">bool </td>
|
|
2156
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
2157
|
+
<td></td>
|
|
2158
|
+
</tr>
|
|
2159
|
+
</table>
|
|
2160
|
+
</div><div class="memdoc">
|
|
2161
|
+
<p>Sets the output file switch on or off. This switch controls whether or not phreeqc writes to the <b><em>phreeqc.id.out</em></b> file (where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>). This is the output that is normally generated when phreeqc is run. The initial setting is false. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2162
|
+
<table class="params">
|
|
2163
|
+
<tr><td class="paramname">bValue</td><td>If true, writes output to the output file; if false, no output is written to the output file. </td></tr>
|
|
2164
|
+
</table>
|
|
2165
|
+
</dd>
|
|
2166
|
+
</dl>
|
|
2167
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a> </dd></dl>
|
|
2168
|
+
|
|
2169
|
+
</div>
|
|
2170
|
+
</div>
|
|
2171
|
+
<a class="anchor" id="a1c92a18fa37c3f2038dc294f4cc2dcf2"></a>
|
|
2172
|
+
<div class="memitem">
|
|
2173
|
+
<div class="memproto">
|
|
2174
|
+
<table class="memname">
|
|
2175
|
+
<tr>
|
|
2176
|
+
<td class="memname">void IPhreeqc::SetOutputStringOn </td>
|
|
2177
|
+
<td>(</td>
|
|
2178
|
+
<td class="paramtype">bool </td>
|
|
2179
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
2180
|
+
<td></td>
|
|
2181
|
+
</tr>
|
|
2182
|
+
</table>
|
|
2183
|
+
</div><div class="memdoc">
|
|
2184
|
+
<p>Sets the output string switch on or off. This switch controls whether or not the data normally sent to the output file are stored in a buffer for retrieval. The initial setting is false. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2185
|
+
<table class="params">
|
|
2186
|
+
<tr><td class="paramname">bValue</td><td>If true, captures output into a string buffer; if false, output is not captured to a string buffer. </td></tr>
|
|
2187
|
+
</table>
|
|
2188
|
+
</dd>
|
|
2189
|
+
</dl>
|
|
2190
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a0d44b404f3dfbaa8e73d66a69ca01a55">GetOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#af744cd9ef2c4166f776ade767331cfb8">GetOutputString</a>, <a class="el" href="classIPhreeqc.html#a1ff3f9655ecb9b62473d5d3b6bfa0b47">GetOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a59adae50b5ce99869a7ad6178ade25d0">GetOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a6b5edfc3f2aefd343778490fb94a7f2b">GetOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#a276ff466b0d1c6fc2d201496e8ff3124">SetOutputFileOn</a> </dd></dl>
|
|
2191
|
+
|
|
2192
|
+
</div>
|
|
2193
|
+
</div>
|
|
2194
|
+
<a class="anchor" id="a5342e8a3a69d978b96151b5a211234e6"></a>
|
|
2195
|
+
<div class="memitem">
|
|
2196
|
+
<div class="memproto">
|
|
2197
|
+
<table class="memname">
|
|
2198
|
+
<tr>
|
|
2199
|
+
<td class="memname">void IPhreeqc::SetSelectedOutputFileName </td>
|
|
2200
|
+
<td>(</td>
|
|
2201
|
+
<td class="paramtype">const char * </td>
|
|
2202
|
+
<td class="paramname"><em>filename</em></td><td>)</td>
|
|
2203
|
+
<td></td>
|
|
2204
|
+
</tr>
|
|
2205
|
+
</table>
|
|
2206
|
+
</div><div class="memdoc">
|
|
2207
|
+
<p>Sets the name of the current selected output file (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>). This file name is used if not specified within <b>SELECTED_OUTPUT</b> input. The default value is <b><em>selected_n.id.out</em></b>, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2208
|
+
<table class="params">
|
|
2209
|
+
<tr><td class="paramname">filename</td><td>The name of the file to write <b>SELECTED_OUTPUT</b> output to. </td></tr>
|
|
2210
|
+
</table>
|
|
2211
|
+
</dd>
|
|
2212
|
+
</dl>
|
|
2213
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a8d7a6822b4dfc3485aef3bb3e8703a6f">GetSelectedOutputFileName</a>, <a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#ae4c0001feb276862067ea5675973e50a">GetSelectedOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#aa825a4d869271888a19cc16dda3fb39a">SetSelectedOutputStringOn</a> </dd></dl>
|
|
2214
|
+
|
|
2215
|
+
</div>
|
|
2216
|
+
</div>
|
|
2217
|
+
<a class="anchor" id="acde7acc463276c25f453492768a5f065"></a>
|
|
2218
|
+
<div class="memitem">
|
|
2219
|
+
<div class="memproto">
|
|
2220
|
+
<table class="memname">
|
|
2221
|
+
<tr>
|
|
2222
|
+
<td class="memname">void IPhreeqc::SetSelectedOutputFileOn </td>
|
|
2223
|
+
<td>(</td>
|
|
2224
|
+
<td class="paramtype">bool </td>
|
|
2225
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
2226
|
+
<td></td>
|
|
2227
|
+
</tr>
|
|
2228
|
+
</table>
|
|
2229
|
+
</div><div class="memdoc">
|
|
2230
|
+
<p>Sets the selected-output file switch on or off. This switch controls whether or not phreeqc writes output to the current <b>SELECTED_OUTPUT</b> (<b><em>selected_n.id.out</em></b> if unspecified, where id is obtained from <a class="el" href="classIPhreeqc.html#a849f9b4fe77e29fc2e999727035b45b5">GetId</a>) file. The initial setting is false. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2231
|
+
<table class="params">
|
|
2232
|
+
<tr><td class="paramname">bValue</td><td>If true, writes output to the selected-output file; if false, no output is written to the selected-output file. </td></tr>
|
|
2233
|
+
</table>
|
|
2234
|
+
</dd>
|
|
2235
|
+
</dl>
|
|
2236
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#a5647a04ca1263158fe7eb83256fd5588">GetSelectedOutputColumnCount</a>, <a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#af7310dd38ef30226612be24c5788acb3">GetSelectedOutputRowCount</a>, <a class="el" href="classIPhreeqc.html#a246791cc787e6f8db3730acce2c2056b">GetSelectedOutputValue</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a> </dd></dl>
|
|
2237
|
+
|
|
2238
|
+
</div>
|
|
2239
|
+
</div>
|
|
2240
|
+
<a class="anchor" id="aa825a4d869271888a19cc16dda3fb39a"></a>
|
|
2241
|
+
<div class="memitem">
|
|
2242
|
+
<div class="memproto">
|
|
2243
|
+
<table class="memname">
|
|
2244
|
+
<tr>
|
|
2245
|
+
<td class="memname">void IPhreeqc::SetSelectedOutputStringOn </td>
|
|
2246
|
+
<td>(</td>
|
|
2247
|
+
<td class="paramtype">bool </td>
|
|
2248
|
+
<td class="paramname"><em>bValue</em></td><td>)</td>
|
|
2249
|
+
<td></td>
|
|
2250
|
+
</tr>
|
|
2251
|
+
</table>
|
|
2252
|
+
</div><div class="memdoc">
|
|
2253
|
+
<p>Sets the selected output string switch on or off. This switch controls whether or not the data normally sent to the current <b>SELECTED_OUTPUT</b> file (see <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>) are stored in a buffer for retrieval. The initial setting is false. </p><dl class="params"><dt>Parameters</dt><dd>
|
|
2254
|
+
<table class="params">
|
|
2255
|
+
<tr><td class="paramname">bValue</td><td>If true, captures the output defined by the <b>SELECTED_OUTPUT</b> keyword into a string buffer; if false, output defined by the <b>SELECTED_OUTPUT</b> keyword is not captured to a string buffer. </td></tr>
|
|
2256
|
+
</table>
|
|
2257
|
+
</dd>
|
|
2258
|
+
</dl>
|
|
2259
|
+
<dl class="section see"><dt>See also</dt><dd><a class="el" href="classIPhreeqc.html#aeb6136e09fd3e6dd66055d9c780fa46f">GetSelectedOutputFileOn</a>, <a class="el" href="classIPhreeqc.html#aa2aa119472ab5a19a7f3b78789f755c6">GetSelectedOutputString</a>, <a class="el" href="classIPhreeqc.html#ae4c0001feb276862067ea5675973e50a">GetSelectedOutputStringOn</a>, <a class="el" href="classIPhreeqc.html#a17a5e9ebe55f4acd8a11bccdace4f64e">GetSelectedOutputStringLine</a>, <a class="el" href="classIPhreeqc.html#a8c5e6552d823e8b4da3599a46e27f6b3">GetSelectedOutputStringLineCount</a>, <a class="el" href="classIPhreeqc.html#ade5f16a150ffc33f216b45ac6f3416a1">SetCurrentSelectedOutputUserNumber</a>, <a class="el" href="classIPhreeqc.html#acde7acc463276c25f453492768a5f065">SetSelectedOutputFileOn</a> </dd></dl>
|
|
2260
|
+
|
|
2261
|
+
</div>
|
|
2262
|
+
</div>
|
|
2263
|
+
<hr/>The documentation for this class was generated from the following file:<ul>
|
|
2264
|
+
<li><a class="el" href="IPhreeqc_8hpp_source.html">IPhreeqc.hpp</a></li>
|
|
2265
|
+
</ul>
|
|
2266
|
+
</div><!-- contents -->
|
|
2267
|
+
<!-- start footer part -->
|
|
2268
|
+
<hr class="footer"/><address class="footer"><small>
|
|
2269
|
+
Generated on Tue Jan 7 2025 17:08:43 for IPhreeqc by  <a href="http://www.doxygen.org/index.html">
|
|
2270
|
+
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
|
2271
|
+
</a> 1.8.8
|
|
2272
|
+
</small></address>
|
|
2273
|
+
</body>
|
|
2274
|
+
</html>
|