pyEQL 0.5.2__py3-none-any.whl → 1.1.0__py3-none-any.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 -43
- pyEQL/activity_correction.py +481 -707
- pyEQL/database/geothermal.dat +5693 -0
- pyEQL/database/llnl.dat +19305 -0
- pyEQL/database/phreeqc_license.txt +54 -0
- pyEQL/database/pyeql_db.json +35902 -0
- pyEQL/engines.py +793 -0
- pyEQL/equilibrium.py +148 -228
- pyEQL/functions.py +121 -416
- pyEQL/pint_custom_units.txt +2 -2
- pyEQL/presets/Ringers lactate.yaml +20 -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/salt_ion_match.py +53 -284
- pyEQL/solute.py +126 -191
- pyEQL/solution.py +2163 -2090
- pyEQL/utils.py +165 -0
- pyEQL-1.1.0.dist-info/AUTHORS.md +13 -0
- {pyEQL-0.5.2.dist-info → pyEQL-1.1.0.dist-info}/COPYING +1 -1
- pyEQL-0.5.2.dist-info/LICENSE → pyEQL-1.1.0.dist-info/LICENSE.txt +3 -7
- pyEQL-1.1.0.dist-info/METADATA +129 -0
- pyEQL-1.1.0.dist-info/RECORD +27 -0
- {pyEQL-0.5.2.dist-info → pyEQL-1.1.0.dist-info}/WHEEL +2 -1
- pyEQL/chemical_formula.py +0 -1006
- pyEQL/database/Erying_viscosity.tsv +0 -18
- pyEQL/database/Jones_Dole_B.tsv +0 -32
- pyEQL/database/Jones_Dole_B_inorganic_Jenkins.tsv +0 -75
- pyEQL/database/LICENSE +0 -4
- pyEQL/database/dielectric_parameter.tsv +0 -30
- pyEQL/database/diffusion_coefficient.tsv +0 -116
- pyEQL/database/hydrated_radius.tsv +0 -35
- pyEQL/database/ionic_radius.tsv +0 -35
- pyEQL/database/partial_molar_volume.tsv +0 -22
- pyEQL/database/pitzer_activity.tsv +0 -169
- pyEQL/database/pitzer_volume.tsv +0 -132
- pyEQL/database/template.tsv +0 -14
- pyEQL/database.py +0 -300
- pyEQL/elements.py +0 -4552
- pyEQL/logging_system.py +0 -53
- pyEQL/parameter.py +0 -435
- pyEQL/tests/__init__.py +0 -32
- pyEQL/tests/test_activity.py +0 -578
- pyEQL/tests/test_bulk_properties.py +0 -86
- pyEQL/tests/test_chemical_formula.py +0 -279
- pyEQL/tests/test_debye_length.py +0 -79
- pyEQL/tests/test_density.py +0 -106
- pyEQL/tests/test_dielectric.py +0 -153
- pyEQL/tests/test_effective_pitzer.py +0 -276
- pyEQL/tests/test_mixed_electrolyte_activity.py +0 -154
- pyEQL/tests/test_osmotic_coeff.py +0 -99
- pyEQL/tests/test_pyeql_volume_concentration.py +0 -428
- pyEQL/tests/test_salt_matching.py +0 -337
- pyEQL/tests/test_solute_properties.py +0 -251
- pyEQL/water_properties.py +0 -352
- pyEQL-0.5.2.dist-info/AUTHORS +0 -7
- pyEQL-0.5.2.dist-info/METADATA +0 -72
- pyEQL-0.5.2.dist-info/RECORD +0 -47
- pyEQL-0.5.2.dist-info/entry_points.txt +0 -3
- {pyEQL-0.5.2.dist-info → pyEQL-1.1.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
THE LICENSE AGREEMENT BELOW APPLIES TO THE PHREEQC DATABASE FILES CONTAINED IN THIS
|
|
2
|
+
PACKAGE. TO OBTAIN A COMPLETE, ORIGINAL COPY OF PHREEQC, PLEASE VISIT
|
|
3
|
+
https://www.usgs.gov/software/phreeqc-version-3
|
|
4
|
+
|
|
5
|
+
User Rights Notice
|
|
6
|
+
|
|
7
|
+
This software and related material (data and (or) documentation),
|
|
8
|
+
contained in or furnished in connection with PHREEQC, are made available
|
|
9
|
+
by the U.S. Geological Survey (USGS) to be used in the public interest
|
|
10
|
+
and in the advancement of science. You may, without any fee or cost,
|
|
11
|
+
use, copy, modify, or distribute this software, and any derivative works
|
|
12
|
+
thereof, and its supporting documentation, subject to the following
|
|
13
|
+
restrictions and understandings.
|
|
14
|
+
|
|
15
|
+
If you distribute copies or modifications of the software and related
|
|
16
|
+
material, make sure the recipients receive a copy of this notice and
|
|
17
|
+
receive or can get a copy of the original distribution. If the software
|
|
18
|
+
and (or) related material are modified and distributed, it must be
|
|
19
|
+
made clear that the recipients do not have the original and they must
|
|
20
|
+
be informed of the extent of the modifications. For example, modified
|
|
21
|
+
files must include a prominent notice stating the modifications made, the
|
|
22
|
+
author of the modifications, and the date the modifications were made.
|
|
23
|
+
This restriction is necessary to guard against problems introduced in the
|
|
24
|
+
software by others, reflecting negatively on the reputation of the USGS.
|
|
25
|
+
|
|
26
|
+
The software is public property and you therefore have the right to
|
|
27
|
+
the source code, if desired.
|
|
28
|
+
|
|
29
|
+
You may charge fees for distribution, warranties, and services provided
|
|
30
|
+
in connection with the software or derivative works thereof. The name
|
|
31
|
+
USGS can be used in any advertising or publicity to endorse or promote
|
|
32
|
+
any products or commercial entity using this software if specific
|
|
33
|
+
written permission is obtained from the USGS.
|
|
34
|
+
|
|
35
|
+
The user agrees to appropriately acknowledge the authors and the USGS
|
|
36
|
+
in publications that result from the use of this software or in products
|
|
37
|
+
that include this software in whole or in part.
|
|
38
|
+
|
|
39
|
+
Although this software program has been used by the U.S. Geological
|
|
40
|
+
Survey (USGS), no warranty, expressed or implied, is made by the USGS
|
|
41
|
+
or the U.S. Government as to the accuracy and functioning of the
|
|
42
|
+
program and related program material nor shall the fact of distribution
|
|
43
|
+
constitute any such warranty, and no responsibility is assumed by the
|
|
44
|
+
USGS in connection therewith.
|
|
45
|
+
|
|
46
|
+
The authors, the USGS, and the United States Government are not
|
|
47
|
+
obligated to provide the user with any support, consulting, training or
|
|
48
|
+
assistance of any kind with regard to the use, operation, and
|
|
49
|
+
performance of this software nor to provide the user with any updates,
|
|
50
|
+
revisions, new versions, or "bug fixes."
|
|
51
|
+
|
|
52
|
+
The user assumes all risk for any damages whatsoever resulting from
|
|
53
|
+
loss of use, data, or profits arising in connection with the access,
|
|
54
|
+
use, quality, or performance of this software.
|