mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
binary pair table uses normal bibtex file
This commit is contained in:
@@ -41,6 +41,6 @@ The only types of inputs that are allowed for mixtures right now are
|
||||
References
|
||||
----------
|
||||
|
||||
.. bibliography:: CoolPropBibTeXLibrary.bib
|
||||
.. bibliography:: ../../CoolPropBibTeXLibrary.bib
|
||||
:filter: docname in docnames
|
||||
:style: unsrt
|
||||
@@ -25,8 +25,6 @@ import pandas
|
||||
df = pandas.DataFrame(d.data)
|
||||
df = df.sort(['BibTeX','name1'], ascending = [0, 1])
|
||||
|
||||
CoolProp.copy_BibTeX_library()
|
||||
|
||||
with open('mixture_binary_pairs.csv','w') as fp:
|
||||
fp.write('Ref.,Name1,Name2,function,F,xi,zeta,betaT,betaV,gammaT,gammaV\n')
|
||||
for index, row in df.iterrows():
|
||||
|
||||
Reference in New Issue
Block a user