-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
463 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,3 @@ | |
from . import t54y | ||
from . import thermacore | ||
from . import thermacore_oxidized | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
h_transport_materials/property_database/FeCrAl/fe22cr5al/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from . import fe22cr5al | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
h_transport_materials/property_database/FeCrAl/oxidized_1605/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from . import oxidized_1605 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
h_transport_materials/property_database/FeCrAl/t35y/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from . import t35y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
h_transport_materials/property_database/FeCrAl/t54y/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from . import t54y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
h_transport_materials/property_database/FeCrAl/thermacore/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from . import thermacore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
h_transport_materials/property_database/FeCrAl/thermacore_oxidized/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
from . import thermacore_oxidized | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,3 +72,5 @@ | |
from . import palladium_copper | ||
|
||
from . import sic | ||
|
||
from . import chromium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
import h_transport_materials as htm | ||
from h_transport_materials import Diffusivity | ||
|
||
u = htm.ureg | ||
|
||
zhou_diffusivity_chromium_h_model1 = Diffusivity( | ||
D_0=1.680e-7 * u.m**2 * u.s**-1, | ||
E_D=0.0994 * u.eV * u.particle**-1, | ||
range=(297 * u.K, 1000 * u.K), | ||
source="zhou_thermal_2024", | ||
isotope="H", | ||
note="Table 2. Model 1 considering only hydrogen isotope vibrations", | ||
) | ||
|
||
zhou_diffusivity_chromium_h_model4 = Diffusivity( | ||
D_0=1.366e-7 * u.m**2 * u.s**-1, | ||
E_D=0.0998 * u.eV * u.particle**-1, | ||
range=(297 * u.K, 1000 * u.K), | ||
source="zhou_thermal_2024", | ||
isotope="H", | ||
note=( | ||
"Table 2. Model 4 considering lattice pDOS coupled " | ||
"with hydrogen isotope vibrations and thermal expansion" | ||
), | ||
) | ||
|
||
zhou_diffusivity_chromium_d_model1 = Diffusivity( | ||
D_0=1.383e-7 * u.m**2 * u.s**-1, | ||
E_D=0.111 * u.eV * u.particle**-1, | ||
range=(297 * u.K, 1000 * u.K), | ||
source="zhou_thermal_2024", | ||
isotope="D", | ||
note="Table S2 of suplementary materials. Model 1 considering only hydrogen isotope vibrations", | ||
) | ||
|
||
zhou_diffusivity_chromium_d_model4 = Diffusivity( | ||
D_0=1.110e-7 * u.m**2 * u.s**-1, | ||
E_D=0.110 * u.eV * u.particle**-1, | ||
range=(297 * u.K, 1000 * u.K), | ||
source="zhou_thermal_2024", | ||
isotope="D", | ||
note=( | ||
"Table S2 of suplementary materials. Model 4 considering lattice pDOS coupled " | ||
"with hydrogen isotope vibrations and thermal expansion" | ||
), | ||
) | ||
|
||
zhou_diffusivity_chromium_t_model1 = Diffusivity( | ||
D_0=1.204e-7 * u.m**2 * u.s**-1, | ||
E_D=0.114 * u.eV * u.particle**-1, | ||
range=(297 * u.K, 1000 * u.K), | ||
source="zhou_thermal_2024", | ||
isotope="T", | ||
note="Table S2 of suplementary materials. Model 1 considering only hydrogen isotope vibrations", | ||
) | ||
|
||
zhou_diffusivity_chromium_t_model4 = Diffusivity( | ||
D_0=9.539e-8 * u.m**2 * u.s**-1, | ||
E_D=0.114 * u.eV * u.particle**-1, | ||
range=(297 * u.K, 1000 * u.K), | ||
source="zhou_thermal_2024", | ||
isotope="T", | ||
note=( | ||
"Table S2 of suplementary materials. Model 4 considering lattice pDOS coupled " | ||
"with hydrogen isotope vibrations and thermal expansion" | ||
), | ||
) | ||
|
||
properties = [ | ||
zhou_diffusivity_chromium_h_model1, | ||
zhou_diffusivity_chromium_h_model4, | ||
zhou_diffusivity_chromium_d_model1, | ||
zhou_diffusivity_chromium_d_model4, | ||
zhou_diffusivity_chromium_t_model1, | ||
zhou_diffusivity_chromium_t_model4, | ||
] | ||
|
||
for prop in properties: | ||
prop.material = htm.CHROMIUM | ||
|
||
htm.database += properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.