gebpy 1.1.3__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.
- gebpy/__init__.py +55 -0
- gebpy/__pycache__/__init__.cpython-310.pyc +0 -0
- gebpy/adapters/__init__.py +0 -0
- gebpy/cli/__init__.py +0 -0
- gebpy/core/__init__.py +0 -0
- gebpy/core/chemistry/__init__.py +0 -0
- gebpy/core/chemistry/common.py +1369 -0
- gebpy/core/chemistry/elements.py +317 -0
- gebpy/core/chemistry/geochemistry.py +1728 -0
- gebpy/core/fluids/__init__.py +0 -0
- gebpy/core/io/__init__.py +0 -0
- gebpy/core/mathematics/__init__.py +0 -0
- gebpy/core/minerals/__init__.py +0 -0
- gebpy/core/minerals/carbonates.py +412 -0
- gebpy/core/minerals/common.py +555 -0
- gebpy/core/minerals/config.py +77 -0
- gebpy/core/minerals/cyclosilicates.py +0 -0
- gebpy/core/minerals/halides.py +0 -0
- gebpy/core/minerals/inosilicates.py +0 -0
- gebpy/core/minerals/nesosilicates.py +0 -0
- gebpy/core/minerals/organics.py +0 -0
- gebpy/core/minerals/oxides.py +589 -0
- gebpy/core/minerals/phosphates.py +0 -0
- gebpy/core/minerals/phospides.py +0 -0
- gebpy/core/minerals/phyllosilicates.py +436 -0
- gebpy/core/minerals/sorosilicates.py +0 -0
- gebpy/core/minerals/sulfates.py +0 -0
- gebpy/core/minerals/sulfides.py +459 -0
- gebpy/core/minerals/synthesis.py +201 -0
- gebpy/core/minerals/tectosilicates.py +433 -0
- gebpy/core/physics/__init__.py +0 -0
- gebpy/core/physics/common.py +53 -0
- gebpy/core/physics/geophysics.py +351 -0
- gebpy/core/rocks/__init__.py +0 -0
- gebpy/core/rocks/anisotropic_rocks.py +395 -0
- gebpy/core/rocks/common.py +95 -0
- gebpy/core/rocks/config.py +77 -0
- gebpy/core/rocks/isotropic_rocks.py +395 -0
- gebpy/core/rocks/sedimentary.py +385 -0
- gebpy/core/subsurface/__init__.py +0 -0
- gebpy/data_minerals/__init__.py +0 -0
- gebpy/data_minerals/albite.yaml +59 -0
- gebpy/data_minerals/anatase.yaml +43 -0
- gebpy/data_minerals/ankerite.yaml +47 -0
- gebpy/data_minerals/annite.yaml +57 -0
- gebpy/data_minerals/anorthite.yaml +59 -0
- gebpy/data_minerals/antigorite.yaml +53 -0
- gebpy/data_minerals/aragonite.yaml +48 -0
- gebpy/data_minerals/argutite.yaml +43 -0
- gebpy/data_minerals/arsenolite.yaml +40 -0
- gebpy/data_minerals/au3oxide.yaml +46 -0
- gebpy/data_minerals/avicennite.yaml +40 -0
- gebpy/data_minerals/azurite.yaml +53 -0
- gebpy/data_minerals/baddeleyite.yaml +49 -0
- gebpy/data_minerals/bismite.yaml +49 -0
- gebpy/data_minerals/boehmite.yaml +48 -0
- gebpy/data_minerals/brookite.yaml +46 -0
- gebpy/data_minerals/brucite.yaml +45 -0
- gebpy/data_minerals/bunsenite.yaml +40 -0
- gebpy/data_minerals/calcite.yaml +45 -0
- gebpy/data_minerals/cassiterite.yaml +43 -0
- gebpy/data_minerals/cerussite.yaml +48 -0
- gebpy/data_minerals/chamosite.yaml +56 -0
- gebpy/data_minerals/chlorite.yaml +75 -0
- gebpy/data_minerals/chromite.yaml +42 -0
- gebpy/data_minerals/chrysotile.yaml +53 -0
- gebpy/data_minerals/claudetite.yaml +49 -0
- gebpy/data_minerals/clinochlore.yaml +55 -0
- gebpy/data_minerals/cochromite.yaml +42 -0
- gebpy/data_minerals/corundum.yaml +43 -0
- gebpy/data_minerals/crocoite.yaml +51 -0
- gebpy/data_minerals/cuprite.yaml +40 -0
- gebpy/data_minerals/cuprospinel.yaml +42 -0
- gebpy/data_minerals/diaspore.yaml +48 -0
- gebpy/data_minerals/dolomite.yaml +47 -0
- gebpy/data_minerals/eastonite.yaml +57 -0
- gebpy/data_minerals/eskolaite.yaml +43 -0
- gebpy/data_minerals/fechlorite.yaml +61 -0
- gebpy/data_minerals/fecolumbite.yaml +48 -0
- gebpy/data_minerals/ferberite.yaml +51 -0
- gebpy/data_minerals/fetantalite.yaml +48 -0
- gebpy/data_minerals/franklinite.yaml +42 -0
- gebpy/data_minerals/gahnite.yaml +42 -0
- gebpy/data_minerals/galaxite.yaml +42 -0
- gebpy/data_minerals/geikielite.yaml +45 -0
- gebpy/data_minerals/gibbsite.yaml +51 -0
- gebpy/data_minerals/glauconite.yaml +69 -0
- gebpy/data_minerals/goethite.yaml +48 -0
- gebpy/data_minerals/groutite.yaml +48 -0
- gebpy/data_minerals/hematite.yaml +43 -0
- gebpy/data_minerals/hercynite.yaml +42 -0
- gebpy/data_minerals/huebnerite.yaml +51 -0
- gebpy/data_minerals/ikaite.yaml +53 -0
- gebpy/data_minerals/illite.yaml +55 -0
- gebpy/data_minerals/ilmenite.yaml +45 -0
- gebpy/data_minerals/jacobsite.yaml +42 -0
- gebpy/data_minerals/kalsilite.yaml +47 -0
- gebpy/data_minerals/kaolinite.yaml +59 -0
- gebpy/data_minerals/karelianite.yaml +43 -0
- gebpy/data_minerals/lime.yaml +40 -0
- gebpy/data_minerals/litharge.yaml +43 -0
- gebpy/data_minerals/magnesiochromite.yaml +42 -0
- gebpy/data_minerals/magnesioferrite.yaml +42 -0
- gebpy/data_minerals/magnesite.yaml +45 -0
- gebpy/data_minerals/magnetite.yaml +41 -0
- gebpy/data_minerals/malachite.yaml +53 -0
- gebpy/data_minerals/manganite.yaml +51 -0
- gebpy/data_minerals/manganochromite.yaml +42 -0
- gebpy/data_minerals/manganosite.yaml +40 -0
- gebpy/data_minerals/marialite.yaml +49 -0
- gebpy/data_minerals/massicot.yaml +46 -0
- gebpy/data_minerals/meionite.yaml +49 -0
- gebpy/data_minerals/mgchlorite.yaml +61 -0
- gebpy/data_minerals/mgcolumbite.yaml +48 -0
- gebpy/data_minerals/mgtantalite.yaml +48 -0
- gebpy/data_minerals/microcline.yaml +59 -0
- gebpy/data_minerals/minium.yaml +44 -0
- gebpy/data_minerals/mnchlorite.yaml +61 -0
- gebpy/data_minerals/mncolumbite.yaml +48 -0
- gebpy/data_minerals/mntantalite.yaml +48 -0
- gebpy/data_minerals/monteponite.yaml +40 -0
- gebpy/data_minerals/montmorillonite.yaml +77 -0
- gebpy/data_minerals/muscovite.yaml +55 -0
- gebpy/data_minerals/nanepheline.yaml +47 -0
- gebpy/data_minerals/nichlorite.yaml +61 -0
- gebpy/data_minerals/nichromite.yaml +42 -0
- gebpy/data_minerals/nimite.yaml +55 -0
- gebpy/data_minerals/nontronite.yaml +73 -0
- gebpy/data_minerals/orthoclase.yaml +53 -0
- gebpy/data_minerals/paratellurite.yaml +43 -0
- gebpy/data_minerals/pennantite.yaml +61 -0
- gebpy/data_minerals/periclase.yaml +40 -0
- gebpy/data_minerals/phlogopite.yaml +57 -0
- gebpy/data_minerals/plattnerite.yaml +43 -0
- gebpy/data_minerals/powellite.yaml +45 -0
- gebpy/data_minerals/pyrite.yaml +40 -0
- gebpy/data_minerals/pyrolusite.yaml +43 -0
- gebpy/data_minerals/pyrophanite.yaml +45 -0
- gebpy/data_minerals/pyrophyllite.yaml +59 -0
- gebpy/data_minerals/quartz.yaml +43 -0
- gebpy/data_minerals/rhodochrosite.yaml +45 -0
- gebpy/data_minerals/rutile.yaml +43 -0
- gebpy/data_minerals/saponite.yaml +77 -0
- gebpy/data_minerals/scheelite.yaml +45 -0
- gebpy/data_minerals/scrutinyite.yaml +46 -0
- gebpy/data_minerals/senarmontite.yaml +40 -0
- gebpy/data_minerals/siderite.yaml +45 -0
- gebpy/data_minerals/siderophyllite.yaml +57 -0
- gebpy/data_minerals/smithsonite.yaml +45 -0
- gebpy/data_minerals/spinel.yaml +42 -0
- gebpy/data_minerals/stishovite.yaml +43 -0
- gebpy/data_minerals/stolzite.yaml +45 -0
- gebpy/data_minerals/talc.yaml +53 -0
- gebpy/data_minerals/tistarite.yaml +43 -0
- gebpy/data_minerals/trevorite.yaml +42 -0
- gebpy/data_minerals/ulvoespinel.yaml +42 -0
- gebpy/data_minerals/uraninite.yaml +40 -0
- gebpy/data_minerals/valentinite.yaml +46 -0
- gebpy/data_minerals/vermiculite.yaml +69 -0
- gebpy/data_minerals/wulfenite.yaml +45 -0
- gebpy/data_minerals/wustite.yaml +40 -0
- gebpy/data_minerals/zincite.yaml +43 -0
- gebpy/data_minerals/zincochromite.yaml +42 -0
- gebpy/data_rocks/__init__.py +0 -0
- gebpy/data_rocks/dolostone.yaml +40 -0
- gebpy/data_rocks/limestone.yaml +40 -0
- gebpy/data_rocks/marl.yaml +50 -0
- gebpy/data_rocks/sandstone.yaml +39 -0
- gebpy/data_rocks/shale.yaml +50 -0
- gebpy/gebpy_app.py +8732 -0
- gebpy/gui/__init__.py +0 -0
- gebpy/lib/images/GebPy_Header.png +0 -0
- gebpy/lib/images/GebPy_Icon.png +0 -0
- gebpy/lib/images/GebPy_Logo.png +0 -0
- gebpy/main.py +29 -0
- gebpy/modules/__init__.py +0 -0
- gebpy/modules/__pycache__/__init__.cpython-310.pyc +0 -0
- gebpy/modules/__pycache__/metamorphics.cpython-310.pyc +0 -0
- gebpy/modules/__pycache__/silicates.cpython-310.pyc +0 -0
- gebpy/modules/carbonates.py +2658 -0
- gebpy/modules/chemistry.py +1369 -0
- gebpy/modules/core.py +1805 -0
- gebpy/modules/elements.py +317 -0
- gebpy/modules/evaporites.py +1299 -0
- gebpy/modules/exploration.py +1145 -0
- gebpy/modules/fluids.py +339 -0
- gebpy/modules/geochemistry.py +1727 -0
- gebpy/modules/geophysics.py +351 -0
- gebpy/modules/gui.py +9093 -0
- gebpy/modules/gui_elements.py +145 -0
- gebpy/modules/halides.py +485 -0
- gebpy/modules/igneous.py +2241 -0
- gebpy/modules/metamorphics.py +3222 -0
- gebpy/modules/mineralogy.py +442 -0
- gebpy/modules/minerals.py +7954 -0
- gebpy/modules/ore.py +1648 -0
- gebpy/modules/organics.py +530 -0
- gebpy/modules/oxides.py +9057 -0
- gebpy/modules/petrophysics.py +98 -0
- gebpy/modules/phosphates.py +589 -0
- gebpy/modules/phospides.py +194 -0
- gebpy/modules/plotting.py +619 -0
- gebpy/modules/pyllosilicates.py +380 -0
- gebpy/modules/sedimentary_rocks.py +908 -0
- gebpy/modules/sequences.py +2166 -0
- gebpy/modules/series.py +1625 -0
- gebpy/modules/silicates.py +11102 -0
- gebpy/modules/siliciclastics.py +1846 -0
- gebpy/modules/subsurface_2d.py +179 -0
- gebpy/modules/sulfates.py +1629 -0
- gebpy/modules/sulfides.py +4786 -0
- gebpy/plotting/__init__.py +0 -0
- gebpy/ui_nb/__init__.py +0 -0
- gebpy/user_data/.gitkeep +0 -0
- gebpy-1.1.3.dist-info/LICENSE +165 -0
- gebpy-1.1.3.dist-info/METADATA +207 -0
- gebpy-1.1.3.dist-info/RECORD +254 -0
- gebpy-1.1.3.dist-info/WHEEL +5 -0
- gebpy-1.1.3.dist-info/entry_points.txt +2 -0
- gebpy-1.1.3.dist-info/top_level.txt +1 -0
- modules/__init__.py +0 -0
- modules/carbonates.py +2658 -0
- modules/chemistry.py +1369 -0
- modules/core.py +1805 -0
- modules/elements.py +317 -0
- modules/evaporites.py +1299 -0
- modules/exploration.py +765 -0
- modules/fluids.py +339 -0
- modules/geochemistry.py +1727 -0
- modules/geophysics.py +337 -0
- modules/gui.py +9093 -0
- modules/gui_elements.py +145 -0
- modules/halides.py +485 -0
- modules/igneous.py +2196 -0
- modules/metamorphics.py +2699 -0
- modules/mineralogy.py +442 -0
- modules/minerals.py +7954 -0
- modules/ore.py +1628 -0
- modules/organics.py +530 -0
- modules/oxides.py +9057 -0
- modules/petrophysics.py +98 -0
- modules/phosphates.py +589 -0
- modules/phospides.py +194 -0
- modules/plotting.py +619 -0
- modules/pyllosilicates.py +380 -0
- modules/sedimentary_rocks.py +908 -0
- modules/sequences.py +2166 -0
- modules/series.py +1625 -0
- modules/silicates.py +11102 -0
- modules/siliciclastics.py +1830 -0
- modules/subsurface_2d.py +179 -0
- modules/sulfates.py +1629 -0
- modules/sulfides.py +4786 -0
- notebooks/__init__.py +0 -0
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
#!/usr/bin/env python
|
|
2
|
+
# -*-coding: utf-8 -*-
|
|
3
|
+
|
|
4
|
+
# -----------------------------------------------
|
|
5
|
+
|
|
6
|
+
# Name: elements.py
|
|
7
|
+
# Author: Maximilian A. Beeskow
|
|
8
|
+
# Version: 1.0
|
|
9
|
+
# Date: 26.02.2020
|
|
10
|
+
|
|
11
|
+
# -----------------------------------------------
|
|
12
|
+
|
|
13
|
+
# MODULES
|
|
14
|
+
|
|
15
|
+
class elements:
|
|
16
|
+
#
|
|
17
|
+
def __init__(self):
|
|
18
|
+
pass
|
|
19
|
+
|
|
20
|
+
#
|
|
21
|
+
def H(self): # H
|
|
22
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
23
|
+
chemH = ["H", 1, 1.008, 0.01121, 0.0899, 0.0, 0.0, 0.0, 1270, 0.0]
|
|
24
|
+
#
|
|
25
|
+
return chemH
|
|
26
|
+
|
|
27
|
+
#
|
|
28
|
+
def Li(self): # Li
|
|
29
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
30
|
+
data = ["Li", 3, 6.94, 1.297 * 10 ** (-5), 535, 11, 4.2, 4.9, 5570, 2802, 9.4 * 10 ** (-8)]
|
|
31
|
+
#
|
|
32
|
+
return data
|
|
33
|
+
|
|
34
|
+
#
|
|
35
|
+
def B(self): # B
|
|
36
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
37
|
+
data = ["B", 5, 10.814, 0.439 * 10 ** (-5), 2460, 211, 200, 456, 13934, 9017]
|
|
38
|
+
#
|
|
39
|
+
return data
|
|
40
|
+
|
|
41
|
+
#
|
|
42
|
+
def C(self): # C
|
|
43
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
44
|
+
chemC = ["C", 6, 12.011, 5.3146 * 10 ** (-6), 2260, 11.9, 8.9, 21.5, 3243, 1984, 1375]
|
|
45
|
+
#
|
|
46
|
+
return chemC
|
|
47
|
+
#
|
|
48
|
+
def N(self): # N
|
|
49
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS, resistivity]
|
|
50
|
+
data = ["N", 7, 14.007, 13.54*10**(-6), 1026, 2.44, 0.0, 0.0, 335.25, 0.0, 0.0*10**(-8)]
|
|
51
|
+
#
|
|
52
|
+
return data
|
|
53
|
+
#
|
|
54
|
+
def O(self): # O
|
|
55
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
56
|
+
chemO = ["O", 8, 15.999, 1.736 * 10 ** (-5), 1495, 0.0, 0.0, 0.0, 317.5, 0.0, 0.0]
|
|
57
|
+
#
|
|
58
|
+
return chemO
|
|
59
|
+
|
|
60
|
+
#
|
|
61
|
+
def F(self): # F
|
|
62
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
63
|
+
chemMg = ["F", 9, 18.998, 1.120 * 10 ** (-5), 1700, 0, 0, 0, 0, 0.0]
|
|
64
|
+
#
|
|
65
|
+
return chemMg
|
|
66
|
+
|
|
67
|
+
#
|
|
68
|
+
def Na(self): # Na
|
|
69
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
70
|
+
chemNa = ["Na", 11, 22.990, 2.378 * 10 ** (-5), 968, 6.3, 3.3, 10, 3325, 1847, 4.9 * 10 ** (-8)]
|
|
71
|
+
#
|
|
72
|
+
return chemNa
|
|
73
|
+
|
|
74
|
+
#
|
|
75
|
+
def Mg(self): # Mg
|
|
76
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
77
|
+
chemMg = ["Mg", 12, 24.305, 1.400 * 10 ** (-5), 1738, 45, 17, 45, 6240, 3128, 4.4 * 10 ** (-8)]
|
|
78
|
+
#
|
|
79
|
+
return chemMg
|
|
80
|
+
|
|
81
|
+
#
|
|
82
|
+
def Al(self): # Al
|
|
83
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
84
|
+
chemAl = ["Al", 13, 26.982, 1.000 * 10 ** (-5), 2700, 76, 26, 70, 6402, 3103, 2.7 * 10 ** (-8)]
|
|
85
|
+
#
|
|
86
|
+
return chemAl
|
|
87
|
+
|
|
88
|
+
#
|
|
89
|
+
def Si(self): # Si
|
|
90
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
91
|
+
chemSi = ["Si", 14, 28.085, 1.206 * 10 ** (-5), 2330, 100, 62, 160, 8854, 5158, 1]
|
|
92
|
+
#
|
|
93
|
+
return chemSi
|
|
94
|
+
|
|
95
|
+
#
|
|
96
|
+
def S(self): # S
|
|
97
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
98
|
+
chemMg = ["S", 16, 32.059, 1.553 * 10 ** (-5), 1960, 7.7, 3.9, 10.2, 2565, 1411, 1 * 10 ** 15 * 10 ** (-8)]
|
|
99
|
+
#
|
|
100
|
+
return chemMg
|
|
101
|
+
|
|
102
|
+
#
|
|
103
|
+
def Cl(self): # Cl
|
|
104
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
105
|
+
chemSi = ["Cl", 17, 35.446, 1.739 * 10 ** (-5), 2030, 1.1, 0.0, 0.0, 206, 0.0]
|
|
106
|
+
#
|
|
107
|
+
return chemSi
|
|
108
|
+
#
|
|
109
|
+
def Ar(self): # Ar
|
|
110
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS, resistivity]
|
|
111
|
+
data = ["Ar", 18, 39.948, 2.256*10**(-5), 83.81, 8.53*10**(-3), 0.0, 0.0, 319, 0.0, 0.0*10**(-8)]
|
|
112
|
+
#
|
|
113
|
+
return data
|
|
114
|
+
#
|
|
115
|
+
def K(self): # K
|
|
116
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
117
|
+
chemK = ["K", 19, 39.098, 4.594 * 10 ** (-5), 856, 3.1, 1.3, 0.0, 2376, 1232, 7.5 * 10 ** (-8)]
|
|
118
|
+
#
|
|
119
|
+
return chemK
|
|
120
|
+
|
|
121
|
+
#
|
|
122
|
+
def Ca(self): # Ca
|
|
123
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
124
|
+
chemCa = ["Ca", 20, 40.078, 2.620 * 10 ** (-5), 1550, 17, 7.4, 20, 4163, 2185, 3.4 * 10 ** (-8)]
|
|
125
|
+
#
|
|
126
|
+
return chemCa
|
|
127
|
+
#
|
|
128
|
+
def Ti(self): # Ti
|
|
129
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
130
|
+
data = ["Ti", 22, 47.867, 10.64*10**(-6), 4507, 110, 44, 116, 6117, 3125]
|
|
131
|
+
#
|
|
132
|
+
return data
|
|
133
|
+
#
|
|
134
|
+
def Cr(self): # Cr
|
|
135
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
136
|
+
chemMn = ["Cr", 24, 51.996, 0.723 * 10 ** (-5), 7140, 160, 115, 279, 6625, 4013]
|
|
137
|
+
#
|
|
138
|
+
return chemMn
|
|
139
|
+
|
|
140
|
+
#
|
|
141
|
+
def Mn(self): # Mn
|
|
142
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
143
|
+
chemMn = ["Mn", 25, 54.938, 0.735 * 10 ** (-5), 7440, 120, 90, 198, 5150, 3477]
|
|
144
|
+
#
|
|
145
|
+
return chemMn
|
|
146
|
+
|
|
147
|
+
#
|
|
148
|
+
def Fe(self): # Fe
|
|
149
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS, resistivity]
|
|
150
|
+
chemFe = ["Fe", 26, 55.845, 7.09 * 10 ** (-6), 7874, 170, 82, 211, 5956, 3227, 10 * 10 ** (-8)]
|
|
151
|
+
#
|
|
152
|
+
return chemFe
|
|
153
|
+
#
|
|
154
|
+
def Co(self): # Co
|
|
155
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS, resistivity]
|
|
156
|
+
chem_Co = ["Co", 27, 58.933, 6.67*10**(-6), 8890, 180, 209, 75, 7183, 4849, 6*10**(-8)]
|
|
157
|
+
#
|
|
158
|
+
return chem_Co
|
|
159
|
+
#
|
|
160
|
+
def Cu(self): # Cu
|
|
161
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
162
|
+
chemCu = ["Cu", 29, 63.546, 0.711 * 10 ** (-5), 8920, 140, 48, 130, 4442, 2320]
|
|
163
|
+
#
|
|
164
|
+
return chemCu
|
|
165
|
+
|
|
166
|
+
#
|
|
167
|
+
def As(self): # As
|
|
168
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
169
|
+
chemCu = ["As", 33, 74.922, 1.295 * 10 ** (-5), 5727, 22, 3, 8, 2131, 724]
|
|
170
|
+
#
|
|
171
|
+
return chemCu
|
|
172
|
+
#
|
|
173
|
+
def Nb(self): # Nb
|
|
174
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
175
|
+
chemMo = ["Nb", 41, 92.906, 10.83*10**(-6), 8580, 170, 38, 105, 5071, 2104]
|
|
176
|
+
#
|
|
177
|
+
return chemMo
|
|
178
|
+
|
|
179
|
+
#
|
|
180
|
+
def Mo(self): # Mo
|
|
181
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
182
|
+
chemMo = ["Mo", 42, 95.95, 0.938 * 10 ** (-5), 10280, 230, 20, 329, 4882, 1395]
|
|
183
|
+
#
|
|
184
|
+
return chemMo
|
|
185
|
+
|
|
186
|
+
#
|
|
187
|
+
def Ag(self): # Ag
|
|
188
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
189
|
+
chemMo = ["Ag", 47, 107.87, 1.027 * 10 ** (-5), 10490, 100, 30, 83, 3653, 1691]
|
|
190
|
+
#
|
|
191
|
+
return chemMo
|
|
192
|
+
#
|
|
193
|
+
def Sb(self): # Sb
|
|
194
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
195
|
+
chemMo = ["Sb", 51, 121.76, 1.819 * 10 ** (-5), 6690, 42, 20, 55, 3202, 1728]
|
|
196
|
+
#
|
|
197
|
+
return chemMo
|
|
198
|
+
#
|
|
199
|
+
def Ba(self): # Ba
|
|
200
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS, resistivity]
|
|
201
|
+
data = ["Ba", 56, 137.33, 38.16*10**(-6), 3650, 9.6, 4.9, 13, 2102, 1159, 34*10**(-8)]
|
|
202
|
+
#
|
|
203
|
+
return data
|
|
204
|
+
#
|
|
205
|
+
def Ta(self): # Ta
|
|
206
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
207
|
+
data = ["Ta", 73, 180.95, 10.85*10**(-6), 16680, 200, 69, 186, 4184, 2034]
|
|
208
|
+
#
|
|
209
|
+
return data
|
|
210
|
+
#
|
|
211
|
+
def W(self): # W
|
|
212
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
213
|
+
data = ["W", 74, 183.84, 9.47 * 10 ** (-6), 19260, 304, 147, 380, 5095, 2763]
|
|
214
|
+
#
|
|
215
|
+
return data
|
|
216
|
+
#
|
|
217
|
+
def Au(self): # Au
|
|
218
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS, resistivity]
|
|
219
|
+
data = ["Au", 79, 196.97, 10.21 * 10 ** (-6), 19320, 137, 15, 43, 2851, 881, 2.2 * 10 ** (-8)]
|
|
220
|
+
#
|
|
221
|
+
return data
|
|
222
|
+
#
|
|
223
|
+
def Pb(self): # Pb
|
|
224
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
225
|
+
chemPb = ["Pb", 82, 207.2, 1.826 * 10 ** (-5), 11340, 46, 5.75, 16, 2106, 712]
|
|
226
|
+
#
|
|
227
|
+
return chemPb
|
|
228
|
+
|
|
229
|
+
#
|
|
230
|
+
def Bi(self): # Bi
|
|
231
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS]
|
|
232
|
+
chemPb = ["Bi", 83, 208.98, 2.131 * 10 ** (-5), 9780, 31, 12, 32, 2192, 1108]
|
|
233
|
+
#
|
|
234
|
+
return chemPb
|
|
235
|
+
#
|
|
236
|
+
def U(self): # U
|
|
237
|
+
# [symbol, atomic number, atomic mass, molar volume, density, bulk modulus, shear modulus, young's modulus, vP, vS, resistivity]
|
|
238
|
+
chem_U = ["U", 92, 238.03, 12.49*10**(-6), 18970, 100, 111, 207, 3616, 2419, 28*10**(-8)]
|
|
239
|
+
#
|
|
240
|
+
return chem_U
|
|
241
|
+
|
|
242
|
+
class PeriodicSystem():
|
|
243
|
+
#
|
|
244
|
+
def __init__(self, name):
|
|
245
|
+
self.name = name
|
|
246
|
+
#
|
|
247
|
+
def get_data(self):
|
|
248
|
+
if self.name in ["H", "Hydrogen", "hydrogen"]:
|
|
249
|
+
data = ["H", 1, 1.008, 0.01121, 0.0899, 0.0, 0.0, 0.0, 1270, 0.0]
|
|
250
|
+
elif self.name in ["Li", "Lithium", "lithium"]:
|
|
251
|
+
data = ["Li", 3, 6.94, 1.297 * 10 ** (-5), 535, 11, 4.2, 4.9, 5570, 2802, 9.4 * 10 ** (-8)]
|
|
252
|
+
elif self.name in ["B", "Boron", "boron"]:
|
|
253
|
+
data = ["B", 5, 10.814, 0.439 * 10 ** (-5), 2460, 211, 200, 456, 13934, 9017]
|
|
254
|
+
elif self.name in ["C", "Carbon", "carbon"]:
|
|
255
|
+
data = ["C", 6, 12.011, 5.3146 * 10 ** (-6), 2260, 11.9, 8.9, 21.5, 3243, 1984, 1375]
|
|
256
|
+
elif self.name in ["N", "Nitrogen", "nitrogen"]:
|
|
257
|
+
data = ["N", 7, 14.007, 13.54*10**(-6), 1026, 2.44, 0.0, 0.0, 335.25, 0.0, 0.0*10**(-8)]
|
|
258
|
+
elif self.name in ["O", "Oxygen", "oxygen"]:
|
|
259
|
+
data = ["O", 8, 15.999, 1.736 * 10 ** (-5), 1495, 0.0, 0.0, 0.0, 317.5, 0.0, 0.0]
|
|
260
|
+
elif self.name in ["F", "Flourine", "flourine"]:
|
|
261
|
+
data = ["F", 9, 18.998, 1.120 * 10 ** (-5), 1700, 0, 0, 0, 0, 0.0]
|
|
262
|
+
elif self.name in ["Na", "Sodium", "sodium"]:
|
|
263
|
+
data = ["Na", 11, 22.990, 2.378 * 10 ** (-5), 968, 6.3, 3.3, 10, 3325, 1847, 4.9*10**(-8)]
|
|
264
|
+
elif self.name in ["Mg", "Magnesium", "magnesium"]:
|
|
265
|
+
data = ["Mg", 12, 24.305, 1.400 * 10 ** (-5), 1738, 45, 17, 45, 6240, 3128, 4.4*10**(-8)]
|
|
266
|
+
elif self.name in ["Al", "Aluminium", "aluminium"]:
|
|
267
|
+
data = ["Al", 13, 26.982, 1.000 * 10 ** (-5), 2700, 76, 26, 70, 6402, 3103, 2.7 * 10 ** (-8)]
|
|
268
|
+
elif self.name in ["Si", "Silicon", "silicon"]:
|
|
269
|
+
data = ["Si", 14, 28.085, 1.206 * 10 ** (-5), 2330, 100, 62, 160, 8854, 5158, 1]
|
|
270
|
+
elif self.name in ["S", "Sulfur", "sulfur"]:
|
|
271
|
+
data = ["S", 16, 32.059, 1.553 * 10 ** (-5), 1960, 7.7, 3.9, 10.2, 2565, 1411, 1*10**(-8)]
|
|
272
|
+
elif self.name in ["Cl", "Chlorine", "chlorine"]:
|
|
273
|
+
data = ["Cl", 17, 35.446, 1.739 * 10 ** (-5), 2030, 1.1, 0.0, 0.0, 206, 0.0]
|
|
274
|
+
elif self.name in ["Ar", "Argon", "argon"]:
|
|
275
|
+
data = ["Ar", 18, 39.948, 2.256*10**(-5), 83.81, 8.53*10**(-3), 0.0, 0.0, 319, 0.0, 0.0*10**(-8)]
|
|
276
|
+
elif self.name in ["K", "Potassium", "potassium"]:
|
|
277
|
+
data = ["K", 19, 39.098, 4.594 * 10 ** (-5), 856, 3.1, 1.3, 0.0, 2376, 1232, 7.5*10**(-8)]
|
|
278
|
+
elif self.name in ["Ca", "Calcium", "calcium"]:
|
|
279
|
+
data = ["Ca", 20, 40.078, 2.620 * 10 ** (-5), 1550, 17, 7.4, 20, 4163, 2185, 3.4*10**(-8)]
|
|
280
|
+
elif self.name in ["Ti", "Titanium", "titanium"]:
|
|
281
|
+
data = ["Ti", 22, 47.867, 10.64*10**(-6), 4507, 110, 44, 116, 6117, 3125]
|
|
282
|
+
elif self.name in ["Cr", "Chromium", "chromium"]:
|
|
283
|
+
data = ["Cr", 24, 51.996, 0.723 * 10 ** (-5), 7140, 160, 115, 279, 6625, 4013]
|
|
284
|
+
elif self.name in ["Mn", "Manganese", "manganese"]:
|
|
285
|
+
data = ["Mn", 25, 54.938, 0.735 * 10 ** (-5), 7440, 120, 90, 198, 5150, 3477]
|
|
286
|
+
elif self.name in ["Fe", "Iron", "iron"]:
|
|
287
|
+
data = ["Fe", 26, 55.845, 7.09 * 10 ** (-6), 7874, 170, 82, 211, 5956, 3227, 10*10**(-8)]
|
|
288
|
+
elif self.name in ["Co", "Cobalt", "cobalt"]:
|
|
289
|
+
data = ["Co", 27, 58.933, 6.67*10**(-6), 8890, 180, 209, 75, 7183, 4849, 6*10**(-8)]
|
|
290
|
+
elif self.name in ["Cu", "Copper", "copper"]:
|
|
291
|
+
data = ["Cu", 29, 63.546, 0.711 * 10 ** (-5), 8920, 140, 48, 130, 4442, 2320]
|
|
292
|
+
elif self.name in ["As", "Arsenic", "arsenic"]:
|
|
293
|
+
data = ["As", 33, 74.922, 1.295 * 10 ** (-5), 5727, 22, 3, 8, 2131, 724]
|
|
294
|
+
elif self.name in ["Nb", "Niobium", "niobium"]:
|
|
295
|
+
data = ["Nb", 41, 92.906, 10.83*10**(-6), 8580, 170, 38, 105, 5071, 2104]
|
|
296
|
+
elif self.name in ["Mo", "Molybdenum", "molybdenum"]:
|
|
297
|
+
data = ["Mo", 42, 95.95, 0.938 * 10 ** (-5), 10280, 230, 20, 329, 4882, 1395]
|
|
298
|
+
elif self.name in ["Ag", "Silver", "silver"]:
|
|
299
|
+
data = ["Ag", 47, 107.87, 1.027 * 10 ** (-5), 10490, 100, 30, 83, 3653, 1691]
|
|
300
|
+
elif self.name in ["Sb", "Antimony", "antimony"]:
|
|
301
|
+
data = ["Sb", 51, 121.76, 1.819 * 10 ** (-5), 6690, 42, 20, 55, 3202, 1728]
|
|
302
|
+
elif self.name in ["Ba", "Barium", "barium"]:
|
|
303
|
+
data = ["Ba", 56, 137.33, 38.16*10**(-6), 3650, 9.6, 4.9, 13, 2102, 1159, 34*10**(-8)]
|
|
304
|
+
elif self.name in ["Ta", "Tantalum", "tantalum"]:
|
|
305
|
+
data = ["Ta", 73, 180.95, 10.85*10**(-6), 16680, 200, 69, 186, 4184, 2034]
|
|
306
|
+
elif self.name in ["W", "Tungsten", "tungsten"]:
|
|
307
|
+
data = ["W", 74, 183.84, 9.47 * 10 ** (-6), 19260, 304, 147, 380, 5095, 2763]
|
|
308
|
+
elif self.name in ["Au", "Gold", "gold"]:
|
|
309
|
+
data = ["Au", 79, 196.97, 10.21 * 10 ** (-6), 19320, 137, 15, 43, 2851, 881, 2.2*10**(-8)]
|
|
310
|
+
elif self.name in ["Pb", "Lead", "lead"]:
|
|
311
|
+
data = ["Pb", 82, 207.2, 1.826 * 10 ** (-5), 11340, 46, 5.75, 16, 2106, 712]
|
|
312
|
+
elif self.name in ["Bi", "Bismuth", "bismuth"]:
|
|
313
|
+
data = ["Bi", 83, 208.98, 2.131 * 10 ** (-5), 9780, 31, 12, 32, 2192, 1108]
|
|
314
|
+
elif self.name in ["U", "Uranium", "uranium"]:
|
|
315
|
+
data = ["U", 92, 238.03, 12.49*10**(-6), 18970, 100, 111, 207, 3616, 2419, 28*10**(-8)]
|
|
316
|
+
#
|
|
317
|
+
return data
|