Skip to content

Commit

Permalink
Merge pull request #502 from bobmyhill/update_test_output
Browse files Browse the repository at this point in the history
update brosh test output
  • Loading branch information
bobmyhill committed Sep 14, 2022
2 parents 263076f + d09fd6a commit ae47857
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion misc/benchmarks/brosh_iron_endmembers.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
assert(m.gibbs - G < 20.)
# assert that the volumes are within 0.01 % of each other
assert((m.V*1.e6 - V)/V < 1.e-4)
print(P/1.e9, T, m.gibbs - G, m.V*1.e6 - V)
print(f'{P/1.e9}, {T}, {m.gibbs - G:.1f}, {m.V*1.e6 - V:.1e}')

check_eos_consistency(liq, P=1.e10, T=2000., tol=1.e-4, verbose=True,
including_shear_properties=False)
Expand Down
16 changes: 8 additions & 8 deletions misc/ref/brosh_iron_endmembers.py.out
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
0.0001 1.0 0.7457638453925028 0.0003959115927596457
0.0001 300.0 -0.32959291219958686 0.0002803380200182559
1.0 1.0 0.5920831526891561 -1.6882014715946525e-05
0.0001 1000.0 -0.7476791638400755 -0.0004271806888551666
1.0 1000.0 -1.2944226238760166 -0.0007481539392468761
3.0 1000.0 -2.559493837543414 -0.0005200049234046489
10.0 1000.0 -5.329672390209453 -0.0005202957579744094
40.0 1000.0 -9.573039395705564 1.8224257178012238e-05
0.0001, 1.0, 0.7, 4.0e-04
0.0001, 300.0, -0.3, 2.8e-04
1.0, 1.0, 0.6, -1.7e-05
0.0001, 1000.0, -0.7, -4.3e-04
1.0, 1000.0, -1.3, -7.5e-04
3.0, 1000.0, -2.6, -5.2e-04
10.0, 1000.0, -5.3, -5.2e-04
40.0, 1000.0, -9.6, 1.8e-05
Checking EoS consistency for 'burnman.minerals.SE_2015.liquid_iron' (not including shear properties)
Expressions within tolerance of 0.000100
G = F + PV : True
Expand Down

0 comments on commit ae47857

Please sign in to comment.