-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #606 from bobmyhill/decker_original
benchmarked Decker calibration
- Loading branch information
Showing
4 changed files
with
77 additions
and
30 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 |
---|---|---|
@@ -1,3 +1,31 @@ | ||
Pressures from Decker 1971 calibrant vs. tabulated data in original paper (given in GPa) | ||
|
||
V=2.7013e-05 m^3/mol (standard state volume): | ||
25.0 C: 0.00, 0.00 | ||
100.0 C: 0.21, 0.21 | ||
200.0 C: 0.50, 0.50 | ||
300.0 C: 0.79, 0.79 | ||
500.0 C: 1.37, 1.37 | ||
800.0 C: 2.25, 2.25 | ||
|
||
V=2.1870e-05 m^3/mol (middle row): | ||
0.0 C: 8.32, 8.32 | ||
25.0 C: 8.39, 8.39 | ||
100.0 C: 8.60, 8.60 | ||
200.0 C: 8.88, 8.89 | ||
300.0 C: 9.17, 9.18 | ||
500.0 C: 9.76, 9.77 | ||
800.0 C: 10.65, 10.65 | ||
|
||
V=1.9044e-05 m^3/mol (last row): | ||
0.0 C: 19.33, 19.34 | ||
25.0 C: 19.40, 19.41 | ||
100.0 C: 19.60, 19.62 | ||
200.0 C: 19.89, 19.90 | ||
300.0 C: 20.18, 20.19 | ||
500.0 C: 20.77, 20.78 | ||
800.0 C: 21.66, 21.67 | ||
|
||
Checking burnman.calibrants.Fei_2007.Au... | ||
Checking burnman.calibrants.Fei_2007.Pt... | ||
Checking burnman.calibrants.Holmes_1989.Pt... |
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,26 +1,26 @@ | ||
Experimental observations: | ||
Volume: 19.0287 +/- 0.1903 m^3/mol | ||
Volume: 19.0328 +/- 0.1903 m^3/mol | ||
Temperature: 1073.15 +/- 10.0 K | ||
|
||
Pressure estimated using the Decker equation of state: | ||
21.7355 GPa | ||
21.7180 GPa | ||
|
||
Pressure with propagated uncertainty | ||
estimated using the Decker equation of state: | ||
21.7355 +/- 1.0254 GPa | ||
21.7180 +/- 1.0245 GPa | ||
PVT correlation matrix: | ||
[[ 1. -0.99957671 0.02909288] | ||
[-0.99957671 1. 0. ] | ||
[ 0.02909288 0. 1. ]] | ||
[[ 1. -0.99957603 0.02911621] | ||
[-0.99957603 1. 0. ] | ||
[ 0.02911621 0. 1. ]] | ||
The uncertainties and correlation matrix only take into account | ||
the uncertainties in the measured volume and temperature, | ||
not the uncertainties in the calibrated equation of state. | ||
|
||
Consistency checks: | ||
Volume: 19.0287 +/- 0.1903 m^3/mol | ||
Volume: 19.0328 +/- 0.1903 m^3/mol | ||
Temperature: 1073.15 +/- 10.0000 K | ||
V-T correlation: 0.000000 | ||
|
||
Result of conversion from Decker calibration to Decker calibration: | ||
21.7355 +/- 1.0254 GPa | ||
21.7180 +/- 1.0245 GPa | ||
(This should be the same as the pressures above) |