mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
* Bump revision on msgpack-c * Remove warnings when using Julia 0.4 realease Some change in Julia 0.4 have occurred since the last update of this wrapper. This update should now ensure better behaviour with Julia 0.4 which is now in release state. https://raw.githubusercontent.com/JuliaLang/julia/0ff703b40afddf9b705bd6a06d3a59cb4c089ea5/NEWS.md * Added PT flash for cubic EOS * Added PQ and QT inputs for pure fluids with cubic backend * Added derivation for relationship between saturation pressure and acentric factor * Fixed T_critical and p_critical for pure fluids with cubic backends * Bump revision for msgpack-c; everything should work now * Correct get_parameter_information_string, fixes #974 Put the catch in a more useful way and solves the call to CoolProp::get_parameter_information. * Relax convergence criterion for TS inputs; closes #956 * Update the updating of the TPD state class * Fix initial delta value in critical point search routine * Make CMake+Python integration work on OSX (finally) * Fix some bugs with cubics and critical point evaluation * Added conda builds again to please #905 and #956 * Added conda to the release cycle with directory cleaning. Should solve the problems discussed in #956, #905 and #707, but we have to wait for the next nightly build to see if it really works. Remember that the upload token on the server expires in June and uploads will fail silently. * Added cppformat as external library, see #952 and #907. Does https://github.com/CoolProp/CoolProp/blob/master/dev/codelite/coolprop.project need updating? * Add ability to get/set kij for cubics by overloading set/set_binary_interaction_double * Pull in the correct include path for linking with other applications (PDSim, etc.) * Don't package _JSON.h binary files when distributing CoolProp * Fixed the docker docs * Moved the binstar upload into a loop, if a single upload fails, we continue with the next one as mentioned in #905 * Update critical point evaluation routines and remove some double-calculations of critical matrices * Move search radii into the cpp file * Bump revision for Eigen to fix annoying warnings in MSVC9 2008 * Added info about Props1SI and other options to docs; closes #970 * Bump number of fluids * Update CoolProp.jl Other update due to `Julia 0.4` changes + added `CoolProp` functions * Just a minor fix of the docker docs * Also add the msgpack headers to CoolProp installation - more annoying than you would imagine... * Break up tools headers into pieces that make more sense, allowing for potentially smaller binaries and faster compilation * Fix some header issues * Update DBL_EPSILON * Fix _HUGE and accumulate errors * Add missing fstream include * One more try with header refactor * Add header to get thread_local for ftw * Added the cahced saturation densities to the keyed outputs for REFPROP and Helmholtz, see #977 * Add 'G' as alias for mass-based Gibbs energy * Eliminated some more warnings regarding missing return values * Fixed the white-space issues in the header files * Add IWYU integration to main module; see #983 * Fix order of getting/setting parameters * Fix order of parameter getting/setting for real this time * For REFPROP, get/set BIP for mixture with indices * Fix some edge cases in critical point calculation * Switch back to the PDF generator for the fitting reports * Massive improvements to stability of flash routines. Nitrogen now has 0 failures. * Added Syltherm800 for @adesideri * Fixes #990 Javascript works again. * Clarified the docs for #990 * Fix R123ze(E) reference; closes #992 * Some help with #986 * Added the generated cubic header to the ignore files * Add example showing how to get REFPROP version * Added two headers that might help with #995 * More sensible error message when using inappropriate version of REFPROP for phase envelope construction * Add comment about MinGW generator for Android build * Add example for calling DLL from C; closes #993 * Maybe this fixes multiple papers in the same category from #987 * Introducing limits for build logs to save disk space * Clean up Android docs * Kill min and max macros to close #995 * Bump REFPROP header file revision * Small updates to docs closes #996 closes #997 * Significant improvements to phase envelope construction Thanks to the critical point evaluation routines * Also add the configuration key * Refactor phase envelope packaging with msgpack to remove external msgpack-c include Also, don't package msgpack or rapidjson with CoolProp. Doesn't seem necessary now * Refine the phase envelopes in the liquid side based on difference in pressure Closes #998 * Allow ability to adjust the fineness of the refinement of the phase envelope from the high-level * Improvement in stability of refinement of phase envelopes * Cubics library should use all uppercase names for matching * Got QT inputs working for cubic mixtures Also implemented the explicit solution for p from Wilson * Progress with PQ inputs for cubics; some bugs remain still * Still not obvious why SRK PQ fails.... Updated tests for derivatives of fugacity_coefficient * Mostly a false alarm. Seems PQ works ok, not at very low pressure though * Implement 95% of the BIP setting/getting See #1000 * Fix journal abbreviations; closes #999 * Update mixtures setting/getting BIP docs * Where possible, remove include paths Can't do so for Eigen. closes #994 * Fix include for msgpack-c; see #994 * Fix path for IF97 in HumidAirProp.cpp * Move error string into solver class; see #985 * Add docs for explicit solution for p from T for Wilson K-factor relationship * Fix include paths for OSX; see #994 * First attempt at adding python 3.5 wheels; see #1002 * Upgrade cython as part of python build * Fix typo in coolprop cp 3.5 build in buildbot * Install cython into the appropriate environment this time * Fix order of initialization for solver wrapper class * Wrap all configuration variables into enumerations and a python module * Added docs for new config strings * Upgrade cython for sphinx builder * Fix configuration sample in docs * Fix constant in Chung method for estimation of e/k and sigma * Added the Python 3.5 docs for #1002 * Added Python 3.5 to the Linux slaves, this won't work until CoolProp/Dockerfiles#1 is resolved * Removed unused variables * Better deal with inputs for tabular backends that are two-phase * Fix stupid bug with tabular backends trying to evaluate pure_saturation tables when two-phase in first_partial_deriv * Rename cubics schema file * Cubics now are validated and new cubic fluids can be added Lots of changes: * Cubics are validated against schema * Schema can be returned as string * Added preliminary docs for cubics * Cubic fluids can be added programmatically * Add cair_sat to DLL/SO; closes #1005 * Add link to cubics page to main dos page * Actually commit the docs for the cubic EOS this time. * Fix Android docs formatting * Add Ar alias for Argon; closes #1007 * Once more addressing #979 thanks to @shrx . * I am constantly running out of disk space on the Windows machine. * Add chemical potential as abstract state method For example: ``` auto fluids = strsplit("Methane&Ethane", '&'); auto x = { 0.6,0.4 }; shared_ptr<CoolProp::AbstractState> RP(CoolProp::AbstractState::factory("HEOS", fluids)); RP->set_mole_fractions(x); RP->update(PT_INPUTS, 101325, 300); auto mu1 = RP->chemical_potential(0); RP.reset(CoolProp::AbstractState::factory("REFPROP", fluids)); RP->set_mole_fractions(x); RP->update(PT_INPUTS, 101325, 300); auto mu2 = RP->chemical_potential(0); ``` * Abbreviate JCT properly * Removed the cython upgrades to get more errors from the builders * Update references; closes #1011 * Give access to dalphar_ddelta_consttau and dalphar_ddtau_constdelta in high-level api; closes #1010 * Implement stability analysis based on TPD analysis; partly working * The Windows builder has been upgraded to 4 cores * Typo in master.cfg * It is more difficult than I though to have parallel builds * Add ability to use GERG in REFPROP; closes #923 * Give access to alphar in high-level API; closes #1012 * Add a few more spaces * And remove the condition on the additional spaces * Allow beta to be outside (0,1) in stability analysis in first SS part * Add REFPROP version output to the examples * Fix typo in use of GERG in docs * Secant behaves properly now when y1 approx. y2; closes #1015 * target_link_libraries * clear molar mass in clear function; closes #1021 * Fix docs for tangent_plane_distance; closes #1019 * Typo in TPD fix; see #1019 * Make the gas constant an adjustable parameter and update to CODATA 2014 value * Skip volume translation for cubics; closes #1018 * Fix typo in R_u update * Fix copying of kij in cubic backend get_copy function * Disable some optional checks in specialized low-level update functions * Finish stability calculations for critical point calculations! * Remove check of eigenvalues of L* matrix to determine stability (or not) * Add access to h_Ice, s_Ice, etc. through HAProps_Aux; closes #1017 * Add script to do mingw static library building for python; closes #1016 * Use cmake to build sphinx docs on OSX * Pad fluid string all the way to 10k characters * Run R example with Rscript rather than R * Fix call to Rscript * Add Rscript to CMake test as well * Update the Rscript calling stuff * Fix Rscript calling in example_generator.py * Fix typo in debugging printing for stability calcs * Add some info to the Help section * Describe how to make coolprop static library a clean cmake dependency; closes #1014 * Fix typo in CMake integration * Fix call to Rscript in CMakeLists.txt? * Another try with Rscript * Yet another try with R * Add new OSX slave for OSX 10.10+ * Try to fix the install path for OSX * python static library builds should be release builds * Another try with MATLAB on OSX 10.10 * Another attempt with MATLAB path * Allow MATLAB tests to be disabled * Add link to binaries for MATLAB for OSX 10.10; see #1013 * Add coefficients from JCED paper; closes #854 * Fix interaction parameters for new mixtures * Fix docs for new BIP from JCED paper * Fix REFPROP version for older version of REFPROP. * Add updated docs for cubics (WIP) * Small modifications to finish (?) critical point calculations * Small bug fixes * Guard against multiple definitions of "_CRT_SECURE_NO_WARNINGS" macro on Windows * More macro definitions * Refactor HMX.BNC path handling for REFPROP Closes #1028 See #1023 * Add pass-throughs for testing derivatives; closes #1030 * Fix(?) issues with loading multiple predefined mixtures in REFPROP; see #1023 * Fix failures for PQ at triple-point pressure; closes #1009 * Switch python 3.5 windows builds to use vc14 cmake compiler; see #1002 * Remove static library linkage when building pythonn 3.5 wheels; see #1002 * Updates to docs for cubics and VLE tolerances closes #1024 closes #1025 * Fixes STRING conflict between Mathcad library and cppformat The Mathcad library header, mcadincl.h, defines a STRING constant. This should be MC_STRING, as STRING is too dangerous and conflicts with STRING enumeration value in format.h from external/cppformat. * Move a lot of mixture derivatives to the new formulation; see #1032 * First attempt at fixing logo size in cloud theme. See #1029 * Another try at resizing logo for firefox; see #1029 * a quick fix that might work with #1029 * forgot the match the aspect ratio, see #1029 * Disabled the conda builds again, closes #1033 * Removed scipy references or changed them to be imported locally, fixes #1036 * Circumvent Cython issues from #1039, not sure this is a fix * Changed the string handling to tackle #979 * manylinux builds for 64-bit linux wheels are up-and-running Run the ./build_images.sh script, builds docker image, and uses docker image to build the linux wheels * Small logo instead of big one; see #1029 * Fixed #1040 thanks to the comments by @LORENZOTOCCI * Pushing the new viscosities to the JSON files, getting ready for an intermediate nightly release * Removed the conda builds from the docs, they are abandoned for now * Make the logo smaller * Disable the python linux builds in preparation of changeover to manylinux1 builds * More changes for manylinux * manylinux wheels fully working now * Copy cppformat to the appropriate location * Fix typo in OSX build flags * Fixed Minor MSVC Compiler Warnings (#1041) * Fixed Minor Warnings from MSVC Minor type mis-matches, etc. * Replace int(...) with static_cast<int>(...) * First attempt at #1044 * Fix PT inputs along critical isobar and critical isotherm; closes #1034 * Add REFPROP version to REFPROP comparison script; closes #1026 * Added a number of new predefined mixtures; see #719 * Tidy up sphinx docs; closes #1029 * Moved more mixture derivatives tests to use new format; see #1032 * Fixed typo in fugacity wrapper function; see #1032 * Add acentric factor for Air; closes #1001 * Fixed units in RP1485 validation tables * Disable image resizing Could be done by setting DPI in savefig * Copy PlatformDetermination.h into the top of CoolPropLib.h; see #946 * Try to resize the font a little bit in the sphinx output * Mathcad Wrapper Updates for CoolProp 5.x and 6 (#1047) Minor type mis-matches, etc. * Update CMakeLists.txt for both Mathcad Prime and Mathad 15 Copied original MATHCAD module and modified for a PRIME module and a MATHCAD15 module. * Updated Mathcad Wrapper for version 5 & 6 Changes to CoolPropMathad.cpp: * Uses PropsSI(), Props1SI(), and HAPropsSI() * One source for both Prime and Mathcad 15 * Replaced Mathcad error #defines with enumerated values * Replaced STRING const with MC_STRING enum * Uses LP* and LPC* types from MCADINCL.h instead of * const * Implemented get_global_param_string & get_fluid_param_string * Cleaned up comments GENERAL: * Removed batch files (they don't work anymore) * Updated README.rst in both directories with compile instruct. * Removed cpp file from Prime directory (no longer needed) * Removed MCADINCL headers (better to use from install directory) * Fixed Typo on Props1SI function name * Add function documentation XML file for Mathcad 15 Puts the functions in the Insert Function panel off the main menu of Mathcad * Modify Mathcad 15 README.rst * Update Prime README.rst * Update Prime README.rst (again) * Fixed CmakeLists path and updated README files. More robust CMake file and updated README info for clarity. * Fixed RST syntax in README * Update install commands for cmake, update doc index * Commit the RST files for MathCAD15 and Prime * Add MathCAD builders to buildbot * Finished conversion of derivatives to new formulation; closes #1032 * Fix MathCAD build? * Fix REFPROP comparison string * Another try at MathCAD buildbot * Add apply_simple_mixing_rule to AbstractState; fix bug with SatL and SatV and setting interaction parameters closes #1048 closes #1049 * One more go for MathCAD+buildbot * Touch the time-stamped file for expensive builds only after success * Yet another try with MathCAD * Align Tmax with REFPROP values (#1053) * Remove non-operative gitignore rule. This rule matches the /dev/fluids folder and all its contents, but those were already in the repo, so the rule is not in effect. * Align Tmax with REFPROP values. Fixes #257. I used the list given in #257. DME, C12, Neon, SF6 values went down. R11, R123, R152A had two occurences in EOS, I changed both. * Added "set_reference_state" wrapper for Mathcad and Updated Example Worksheets (#1056) - Added Mathcad wrapper for set_reference_stateS(), designated set_reference_state in Mathcad. - Added to the funcdoc interface (CoolProp_EN.xml) - Tidy up some formatting in the README files * Updated Mathcad 15 and Prime Example Sheets + PDFs of Each @ibell I know we don't like binaries in the rep, but I feel these are critical. They are updates to the Mathcad worksheets that were already there and PDF versions for anyone who doesn't have Mathcad (i.e. @ibell). The files are only about 250 KB each or 1MB total. I don't expect we'll need to add to them or add more. We might consider how to put these out with the DLL binaries as well. They are the only documentation on how to use the wrappers correctly. * Fixed CMakeList.txt confict and modified M15 worksheet from .xmcd to .xmcdz (compressed file type) * Install the smaller compressed worksheet for MathCAD 15; see #1056 * Add rho*sr scaling methodology for viscosity from Bell paper in Purdue conference closes #816 closes #665 * Add reference to Purdue paper * Prep for version 6 release * Added contributors
3038 lines
121 KiB
BibTeX
3038 lines
121 KiB
BibTeX
% This file was created with JabRef 2.10.
|
|
% Encoding: ASCII
|
|
|
|
|
|
@Book{Cengel2007,
|
|
Title = {{Thermodynamics, An Engineering Approach}},
|
|
Author = {Yunus A. \c{C}engel and Michael A. Boles},
|
|
Publisher = {McGraw-Hill},
|
|
Year = {2007},
|
|
|
|
Address = {New York},
|
|
Edition = {6th edition},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.12.16}
|
|
}
|
|
|
|
@Article{Abramson-HPR-2011,
|
|
Title = {{Melting curves of argon and methane}},
|
|
Author = {Evan H. Abramson},
|
|
Journal = {High Pressure Research},
|
|
Year = {2011},
|
|
Number = {4},
|
|
Pages = {549-554},
|
|
Volume = {31},
|
|
|
|
Doi = {10.1080/08957959.2011.629617},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.06.09}
|
|
}
|
|
|
|
@InProceedings{Akasaka-Purdue-2014,
|
|
Title = {{A Thermodynamic Property Model for the R-134a/245fa Mixtures}},
|
|
Author = {Ryo Akasaka},
|
|
Booktitle = {15th International Refrigeration and Air Conditioning Conference at Purdue, July 14-17, 2014},
|
|
Year = {2014},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2014.09.27}
|
|
}
|
|
|
|
@Article{Akasaka-FPE-2013,
|
|
Title = {{Thermodynamic property models for the difluoromethane (R-32) + trans-1,3,3,3-tetrafluoropropene (R-1234ze(E)) and difluoromethane + 2,3,3,3-tetrafluoropropene (R-1234yf) mixtures}},
|
|
Author = {Ryo Akasaka},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2013},
|
|
Pages = {98-104},
|
|
Volume = {358},
|
|
|
|
Doi = {10.1016/j.fluid.2013.07.057},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.09.27}
|
|
}
|
|
|
|
@Article{Akasaka-2008,
|
|
Title = {{A Reliable and Useful Method to Determine the Saturation State from Helmholtz Energy Equations of State}},
|
|
Author = {Ryo Akasaka},
|
|
Journal = {Journal of Thermal Science and Technology},
|
|
Year = {2008},
|
|
Pages = {442-451},
|
|
Volume = {3},
|
|
|
|
Doi = {10.1299/jtst.3.442},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.03.19}
|
|
}
|
|
|
|
@InProceedings{Akasaka-PU-2014,
|
|
Title = {{A Thermodynamic Property Model for the R-134a/245fa Mixtures}},
|
|
Author = {Ryo Akasaka and Yukihiro Higashi},
|
|
Booktitle = {15 th International Refrigeration and Air Conditioning Conference at Purdue, July 14-17, 2014},
|
|
Year = {2014},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2014.07.22}
|
|
}
|
|
|
|
@InProceedings{Akasaka-DELFT-2013,
|
|
Title = {{A Fundamental Equation of State For Low-GWP Refrigerant HFO-1234ze(Z)}},
|
|
Author = {Ryo Akasaka and Yukihiro Higashi and Shigeru Koyama},
|
|
Booktitle = {4th IIR Conference on ThermophysicalProperties and Transfer Processes of Refrigerants, Delft, The Netherlands, 2013},
|
|
Year = {2013},
|
|
Pages = {TP-052},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.08.05}
|
|
}
|
|
|
|
@Article{Akasaka-IJR-2012,
|
|
Title = {{A fundamental equation of state for trifluoromethyl methyl ether (HFE-143m) and its application to refrigeration cycle analysis}},
|
|
Author = {Ryo Akasaka and Yohei Kayukawa},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {2012},
|
|
Pages = {1003-1013},
|
|
Volume = {35},
|
|
|
|
Doi = {10.1016/j.ijrefrig.2012.01.003},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{Akasaka-JPCRD-2015-R245fa,
|
|
Title = {{A Fundamental Equation of State for 1,1,1,3,3-Pentafluoropropane (R-245fa)}},
|
|
Author = {Ryo Akasaka and Yong Zhou and Eric W. Lemmon},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2015},
|
|
Pages = {013104},
|
|
Volume = {44},
|
|
|
|
Doi = {10.1063/1.4913493},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.08.09}
|
|
}
|
|
|
|
@Article{Aleksandrov-TE-2011,
|
|
Title = {{Using Fundamental Equations of State for Calculating the Thermodynamic Properties of Normal Undecane}},
|
|
Author = {I. S. Aleksandrov and A. A. Gerasimov and B. A. Grigor'ev},
|
|
Journal = {Thermal Engineering},
|
|
Year = {2011},
|
|
Number = {8},
|
|
Pages = {691-698},
|
|
Volume = {58},
|
|
|
|
Doi = {10.1134/S0040601511080027},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.11}
|
|
}
|
|
|
|
@Article{Allal-PRE-2001,
|
|
Title = {{Free-volume viscosity model for fluids in the dense and gaseous states}},
|
|
Author = {A. Allal and C. Boned and A. Baylaucq},
|
|
Journal = {Physical Review E},
|
|
Year = {2001},
|
|
Pages = {011203-1:10},
|
|
Volume = {64},
|
|
|
|
Doi = {10.1103/PhysRevE.64.011203},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.07}
|
|
}
|
|
|
|
@Article{Aly-FPE-1981,
|
|
Title = {{Self-Consistent Equations for Calculating the Ideal Gas Specific Heat Capacity, Enthalpy, and Entropy}},
|
|
Author = {Fouad A. Aly and Lloyd L. Lee},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {1981},
|
|
Pages = {169-179},
|
|
Volume = {6},
|
|
|
|
Doi = {10.1016/0378-3812(81)85002-9},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.08.05}
|
|
}
|
|
|
|
@Book{ASHRAE2001,
|
|
Title = {{2001 ASHRAE Handbook: Fundamentals}},
|
|
Author = {{American Society of Heating, Refrigerating and Air-Conditioning Engineers}},
|
|
Publisher = {{ASHRAE}},
|
|
Year = {2001},
|
|
Volume = {111},
|
|
|
|
ISBN = {9781883413880},
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.17}
|
|
}
|
|
|
|
@TechReport{Arp-NIST-1998,
|
|
Title = {{Thermophysical Properties of Helium-4 from 0.8 to 1500 K with Pressures to 2000 MPa - NIST Technical Note 1334 (revised)}},
|
|
Author = {V.D. Arp and R.D. McCarty and D.G Friend},
|
|
Institution = {NIST},
|
|
Year = {1998},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.08.05}
|
|
}
|
|
|
|
@Article{Assael-JPCRD-2012-Benzene,
|
|
Title = {{Reference Correlation of the Thermal Conductivity of Benzene from the Triple Point to 725 K and up to 500 MPa}},
|
|
Author = {M.J. Assael and E. Mihailidou and M.L. Huber and R.A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2012},
|
|
Pages = {043102-1:9},
|
|
Volume = {41},
|
|
|
|
Doi = {10.1063/1.4755781},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{Assael-JPCRD-2011-Hydrogen,
|
|
Title = {{Correlation of the Thermal Conductivity of Normal and Parahydrogen from the Triple Point to 1000 K and up to 100 MPa}},
|
|
Author = {M. J. Assael and J.-A. M. Assael and M. L. Huber and R. A. Perkins and Y. Takata},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2011},
|
|
Number = {3},
|
|
Pages = {033101-1:13},
|
|
Volume = {40},
|
|
|
|
Doi = {10.1063/1.3606499},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@Article{Assael-JPCRD-2013-Heptane,
|
|
Title = {{Reference Correlation of the Thermal Conductivity of n-Heptane from the Triple Point to 600 K and up to 250 MPa}},
|
|
Author = {M. J. Assael and I. Bogdanou and S. K. Mylona and M. L. Huber and R. A. Perkins and V. Vesovic},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2013},
|
|
Number = {2},
|
|
Pages = {023101-1:9},
|
|
Volume = {42},
|
|
|
|
Doi = {10.1063/1.4794091},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.28}
|
|
}
|
|
|
|
@Article{Assael-JPCRD-2012-SF6,
|
|
Title = {{Reference Correlation of the Thermal Conductivity of Sulfur Hexafluoride from the Triple Point to 1000 K and up to 150 MPa}},
|
|
Author = {M. J. Assael and I. A. Koini and K. D. Antoniadis and M. L. Huber and I. M. Abdulagatov and R. A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2012},
|
|
Number = {2},
|
|
Pages = {023104-1:9},
|
|
Volume = {41},
|
|
|
|
Doi = {10.1063/1.4708620},
|
|
Owner = {Belli},
|
|
Review = {Errata: To get the correct values in REFPROP for the residual part they use a molar reducing density of 5.046 mol/L or 5046*0.1460554192 = 736.9956452832 kg/m^3},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Assael-JPCRD-2012-Toluene,
|
|
Title = {{Reference Correlation of the Thermal Conductivity of Toluene from the Triple Point to 1000 K and up to 1000 MPa}},
|
|
Author = {M. J. Assael and S. K. Mylona and M. L. Huber and R. A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2012},
|
|
Number = {2},
|
|
Pages = {023101-1:12},
|
|
Volume = {41},
|
|
|
|
Doi = {10.1063/1.3700155},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{Assael-JPCRD-2013-Hexane,
|
|
Title = {{Reference Correlation of the Thermal Conductivity of n-Hexane from the Triple Point to 600 K and up to 500 MPa}},
|
|
Author = {M. J. Assael and S. K. Mylona and Ch. A. Tsiglifisi and M. L. Huber and R. A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2013},
|
|
Number = {1},
|
|
Pages = {013106-1:8},
|
|
Volume = {42},
|
|
|
|
Doi = {10.1063/1.4793335},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.28}
|
|
}
|
|
|
|
@Article{Assael-JPCRD-2013-Ethanol,
|
|
Title = {{Reference Correlation of the Thermal Conductivity of Ethanol from the Triple Point to 600 K and up to 245 MPa}},
|
|
Author = {M. J. Assael and E. A. Sykioti and M. L. Huber and R. A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2013},
|
|
Number = {2},
|
|
Pages = {023102-1:10},
|
|
Volume = {42},
|
|
|
|
Doi = {10.1063/1.4797368},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.28}
|
|
}
|
|
|
|
@Article{Avgeri-JPCRD-2015-Toluene,
|
|
Title = {{Reference Correlation of the Viscosity of Toluene from the Triple Point to 675 K and up to 500 MPa}},
|
|
Author = {S. Avgeri and M. J. Assael and M. L. Huber and R. A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2015},
|
|
Pages = {033101},
|
|
Volume = {44},
|
|
|
|
Doi = {10.1063/1.4926955},
|
|
Owner = {Belli},
|
|
Timestamp = {2015.08.21}
|
|
}
|
|
|
|
@Article{Avgeri-JPCRD-2014-Benzene,
|
|
Title = {{Reference Correlation of the Viscosity of Benzene from the Triple Point to 675 K and up to 300 MPa}},
|
|
Author = {S. Avgeri and M. J. Assael and M. L. Huber and R. A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2014},
|
|
Pages = {033103},
|
|
Volume = {43},
|
|
|
|
Doi = {10.1063/1.4892935},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.09.02}
|
|
}
|
|
|
|
@Article{Barreiros-JCT-1982,
|
|
Title = {{The Melting Curves of Carbon Monoxide}},
|
|
Author = {Susane F. Barreiros and Jorge C. G. Calado and Manuel Nunes da Ponte},
|
|
Journal = {J. Chem. Thermodyn.},
|
|
Year = {1982},
|
|
Pages = {1197-1198},
|
|
Volume = {14},
|
|
|
|
Doi = {10.1016/0021-9614(82)90044-1},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.10.02}
|
|
}
|
|
|
|
@Article{Bell-JCED-2016,
|
|
Title = {{Automatic fitting of binary interaction parameters for multi-fluid Helmholtz-energy-explicit mixture models}},
|
|
Author = {Bell, Ian H. and Lemmon, Eric W.},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2016, submitted}
|
|
}
|
|
|
|
@Article{Bell-IECR-2014,
|
|
Title = {{Pure and Pseudo-pure Fluid Thermophysical Property Evaluation and the Open-Source Thermophysical Property Library CoolProp}},
|
|
Author = {Bell, Ian H. and Wronski, Jorrit and Quoilin, Sylvain and Lemort, Vincent},
|
|
Journal = {Ind. Eng. Chem. Res.},
|
|
Year = {2014},
|
|
Number = {6},
|
|
Pages = {2498-2508},
|
|
Volume = {53},
|
|
|
|
Doi = {10.1021/ie4033999},
|
|
Eprint = {http://pubs.acs.org/doi/pdf/10.1021/ie4033999}
|
|
}
|
|
|
|
@InProceedings{Bell-PURDUE-2016-ETA,
|
|
Title = {{Viscosity of refrigerants and other working fluids from residual entropy scaling }},
|
|
Author = {Ian H. Bell and Arno Laesecke},
|
|
Booktitle = {16th International Refrigeration and Air Conditioning Conference at Purdue, July 11-14, 2016},
|
|
Year = {2016}
|
|
}
|
|
|
|
@Conference{Bender-1970,
|
|
Title = {{Equations of state exactly representing the phase behavior of pure substances}},
|
|
Author = {E. Bender},
|
|
Booktitle = {Proc. 5th Symp. Thermophys. Prop.},
|
|
Year = {1970},
|
|
Pages = {227-235},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.04}
|
|
}
|
|
|
|
@Article{Boned-2003,
|
|
Title = {{High-pressure dynamic viscosity and density of two synthetic hydrocarbon mixtures representative of some heavy petroleum distillation cuts}},
|
|
Author = {C. Boned and C.K. Z{\'e}berg-Mikkelsen and A. Baylaucq and P. Daug{\'e}},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2003},
|
|
Pages = {143-164},
|
|
Volume = {212},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@InBook{Brent-1973,
|
|
Title = {{Algorithms for Minimization without Derivatives}},
|
|
Author = {R.P. Brent},
|
|
Chapter = {4},
|
|
Publisher = {Prentice-Hall},
|
|
Year = {1973},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.23}
|
|
}
|
|
|
|
@Article{Buecker-JPCRD-2006,
|
|
Title = {{A Reference Equation of State for the Thermodynamic Properties of Ethane for Temperatures from the Melting Line to 675 K and Pressures up to 900 MPa}},
|
|
Author = {D. Buecker and W. Wagner},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2006},
|
|
Number = {1},
|
|
Pages = {205-266},
|
|
Volume = {35},
|
|
|
|
Doi = {10.1063/1.1859286},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Buecker-JPCRD-2006B,
|
|
Title = {{Reference Equations of State for the Thermodynamic Properties of Fluid Phase n-Butane and Isobutane}},
|
|
Author = {D. Buecker and W. Wagner},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2006},
|
|
Number = {2},
|
|
Pages = {929-1019},
|
|
Volume = {35},
|
|
|
|
Doi = {10.1063/1.1901687},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.30}
|
|
}
|
|
|
|
@Conference{Casella-2008,
|
|
Title = {{ExternalMedia: A Library for Easy Re-Use of External Fluid Property Code in Modelica}},
|
|
Author = {Francesco Casella and Christoph Richter},
|
|
Booktitle = {Modelica 2008, March 3rd-4th, 2008},
|
|
Year = {2008},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.03.28}
|
|
}
|
|
|
|
@TechReport{Chichester-NIST-2008,
|
|
Title = {{NISTIR 6650: Documentation and Assessment of the Transport Property Model for Mixtures Implemented in NIST REFPROP (Version 8.0)}},
|
|
Author = {Justin C. Chichester and Marcia L. Huber},
|
|
Institution = {National Institute of Standards and Technology (NIST)},
|
|
Year = {June 2008},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Chung-IECR-1988,
|
|
Title = {{Generalized multiparameter correlation for nonpolar and polar fluid transport properties}},
|
|
Author = {Chung, Ting Horng and Ajlan, Mohammad and Lee, Lloyd L and Starling, Kenneth E},
|
|
Journal = {Ind. Eng. Chem. Res.},
|
|
Year = {1988},
|
|
Number = {4},
|
|
Pages = {671--679},
|
|
Volume = {27},
|
|
|
|
Doi = {10.1021/ie00076a024},
|
|
Publisher = {ACS Publications}
|
|
}
|
|
|
|
@Article{Colonna-FPE-2008,
|
|
Title = {{Multiparameter equations of state for siloxanes: [(CH3)3-Si-O1/2]2-[O-Si-(CH3)2]i=1,...,3, and [O-Si-(CH3)2]6}},
|
|
Author = {P. Colonna and N.R. Nannan and A. Guardone},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2008},
|
|
Pages = {115-130},
|
|
Volume = {263},
|
|
|
|
Doi = {10.1016/j.fluid.2007.10.001},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Colonna-FPE-2006,
|
|
Title = {{Multiparameter equations of state for selected siloxanes}},
|
|
Author = {P. Colonna and N.R. Nannan and A. Guardone and E.W. Lemmon},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2006},
|
|
Pages = {193-211},
|
|
Volume = {244},
|
|
|
|
Doi = {10.1016/j.fluid.2006.04.015},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Datchi-PRB-2000,
|
|
Title = {{Extended and accurate determination of the melting curves of argon, helium, ice (H$_2$O) and hydrogen (H$_2$)}},
|
|
Author = {Fr{\'e}d{\'e}ric Datchi and Paul Loubeyre and Ren{\'e} LeToullec},
|
|
Journal = {Physical Review B},
|
|
Year = {2000},
|
|
Number = {10},
|
|
Pages = {6535-6546},
|
|
Volume = {61},
|
|
|
|
Doi = {10.1103/PhysRevB.61.6535},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.10.02}
|
|
}
|
|
|
|
@Misc{Therminol2007,
|
|
Title = {{Therminol Heat Transfer Reference Disk, Version 5.0}},
|
|
|
|
Author = {{Eastman Chemical Company}}
|
|
}
|
|
|
|
@Article{EstellaUribe-2003,
|
|
Title = {{Extended corresponding states model for fluids and fluid mixtures I. Shape factor model for pure fluids}},
|
|
Author = {J.F. Estela-Uribe and J.P.M. Trusler},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2003},
|
|
Pages = {15-40},
|
|
Volume = {204},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.29}
|
|
}
|
|
|
|
@Article{Fenghour-JPCRD-1998,
|
|
Title = {{The Viscosity of Carbon Dioxide}},
|
|
Author = {A. Fenghour and W.A. Wakeham and V. Vesovic},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1998},
|
|
Note = {5},
|
|
Number = {1},
|
|
Pages = {31-44},
|
|
Volume = {27},
|
|
|
|
Doi = {10.1063/1.556013},
|
|
Owner = {Belli},
|
|
Review = {Units of density in paper are mol/L, poorly documented},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Fenghour-JPCRD-1995,
|
|
Title = {{The Viscosity of Ammonia}},
|
|
Author = {A. Fenghour and W.A. Wakeham and V. Vesovic and J.T.R. Watson and J. Millat and E. Vogel},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1995},
|
|
Note = {5},
|
|
Pages = {1649-1667},
|
|
Volume = {24},
|
|
|
|
Doi = {10.1063/1.555961},
|
|
Owner = {Belli},
|
|
Review = {Units of density in paper are mol/L, poorly documented},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Froeba-2000,
|
|
Title = {{Saturated Liquid Viscosity and Surface Tension of Alternative Refrigerants}},
|
|
Author = {A.P. Fr\"{o}ba and S. Will and A. Leipertz},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {2000},
|
|
Note = {10.1023/A:1006689724974},
|
|
Pages = {1225-1253},
|
|
Volume = {21},
|
|
|
|
Doi = {10.1023/A:1006689724974},
|
|
ISSN = {0195-928X},
|
|
Issue = {6},
|
|
Keyword = {Physics and Astronomy},
|
|
Owner = {ibell},
|
|
Publisher = {Springer Netherlands},
|
|
Timestamp = {2011.04.17}
|
|
}
|
|
|
|
@Article{Friend-JPCRD-1989,
|
|
Title = {{Thermophysical Properties of Methane}},
|
|
Author = {Daniel G. Friend and James F. Ely and Hepburn Ingham},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1989},
|
|
Volume = {18},
|
|
|
|
Doi = {10.1063/1.555828},
|
|
Owner = {Belli},
|
|
Timestamp = {2015.04.27}
|
|
}
|
|
|
|
@Article{Friend-JPCRD-1991,
|
|
Title = {{Thermophysical Properties of Ethane}},
|
|
Author = {Daniel G. Friend and Hepburn Ingham and James F. Ely},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1991},
|
|
Number = {2},
|
|
Pages = {275-347},
|
|
Volume = {20},
|
|
|
|
Doi = {10.1063/1.555881},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Gao-JCED-2016,
|
|
Title = {{A Helmholtz Energy Equation of State for Sulfur Dioxide}},
|
|
Author = {Kehui Gao and Jiangtao Wu and Penggang Zhang and Eric W. Lemmon},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2016},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2016.01.15}
|
|
}
|
|
|
|
@Article{Gedanitz-JCED-2015,
|
|
Title = {{Speed of sound measurements and a fundamental equation of state for cyclopentane}},
|
|
Author = {Holger Gedanitz and Mar{\'i}a J. D{\'a}vila and Eric W. Lemmon},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2015},
|
|
Number = {5},
|
|
Pages = {1331-1337},
|
|
Volume = {60},
|
|
|
|
Doi = {10.1021/je5010164},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@InProceedings{Geller-PURDUE-2000,
|
|
Title = {{Viscosity of Mixed Refrigerants R404A, R407C, R410A, and R507A}},
|
|
Author = {V. Geller},
|
|
Booktitle = {2000 International Refrigeration Conferences at Purdue University},
|
|
Year = {2000},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Geller-IJT-2001,
|
|
Title = {{Thermal Conductivity of the Refrigerant mixtures R404A, R407C, R410A, and R507A}},
|
|
Author = {V.Z. Geller and B.Z. Nemzer and U.V. Cheremnykh},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {2001},
|
|
Pages = {1034-1043},
|
|
Volume = {22},
|
|
|
|
Doi = {10.1023/A:1010691504352},
|
|
Owner = {ibell},
|
|
Timestamp = {2010.06.30}
|
|
}
|
|
|
|
@PhdThesis{Gernert-Thesis-2013,
|
|
Title = {{A New Helmholtz Energy Model for Humid Gases and CCS Mixtures}},
|
|
Author = {Georg Johannes Gernert},
|
|
School = {Ruhr-Universit{\"a}t Bochum},
|
|
Year = {2013},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2014.09.27}
|
|
}
|
|
|
|
@Article{Gernert-FPE-2014,
|
|
Title = {{Calculation of phase equilibria for multi-component mixtures using highly accurate Helmholtz energy equations of state}},
|
|
Author = {Johannes Gernert and Andreas J{\"a}ger and Roland Span},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2014},
|
|
Pages = {209-218},
|
|
Volume = {375},
|
|
|
|
Doi = {10.1016/j.fluid.2014.05.012},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.07.21}
|
|
}
|
|
|
|
@Article{Gernert-JCT-2015,
|
|
Title = {{EOS-CG: A Helmholtz energy mixture model for humid gases and CCS mixtures}},
|
|
Author = {Gernert, Johannes and Span, Roland},
|
|
Journal = {J. Chem. Thermodyn.},
|
|
Year = {2016},
|
|
Pages = {274--293},
|
|
Volume = {93},
|
|
|
|
Doi = {10.1016/j.jct.2015.05.015},
|
|
Publisher = {Elsevier}
|
|
}
|
|
|
|
@Article{Guder-JPCRD-2009,
|
|
Title = {{A Reference Equation of State for the Thermodynamic Properties of Sulfur Hexafluoride SF6 for Temperatures from the Melting Line to 625 K and Pressures up to 150 MPa}},
|
|
Author = {C. Guder and W. Wagner},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2009},
|
|
Number = {1},
|
|
Pages = {33-94},
|
|
Volume = {38},
|
|
|
|
Doi = {10.1063/1.3037344},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Guo-1997,
|
|
Title = {{Viscosity model based on equations of state for hydrocarbon liquids and gases}},
|
|
Author = {X.-Q. Guo and L.-S. Wang and S.-X. Rong and T.-M. Guo},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {1997},
|
|
Pages = {405-421},
|
|
Volume = {139},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Hands-CRYO-1981,
|
|
Title = {{A Correlation of Thermal Conductivity Data for Helium}},
|
|
Author = {B.A. Hands and V.D. Arp},
|
|
Journal = {Cryogenics},
|
|
Year = {1981},
|
|
Number = {12},
|
|
Pages = {697-703},
|
|
Volume = {21},
|
|
|
|
Doi = {10.1016/0011-2275(81)90211-3},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.08.05}
|
|
}
|
|
|
|
@Article{Heide-IJR-1997,
|
|
Title = {{The surface tension of HFC refrigerants and mixtures}},
|
|
Author = {R. Heide},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {1997},
|
|
Pages = {496-503},
|
|
Volume = {20},
|
|
|
|
Doi = {10.1016/S0140-7007(97)00044-3},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Unpublished{Herrig-2015,
|
|
Title = {{Preliminary equation of state for Heavy Water}},
|
|
Author = {Stefan Herrig},
|
|
Note = {Preliminary equation of state for Heavy Water},
|
|
Year = {2015},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2016.01.17}
|
|
}
|
|
|
|
@TechReport{Herrmann-2009,
|
|
Title = {ASHRAE RP-1485: Thermodynamic Properties of Real Moist Air, Dry Air, Steam, Water, and Ice},
|
|
Author = {S. Herrmann and H.-J. Kretzschmar and D.P. Gatley},
|
|
Institution = {ASHRAE},
|
|
Year = {2009},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.29}
|
|
}
|
|
|
|
@Article{Herrmann2009,
|
|
Title = {{Thermodynamic Properties of Real Moist Air, Dry Air, Steam, Water, and Ice (RP-1485)}},
|
|
Author = {Herrmann, Sebastian and Kretzschmar, Hans-Joachim and Gatley, Donald P.},
|
|
Journal = {{HVAC\&R Research}},
|
|
Year = {2009},
|
|
Number = {5},
|
|
Pages = {961--986},
|
|
Volume = {15},
|
|
|
|
Doi = {10.1080/10789669.2009.10390874},
|
|
Eprint = { http://www.tandfonline.com/doi/pdf/10.1080/10789669.2009.10390874 },
|
|
Owner = {jowr},
|
|
Timestamp = {2014.10.09}
|
|
}
|
|
|
|
@Article{Holland-JPCRD-1983,
|
|
Title = {{A Correlation of the Viscosity and Thermal Conductivity Data of Gaseous and Liquid Ethylene}},
|
|
Author = {P.M. Holland and B.E. Eaton and H.J.M. Hanley},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1983},
|
|
Number = {4},
|
|
Pages = {917-932},
|
|
Volume = {12},
|
|
|
|
Doi = {10.1063/1.555701},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@InBook{Huber-1996,
|
|
Title = {{The Corresponding-States Principle: Dense Fluids}},
|
|
Author = {M.L. Huber and H.J.M. Hanley},
|
|
Chapter = {12},
|
|
Editor = {Jurgen Millat and J.H. Dymond and C.A. Nieto de Castro},
|
|
Pages = {283-309},
|
|
Publisher = {Cambridge University Press},
|
|
Year = {1996},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.29}
|
|
}
|
|
|
|
@Article{Huber-FPE-2005,
|
|
Title = {{Thermal conductivity correlations for minor constituent fluids in natural gas: n-octane, n-nonane and n-decane}},
|
|
Author = {M.L. Huber and R.A. Perkins},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2005},
|
|
Pages = {47-55},
|
|
Volume = {227},
|
|
|
|
Doi = {10.1016/j.fluid.2004.10.031},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.14}
|
|
}
|
|
|
|
@Article{Huber-JPCRD-2009,
|
|
Title = {{New International Formulation for the Viscosity of H2O}},
|
|
Author = {M.L. Huber and R.A. Perkins and A. Laesecke and D.G. Friend and J.V. Sengers and M.J Assael and I.M. Metaxa and E. Vogel and R. Mare{\v s} and K. Miyagawa},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2009},
|
|
Number = {2},
|
|
Pages = {101-125},
|
|
Volume = {38},
|
|
|
|
Doi = {10.1063/1.3088050},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Huber-FPE-1992,
|
|
Title = {{Prediction of Viscosity of Refrigerants and Refrigerant Mixtures}},
|
|
Author = {Marcia L. Huber and James F. Ely},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {1992},
|
|
Pages = {239-248},
|
|
Volume = {80},
|
|
|
|
Doi = {10.1016/0378-3812(92)87071-T},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.29}
|
|
}
|
|
|
|
@Article{Huber-IECR-2006,
|
|
Title = {{Correlation for the Viscosity of Pentafluoroethane (R125) from the Triple Point to 500 K at Pressures up to 60 MPa}},
|
|
Author = {Marcia L. Huber and Arno Laesecke},
|
|
Journal = {Ind. Eng. Chem. Res.},
|
|
Year = {2006},
|
|
Pages = {4447-4453},
|
|
Volume = {45},
|
|
|
|
Doi = {10.1021/ie051367l},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.13}
|
|
}
|
|
|
|
@Article{Huber-EF-2004,
|
|
Title = {{Transport Properties of n-Dodecane}},
|
|
Author = {Marcia L. Huber and Arno Laesecke and Richard Perkins},
|
|
Journal = {Energy \& Fuels},
|
|
Year = {2004},
|
|
Pages = {968-975},
|
|
Volume = {18},
|
|
|
|
Doi = {10.1021/ef034109e},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{Huber-IECR-2003,
|
|
Title = {{Model for the Viscosity and Thermal Conductivity of Refrigerants, Including a New Correlation for the Viscosity of R134a}},
|
|
Author = {Marcia L. Huber and Arno Laesecke and Richard A. Perkins},
|
|
Journal = {Ind. Eng. Chem. Res.},
|
|
Year = {2003},
|
|
Pages = {3163-3178},
|
|
Volume = {42},
|
|
|
|
Doi = {10.1021/ie0300880},
|
|
Owner = {ibell},
|
|
Timestamp = {2010.07.06}
|
|
}
|
|
|
|
@Article{Huber-FPE-2004,
|
|
Title = {{Viscosity correlations for minor constituent fluids in natural gas: n-octane, n-nonane and n-decane}},
|
|
Author = {Marcia L. Huber and Arno Laesecke and Hong Wei Xiang},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2004},
|
|
Pages = {263-270},
|
|
Volume = {224},
|
|
|
|
Doi = {10.1016/j.fluid.2004.07.012},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.14}
|
|
}
|
|
|
|
@Article{Huber-EF-2009,
|
|
Title = {{Model for the Thermodynamic Properties of a Biodiesel Fuel}},
|
|
Author = {Marcia L. Huber and Eric W. Lemmon and Andrei Kazakov and Lisa S. Ott and Thomas J. Bruno},
|
|
Journal = {Energy \& Fuels},
|
|
Year = {2009},
|
|
Pages = {3790-3797},
|
|
Volume = {23},
|
|
|
|
Doi = {10.1021/ef900159g},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Huber-JPCRD-2012,
|
|
Title = {{New International Formulation for the Thermal Conductivity of H2O}},
|
|
Author = {M. L. Huber and R. A. Perkins and D. G. Friend and J. V. Sengers and M. J. Assael and I. N. Metaxa and K. Miyagawa and R. Hellmann and E. Vogel},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2012},
|
|
Number = {3},
|
|
Pages = {033102-1:23},
|
|
Volume = {41},
|
|
|
|
Doi = {10.1063/1.4738955},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Misc{IAPWS-Melting-2011,
|
|
Title = {{2011 Revised Release on the Pressure along the Melting and Sublimation Curves of Ordinary Water Substance}},
|
|
|
|
Author = {IAPWS},
|
|
Year = {2011},
|
|
|
|
Institution = {{IAPWS}},
|
|
Organization = {{IAPWS}},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.10.02}
|
|
}
|
|
|
|
@Misc{IAPWS-D2O-2007-Transport,
|
|
Title = {Revised Release on Viscosity and Thermal Conductivity of Heavy Water Substance},
|
|
|
|
Author = {IAPWS},
|
|
Year = {2007},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2015.05.01}
|
|
}
|
|
|
|
@Misc{IAPWS-SurfaceTension-1994,
|
|
Title = {IAPWS Release on Surface Tension of Heavy Water Substance},
|
|
|
|
Author = {IAPWS},
|
|
Year = {1994}
|
|
}
|
|
|
|
@Article{Jacobsen-FPE-1992,
|
|
Title = {{A Fundamental Equation for Trichlorofluoromethane (R-11)}},
|
|
Author = {R.T Jacobsen and S.G. Penoncello and E.W. Lemmon},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {1992},
|
|
Pages = {45-56},
|
|
Volume = {80},
|
|
|
|
Doi = {10.1016/0378-3812(92)87054-Q},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{Jaeschke-IJT-1995,
|
|
Title = {{Ideal-Gas Thermodynamic Properties for Natural-Gas Applications}},
|
|
Author = {M. Jaeschke and P. Schley},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {1995},
|
|
Number = {6},
|
|
Pages = {1381-1392},
|
|
Volume = {16},
|
|
|
|
Doi = {10.1007/BF02083547},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Manual{Jones2001,
|
|
Title = {{SciPy}: Open source scientific tools for {Python}},
|
|
Author = {Eric Jones and Travis Oliphant and Pearu Peterson and others},
|
|
Year = {2001--},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.24},
|
|
Url = {http://www.scipy.org/}
|
|
}
|
|
|
|
@Article{Kamei-IJT-1995,
|
|
Title = {{Application of Nonlinear Regression in the Development of a Wide Range Formulation for HCFC-22}},
|
|
Author = {A. Kamei and S. W. Beyerlein and R. T Jacobsen},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {1995},
|
|
Number = {5},
|
|
Pages = {1155-1164},
|
|
Volume = {16},
|
|
|
|
Doi = {10.1007/BF02081283},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Katti-ACE-1986,
|
|
Title = {{Thermodynamic Properties of Neon for Temperatures from the Triple Point to 700 K at Pressures to 700 MPa}},
|
|
Author = {R. Katti and R.T. Jacobsen and R.B. Stewart and M. Jehangiri},
|
|
Journal = {Advances in Cryogenic Engineering},
|
|
Year = {1986},
|
|
Pages = {1189-1197},
|
|
Volume = {31},
|
|
|
|
Doi = {10.1007/978-1-4613-2213-9_132},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.30}
|
|
}
|
|
|
|
@TechReport{Kauffeld2001,
|
|
Title = {{RP-1166---Behavior of Ice Slurries in Thermal Storage Systems}},
|
|
Author = {Michael Kauffeld},
|
|
Institution = {{Danish Technological Institute}},
|
|
Year = {2001},
|
|
Note = {{Sponsored by ASHRAE Technical Committee 6.9 Thermal Storage}},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Article{Kim-IJR-2008,
|
|
Title = {{Cooling performance of several CO2/propane mixtures and glide matching with secondary heat transfer fluid}},
|
|
Author = {Ju Hyok Kim and Jin Min Cho and Min Soo Kim},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {2008},
|
|
Pages = {800-806},
|
|
Volume = {31},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.10}
|
|
}
|
|
|
|
@Article{Kiselev-1998,
|
|
Title = {{Transport properties of carbon dioxide+ethane and methane+ethane mixtures in the extended critical region}},
|
|
Author = {S.B. Kiselev and M.L. Huber},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {1998},
|
|
Pages = {253-280},
|
|
Volume = {142},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Kiselev-1999,
|
|
Title = {{Transport properties of refrigerants R32, R125, R134a, and R125+R32 mixtures in and beyond the critical region}},
|
|
Author = {S.B. Kiselev and R.A. Perkins and M.L. Huber},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {1999},
|
|
Pages = {509-520},
|
|
Volume = {22},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Kiselev-IECR-2005,
|
|
Title = {{Generalized SAFT-DFT/DMT Model for the Thermodynamic, Interfacial, and Transport Properties of Associating Fluids: Application for n-Alkanols}},
|
|
Author = {S. B. Kiselev and J. F. Ely and I. M. Abdulagatov and M. L. Huber},
|
|
Journal = {Ind. Eng. Chem. Res.},
|
|
Year = {2005},
|
|
Pages = {6916-6927},
|
|
Volume = {44},
|
|
|
|
Doi = {10.1021/ie050010e},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.14}
|
|
}
|
|
|
|
@Article{Kiselev-1997,
|
|
Title = {{Thermodynamic and Transport Properties of Fluids and Fluid Mixtures in the Extended Critical Region}},
|
|
Author = {S. B. Kiselev and V. D. Kulikov},
|
|
Journal = {lnternational Journal of Thermophysics},
|
|
Year = {1997},
|
|
Number = {5},
|
|
Pages = {1143-1182},
|
|
Volume = {18},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Klein-IJR-1997,
|
|
Title = {{An improved extended corresponding states method for estimation of viscosity of pure refrigerants and mixtures}},
|
|
Author = {S.A. Klein and M.O. McLinden and A. Laesecke},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {1997},
|
|
Pages = {208-217},
|
|
Volume = {20},
|
|
|
|
Doi = {10.1016/S0140-7007(96)00073-4},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.12.06}
|
|
}
|
|
|
|
@Article{Kondou-IJR-2015,
|
|
Title = {{Surface tension of low GWP refrigerants R1243zf, R1234ze(Z), and R1233zd(E)}},
|
|
Author = {Chieko Kondou and Ryuichi Nagata and Noriko Nii and Shigeru Koyama and Yukihiro Higashi},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {2015},
|
|
Pages = {80-89},
|
|
Volume = {53},
|
|
|
|
Doi = {10.1016/j.ijrefrig.2015.01.005},
|
|
Owner = {Belli},
|
|
Timestamp = {2015.07.20}
|
|
}
|
|
|
|
@Article{Kostic2006,
|
|
Title = {{Analysis of Enthalpy Approximation for Compressed Liquid Water}},
|
|
Author = {Milivoje M. Kostic},
|
|
Journal = {Journal of Heat Transfer},
|
|
Year = {2006},
|
|
Number = {5},
|
|
Pages = {421--426},
|
|
Volume = {128},
|
|
|
|
Doi = {10.1115/1.2175090},
|
|
Owner = {jowr},
|
|
Timestamp = {2014.12.16}
|
|
}
|
|
|
|
@Article{Krauss-IJT-1996,
|
|
Title = {{Transport Properties of 1,1-Difluoroethane (R152a)}},
|
|
Author = {R. Krauss and I V. C. Weiss and T. A. Edison and J. V. Sengers and K. Stephan},
|
|
Journal = {Int. J. Thermophys},
|
|
Year = {1996},
|
|
Pages = {731-757},
|
|
Volume = {17},
|
|
|
|
Doi = {10.1007/BF01439187},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.28}
|
|
}
|
|
|
|
@Unpublished{ZITTAU,
|
|
Title = {{Hochschule Zittau Thermophysical Property Libraries}},
|
|
Author = {Hans-Joachim Kretzschmar and Ines St{\"o}cker},
|
|
Note = {http://thermodynamik.hs-zigr.de/cmsfg/Stoffwertbibliothek/index.php},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.08.05}
|
|
}
|
|
|
|
@InProceedings{Kretzschmar-PWS-1990,
|
|
Title = {{An Alternative Method for the Numerical Calculation of the Maxwell Criterion in Vapour Pressure Computations}},
|
|
Author = {H.-J. Kretzschmar and T. Zschunke and J. Klinger and A. Dittman},
|
|
Booktitle = {Properties Of Water And Steam: Proceedings Of The 11th International conference},
|
|
Year = {1990},
|
|
|
|
Owner = {ihb},
|
|
Timestamp = {2015.07.20}
|
|
}
|
|
|
|
@Book{Kunz-BOOK-2007,
|
|
Title = {{The GERG-2004 Wide-Range Equation of State for Natural Gases and Other Mixtures}},
|
|
Author = {O. Kunz and R. Klimeck and W. Wagner and M. Jaeschke},
|
|
Publisher = {VDI Verlag GmbH},
|
|
Year = {2007},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.07}
|
|
}
|
|
|
|
@Article{Kunz-JCED-2012,
|
|
Title = {{The GERG-2008 Wide-Range Equation of State for Natural Gases and Other Mixtures: An Expansion of GERG-2004}},
|
|
Author = {O. Kunz and W. Wagner},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2012},
|
|
Pages = {3032-3091},
|
|
Volume = {57},
|
|
|
|
Doi = {10.1021/je300655b},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.07}
|
|
}
|
|
|
|
@Article{Laesecke-2001,
|
|
Title = {{Saturated-Liquid Viscosity of Ten Binary and Ternary Alternative Refrigerant Mixtures. Part I: Measurements}},
|
|
Author = {Arno Laesecke and Richard F. Hafer and Dylan J. Morris},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2001},
|
|
Pages = {433-445},
|
|
Volume = {46},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Laesecke-IJR-1996,
|
|
Title = {{An improved correlation for the thermal conductivity of HCFC123 (2,2-dichloro-1,1,1-trifluoroethane)}},
|
|
Author = {Arno Laesecke and Richard A. Perkins and John B. Howley},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {1996},
|
|
Number = {4},
|
|
Pages = {231-238},
|
|
Volume = {19},
|
|
|
|
Doi = {10.1016/0140-7007(96)00019-9},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.13}
|
|
}
|
|
|
|
@Article{Latini-1999,
|
|
Title = {{A New Approach to the Evaluation of Transport Properties of Azeotropic and Quasi-Azeotropic Refrigerant Mixtures}},
|
|
Author = {G. Latini and G. Passerini and F. Polonara},
|
|
Journal = {Int. J. Thermophys},
|
|
Year = {1999},
|
|
Number = {1},
|
|
Pages = {73-84},
|
|
Volume = {20},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Leachman-JPCRD-2009,
|
|
Title = {{Fundamental Equations of State for Parahydrogen, Normal Hydrogen, and Orthohydrogen}},
|
|
Author = {J.W. Leachman and R.T. Jacobsen and S.G. Penoncello and E.W. Lemmon},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2009},
|
|
Number = {3},
|
|
Pages = {721-748},
|
|
Volume = {38},
|
|
|
|
Doi = {10.1063/1.3160306},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@Article{Lemmon-IJT-2003,
|
|
Title = {{Pseudo-Pure Fluid Equations of State for the Refrigerant Blends R-410A, R-404A, R-507A, and R-407C}},
|
|
Author = {E.W. Lemmon},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {2003},
|
|
Number = {4},
|
|
Pages = {991-1006},
|
|
Volume = {24},
|
|
|
|
Doi = {10.1023/A:1025048800563},
|
|
File = {:D\:\\My_Documents\\Library\\Papers\\Lemmon 2003.pdf:PDF},
|
|
Keywords = {EOS},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Misc{Lemmon-RP-2010,
|
|
Title = {{NIST Standard Reference Database 23: Reference Fluid Thermodynamic and Transport Properties-REFPROP, Version 9.0}},
|
|
|
|
Author = {E.W. Lemmon and M.L. Huber and M.O. McLinden},
|
|
Year = {2010},
|
|
|
|
Owner = {ibell},
|
|
Timestamp = {2011.03.05}
|
|
}
|
|
|
|
@Article{Lemmon-JPCRD-2000,
|
|
Title = {{Thermodynamic Properties of Air and Mixtures of Nitrogen, Argon, and Oxygen from 60 to 2000 K at Pressures to 2000 MPa}},
|
|
Author = {Eric Lemmon and Richard T. Jacobsen and Steven G. Penoncello and Daniel Friend},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2000},
|
|
Number = {3},
|
|
Pages = {331-385},
|
|
Volume = {29},
|
|
|
|
Doi = {10.1063/1.1285884},
|
|
File = {:D\:\\My_Documents\\Library\\Papers\\Lemmon 2000.pdf:PDF},
|
|
Keywords = {EOS},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Unpublished{Lemmon-PROPYLENE-2013,
|
|
Title = {{Equation of state for propylene}},
|
|
Author = {E.W. Lemmon and U. Overhoff and M.O. McLinden and W. Wagner},
|
|
Note = {Personal communication with Eric Lemmon},
|
|
Year = {2010},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{Lemmon-JCED-2006,
|
|
Title = {{Short Fundamental Equations of State for 20 Industrial Fluids}},
|
|
Author = {E.W. Lemmon and R. Span},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2006},
|
|
Pages = {785-850},
|
|
Volume = {51},
|
|
|
|
Doi = {10.1021/je050186n},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@PhdThesis{Lemmon-THESIS-1996,
|
|
Title = {{A Generalized Model for the Prediction of the Thermodynamic Properties of Mixtures Including Vapor-Liquid Equilibrium}},
|
|
Author = {Eric W. Lemmon},
|
|
School = {University of Idaho, Moscow},
|
|
Year = {1996},
|
|
|
|
Owner = {ihb},
|
|
Timestamp = {2015.07.20}
|
|
}
|
|
|
|
@Article{Lemmon-EF-2004,
|
|
Title = {{Thermodynamic Properties of n-Dodecane}},
|
|
Author = {Eric W. Lemmon and Marcia L. Huber},
|
|
Journal = {Energy \& Fuels},
|
|
Year = {2004},
|
|
Pages = {960-967},
|
|
Volume = {18},
|
|
|
|
Doi = {10.1021/ef0341062},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@Article{Lemmon-FPE-2005,
|
|
Title = {{Thermodynamic properties of the butenes Part II. Short fundamental equations of state}},
|
|
Author = {Eric W. Lemmon and E. Christian Ihmels},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2005},
|
|
Pages = {173-187},
|
|
Volume = {228-229},
|
|
|
|
Doi = {10.1016/j.fluid.2004.09.004},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Lemmon-JPCRD-2005,
|
|
Title = {{A New Functional Form and New Fitting Techniques for Equations of State with Application to Pentafluoroethane (HFC-125)}},
|
|
Author = {Eric W. Lemmon and Richard T Jacobsen},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2005},
|
|
Number = {1},
|
|
Pages = {69-108},
|
|
Volume = {34},
|
|
|
|
Doi = {10.1063/1.1797813},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.13}
|
|
}
|
|
|
|
@Article{Lemmon-IJT-2004,
|
|
Title = {{Viscosity and Thermal Conductivity Equations for Nitrogen, Oxygen, Argon, and Air}},
|
|
Author = {E. W. Lemmon and R. T Jacobsen},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {2004},
|
|
Number = {1},
|
|
Pages = {21-69},
|
|
Volume = {25},
|
|
|
|
Comment = {Critical enhancement included},
|
|
Doi = {10.1023/B:IJOT.0000022327.04529.f3},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Lemmon-JPCRD-2004,
|
|
Title = {{Equations of State for Mixtures of R-32, R-125, R-134a, R-143a, and R-152a}},
|
|
Author = {Eric W. Lemmon and Richard T. Jacobsen},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2004},
|
|
Number = {2},
|
|
Pages = {593-620},
|
|
Volume = {33},
|
|
|
|
Doi = {10.1063/1.1649997},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.07}
|
|
}
|
|
|
|
@Article{LemmonJacobsen-JPCRD-2000,
|
|
Title = {{An International Standard Formulation for the Thermodynamic Properties of 1,1,1-Trifluoroethane (HFC-143a) for Temperatures From 161 to 450 K and Pressures to 50 MPa}},
|
|
Author = {Eric W. Lemmon and Richard T. Jacobsen},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2000},
|
|
Number = {4},
|
|
Pages = {521-552},
|
|
Volume = {29},
|
|
|
|
Doi = {10.1063/1.1318909},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@Article{Lemmon-IJT-1999,
|
|
Title = {{A Generalized Model for the Thermodynamic Properties of Mixtures}},
|
|
Author = {E. W. Lemmon and R. T Jacobsen},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {1999},
|
|
Number = {3},
|
|
Pages = {825-835},
|
|
Volume = {20},
|
|
|
|
Doi = {10.1023/A:1022627001338},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.07}
|
|
}
|
|
|
|
@InProceedings{Lemmon-Paderborn-2001,
|
|
Title = {{Method for Estimating Mixture Equation of State Parameters}},
|
|
Author = {Eric W. Lemmon and Mark O. McLinden},
|
|
Booktitle = {Thermophysical Properties and Transfer Processes of New Refrigerants, Paderborn, Germany},
|
|
Year = {2001},
|
|
|
|
Owner = {ihb},
|
|
Timestamp = {2015.07.20}
|
|
}
|
|
|
|
@Article{Lemmon-JCED-2009,
|
|
Title = {{Thermodynamic Properties of Propane. III. A Reference Equation of State for Temperatures from the Melting Line to 650 K and Pressures up to 1000 MPa}},
|
|
Author = {Eric W. Lemmon and Mark O. McLinden and Wolfgang Wagner},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2009},
|
|
Pages = {3141-3180},
|
|
Volume = {54},
|
|
|
|
Doi = {10.1021/je900217v},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.03.19}
|
|
}
|
|
|
|
@Article{Lemmon-JCED-2016-365227,
|
|
Title = {{Thermodynamic Properties of R-227ea, R-365mfc, R-115, and R13I1}},
|
|
Author = {Eric W. Lemmon and Roland Span},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2016, submitted},
|
|
|
|
Doi = {10.1021/acs.jced.5b00684},
|
|
Owner = {Belli},
|
|
Timestamp = {2015.11.24}
|
|
}
|
|
|
|
@Article{Lemmon-FPE-1999,
|
|
Title = {{A Helmholtz energy equation of state for calculating the thermodynamic properties of fluid mixtures}},
|
|
Author = {Eric W. Lemmon and Reiner Tillner-Roth},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {1999},
|
|
Pages = {1-21},
|
|
Volume = {165},
|
|
|
|
Owner = {ihb},
|
|
Timestamp = {2015.07.20}
|
|
}
|
|
|
|
@Article{Llovell-JPCB-2013,
|
|
Title = {{Transport Properties of Mixtures by the Soft-SAFT + Free-Volume Theory: Application to Mixtures of n-Alkanes and Hydrofluorocarbons}},
|
|
Author = {F. Llovell and R. M. Marcos and L. F. Vega},
|
|
Journal = {J. Phys. Chem. B},
|
|
Year = {2013},
|
|
Pages = {5195-5205},
|
|
Volume = {117},
|
|
|
|
Doi = {10.1021/jp401754r},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.07}
|
|
}
|
|
|
|
@Article{Marsh-JCED-2002,
|
|
Title = {{Measurement and Correlation of the Thermal Conductivity of Propane from 86 K to 600 K at Pressures to 70 MPa}},
|
|
Author = {Kenneth N. Marsh and Richard A. Perkins and Maria L. V. Ramires},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2002},
|
|
Pages = {932-940},
|
|
Volume = {47},
|
|
|
|
Doi = {10.1021/je010001m},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Book{Marx-BOOK-1992,
|
|
Title = {{Neue Zustandsgleichung f\"{u}r R 12, R 22, R 11 und R 113 - Beschreibung des therodynamischen Zustandsverhaltens bei Temperaturen bis 525 K und Dru\"{u}cken bis 200 MPa}},
|
|
Author = {Volker Marx and Andreas Pruss and Wolfgang Wagner},
|
|
Publisher = {VDI Verlag},
|
|
Year = {1992},
|
|
Number = {57},
|
|
Volume = {19},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.20}
|
|
}
|
|
|
|
@Article{McLinden-IJR-2000,
|
|
Title = {{An extended corresponding states model for the thermal conductivity of refrigerants and refrigerant mixtures}},
|
|
Author = {Mark O. McLinden and Sanford A. Klein and Richard A. Perkins},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {2000},
|
|
Pages = {43-63},
|
|
Volume = {23},
|
|
|
|
Doi = {10.1016/S0140-7007(99)00024-9},
|
|
Owner = {ibell},
|
|
Timestamp = {2010.07.06}
|
|
}
|
|
|
|
@Article{McLinden-JCED-2015-Novec649,
|
|
Title = {{Thermodynamic Properties of 1,1,1,2,2,4,5,5,5-nonafluoro-4-(trifluoromethyl)-3-pentanone: Vapor Pressure, (p, $\rho$, T) Behavior, and Speed of Sound Measurements, and Equation of State}},
|
|
Author = {Mark O. McLinden and Richard A. Perkins and Eric W. Lemmon and Tara J. Fortin},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2015},
|
|
Number = {12},
|
|
Pages = {3646-3659},
|
|
Volume = {60},
|
|
|
|
Doi = {10.1021/acs.jced.5b00623},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@InProceedings{McLinden-PURDUE-2010,
|
|
Title = {{Thermodynamic Properties of trans-1,3,3,3-tetrafluoropropene [R1234ze(E)]: Measurements of Density and Vapor Pressure and a Comprehensive Equation of State}},
|
|
Author = {Mark O. McLinden and Monika Thol and Eric W. Lemmon},
|
|
Booktitle = {International Refrigeration and Air Conditioning Conference at Purdue, July 12-15, 2010},
|
|
Year = {2010},
|
|
|
|
Comment = {The constants as written in the paper are not the most up-to-date EOS constants. REFPROP 9.1 contains the updated coefficients and they are used with permission. Also the sign of the terms for eta_k and beta_k should be inverted in the table},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Book{Melinder2010,
|
|
Title = {{Properties of Secondary Working Fluids for Indirect Systems}},
|
|
Author = {{\AA}ke Melinder},
|
|
Publisher = {IIF-IIR Publishing},
|
|
Year = {2010},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.17}
|
|
}
|
|
|
|
@Book{Melinder-BOOK-2010,
|
|
Title = {{Properties of Secondary Working Fluids for Indirect Systems}},
|
|
Author = {{\r{A}}ke Melinder},
|
|
Publisher = {IIF-IIR Publishing},
|
|
Year = {2010}
|
|
}
|
|
|
|
@Article{Meng-JCED-2012,
|
|
Title = {{Experimental Measurement and Modeling of the Viscosity of Dimethyl Ether}},
|
|
Author = {Xianyang Meng and Jianbo Zhang and Jiangtao Wu and Zhigang Liu},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2012},
|
|
Pages = {988-993},
|
|
Volume = {57},
|
|
|
|
Comment = {Erratum: Limits for deltaeta_r sums should be 0-3 and 4-9. The correct order of terms based on the original indices are 0,1,7,9,2,3,4,5,6,8},
|
|
Doi = {10.1021/je201297j},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@Article{Michailidou-JPCRD-2014-Heptane,
|
|
Title = {{Reference Correlation of the Viscosity of n-Heptane from the Triple Point to 600 K and up to 248 MPa}},
|
|
Author = {E. K. Michailidou and M. J. Assael and M. L. Huber and I. M. Abdulagatov and R. A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2014},
|
|
Pages = {023103},
|
|
Volume = {43},
|
|
|
|
Doi = {10.1063/1.4875930},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.06.10}
|
|
}
|
|
|
|
@Article{Michailidou-JPCRD-2013-Hexane,
|
|
Title = {{Reference Correlation of the Viscosity of n-Hexane from the Triple Point to 600 K and up to 100 MPa}},
|
|
Author = {E. K. Michailidou and M. J. Assael and M. L. Huber and R. A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2013},
|
|
Number = {3},
|
|
Pages = {033104:1-12},
|
|
Volume = {42},
|
|
|
|
Doi = {10.1063/1.4818980},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.09.21}
|
|
}
|
|
|
|
@Article{Michels-PHYSICA-1962,
|
|
Title = {{The Melting Lines of Argon, Krypton and Xenon up to 1500 atm; Representation of the Results by a Law of Corresponding States}},
|
|
Author = {A. Michels and C. Prins},
|
|
Journal = {Physica},
|
|
Year = {1962},
|
|
Pages = {101-116},
|
|
Volume = {28},
|
|
|
|
Doi = {10.1016/0031-8914(62)90096-4},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.10.02}
|
|
}
|
|
|
|
@Book{Michelsen-BOOK-2007,
|
|
Title = {{Thermodynamic Models: Fundamentals \& Computational Aspects}},
|
|
Author = {Michael L. Michelsen and J{\o}rgen M. Mollerup},
|
|
Publisher = {Tie-Line Publications},
|
|
Year = {2007},
|
|
|
|
Owner = {ihb},
|
|
Timestamp = {2015.05.01}
|
|
}
|
|
|
|
@Article{Miqueu-2000,
|
|
Title = {{An extended scaled equation for the temperature dependence of the surface tension of pure compounds inferred from an analysis of experimental data}},
|
|
Author = {C. Miqueu and D. Broseta and J. Satherley and B. Mendiboure and J. Lachaise and A. Graciaa},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2000},
|
|
Pages = {169-182},
|
|
Volume = {172},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.23}
|
|
}
|
|
|
|
@Article{Mondejar-JCED-2015-R1233zdE,
|
|
Title = {{Thermodynamic Properties of trans-1-Chloro-3,3,3-trifluoropropene (R1233zd(E)): Vapor Pressure, ($p$, $\rho$, $T$) Behavior, and Speed of Sound Measurements, and Equation of State}},
|
|
Author = {Mar{\'i}a E. Mondej{\'a}r and Mark O. McLinden and Eric W. Lemmon},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2015},
|
|
Pages = {2477-2489},
|
|
Volume = {60},
|
|
|
|
Doi = {10.1021/acs.jced.5b00348},
|
|
Owner = {Belli},
|
|
Timestamp = {2015.10.23}
|
|
}
|
|
|
|
@Article{Monsalvo-2006,
|
|
Title = {{High-pressure viscosity behavior of x 1,1,1,2-tetrafluoroethane (HFC-134a)+(1-x) triethylene glycol dimethylether (TriEGDME) mixtures: Measurements and modeling}},
|
|
Author = {Mat{\'i}as A. Monsalvo and Antoine Baylaucq and Sergio E. Qui{\~n}ones-Cisneros and Christian Boned},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2006},
|
|
Pages = {70-79},
|
|
Volume = {247},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Monsalvo-2005,
|
|
Title = {{Viscosity measurements and correlations of binary mixtures: 1,1,1,2-tetrafluoroethane (HFC-134a)+tetraethylene glycol dimethylether (TEGDME)}},
|
|
Author = {M.A. Monsalvo and A. Baylaucq and P. Reghem and S.E. Qui{\~n}ones-Cisnerosa and C. Boned},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2005},
|
|
Pages = {1-8},
|
|
Volume = {233},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Mulero-JPCRD-2014,
|
|
Title = {{Recommended Correlations for the Surface Tension of Several Fluids Included in the REFPROP Program}},
|
|
Author = {A. Mulero and I. Cachadi{\~n}a},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2014},
|
|
Pages = {023104-1:8},
|
|
Volume = {43},
|
|
|
|
Doi = {10.1063/1.4878755},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.06.10}
|
|
}
|
|
|
|
@Article{Mulero-JPCRD-2012,
|
|
Title = {{Recommended Correlations for the Surface Tension of Common Fluids}},
|
|
Author = {A. Mulero and I. Cachadi{\~n}a and M. I. Parra},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2012},
|
|
Number = {4},
|
|
Pages = {043105-1:13},
|
|
Volume = {41},
|
|
|
|
Doi = {10.1063/1.4768782},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Muzny-JCED-2013,
|
|
Title = {{Correlation for the Viscosity of Normal Hydrogen Obtained from Symbolic Regression}},
|
|
Author = {Chris D. Muzny and Marcia L. Huber and Andrei F. Kazakov},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2013},
|
|
|
|
Doi = {10.1021/je301273j},
|
|
Owner = {Belli},
|
|
Review = {Errata : In equation 7, the exponent should be -i rather than -1. Equation 6 is missing Avogadro's number},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{Mylona-JPCRD-2014-xylenes,
|
|
Title = {{Reference Correlations of the Thermal Conductivity of o-Xylene, m-Xylene, p-Xylene, and Ethylbenzene from the Triple Point to 700 K and Moderate Pressures}},
|
|
Author = {S. K. Mylona and K. D. Antoniadis and M. J. Assael and M. L. Huber and R. A. Perkins},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2014},
|
|
Pages = {043104},
|
|
Volume = {43},
|
|
|
|
Doi = {10.1063/1.4901166},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.12.10}
|
|
}
|
|
|
|
@Article{Nabizadeh-1999,
|
|
Title = {{Viscosity of Gaseous R404A, R407C, R410A, and R507}},
|
|
Author = {H. Nabizadeh and F. Mayinger},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {1999},
|
|
Number = {3},
|
|
Pages = {777-790},
|
|
Volume = {20},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Neufeld-1972,
|
|
Title = {{Empirical Equations to Calculate 16 of the Transport Collision Integrals $\Omega^{(l,s)*}$ for the Lennard-Jones (12-6) Potential}},
|
|
Author = {Philip D. Neufeld and A. R. Janzen and R. A. Aziz},
|
|
Journal = {J. Chem. Phys.},
|
|
Year = {1972},
|
|
Number = {3},
|
|
Pages = {1100-1102},
|
|
Volume = {57},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.25}
|
|
}
|
|
|
|
@Article{Okada-IJT-1999,
|
|
Title = {{Surface Tension of HFC Refrigerant Mixtures}},
|
|
Author = {M. Okada and T. Shibata and Y. Sato and Y. Higashi},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {1999},
|
|
Number = {1},
|
|
Pages = {119-127},
|
|
Volume = {20},
|
|
|
|
Doi = {10.1023/A:1021482231102},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.12.08}
|
|
}
|
|
|
|
@Article{Olchowy-IJT-1989,
|
|
Title = {{A Simplified Representation for the Thermal Conductivity of Fluids in the Critical Region}},
|
|
Author = {G. A. Olchowy and J. V. Sengers},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {1989},
|
|
Number = {2},
|
|
Pages = {417-426},
|
|
Volume = {10},
|
|
|
|
Doi = {10.1007/BF01133538},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.27}
|
|
}
|
|
|
|
@Unpublished{OrtizVega-2010,
|
|
Title = {{Equation of state for Helium}},
|
|
Author = {D.O. Ortiz-Vega and K.R. Hall and V.D. Arp and E.W. Lemmon},
|
|
Note = {Unpublished - coefficients from REPROP with permission},
|
|
Year = {2013},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.08.05}
|
|
}
|
|
|
|
@Article{Outcalt-JPCRD-1996-R152A,
|
|
Title = {{A Modified Benedict-Webb-Rubin Equation of State for the Thermodynamic Properties of R152a (1,1-difluoroethane)}},
|
|
Author = {Stephanie L. Outcalt and Mark O. McLinden},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1996},
|
|
Number = {2},
|
|
Pages = {605-636},
|
|
Volume = {25},
|
|
|
|
Doi = {10.1063/1.555979},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.10.02}
|
|
}
|
|
|
|
@Article{Patek2006,
|
|
Title = {{A computationally effective formulation of the thermodynamic properties of LiBr-H2O solutions from 273 to 500 K over full composition range}},
|
|
Author = {Jaroslav P\'atek and Jaroslav Klomfar},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {2006},
|
|
|
|
Month = {June},
|
|
Number = {4},
|
|
Pages = {566--578},
|
|
Volume = {29},
|
|
|
|
Doi = {10.1016/j.ijrefrig.2005.10.007},
|
|
Owner = {jowr},
|
|
Timestamp = {2013.11.22}
|
|
}
|
|
|
|
@Article{Pan-FPE-2012,
|
|
Title = {{An equation of state for the thermodynamic properties of 1,1,1,3,3,3-hexafluoropropane (HFC-236fa)}},
|
|
Author = {Jiang Pan and Xinfang Rui and Xiaodong Zhao and Liming Qiu},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2012},
|
|
Pages = {10-16},
|
|
Volume = {321},
|
|
|
|
Doi = {10.1016/j.fluid.2012.02.012},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{Peng-IECF-1976,
|
|
Title = {{A New Two-Constant Equation of State}},
|
|
Author = {Ding-Yu Peng and Donald B. Robinson},
|
|
Journal = {Ind. Eng. Chem. Fundamen.},
|
|
Year = {1976},
|
|
Number = {1},
|
|
Pages = {59-64},
|
|
Volume = {15},
|
|
|
|
Doi = {10.1021/i160057a011},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.07}
|
|
}
|
|
|
|
@Article{Penoncello-IJT-1995,
|
|
Title = {{A Thermodynamic Property Formulation for Cyclohexane}},
|
|
Author = {S. G. Penoncello and R. T Jacobsen and A. R. H. Goodwin},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {1995},
|
|
Number = {2},
|
|
Pages = {519-531},
|
|
Volume = {16},
|
|
|
|
Doi = {10.1007/BF01441918},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Penoncello-JPCRD-2003,
|
|
Title = {{A Fundamental Equation for Trifluoromethane (R-23)}},
|
|
Author = {Steven G. Penoncello and Eric W. Lemmon and Richard T Jacobsen and Zhengjun Shan},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2003},
|
|
Number = {4},
|
|
Pages = {1473-1499},
|
|
Volume = {32},
|
|
|
|
Doi = {10.1063/1.1559671},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@Article{Perkins-JCED-2002-Isobutane,
|
|
Title = {{Measurement and Correlation of the Thermal Conductivity of Isobutane from 114 K to 600 K at Pressures to 70 MPa}},
|
|
Author = {R.A. Perkins},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2002},
|
|
Number = {5},
|
|
Pages = {1272-1279},
|
|
Volume = {47},
|
|
|
|
Doi = {10.1021/je010121u},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Perkins-JCED-2011,
|
|
Title = {{Measurement and Correlation of the Thermal Conductivity of 2,3,3,3-Tetrafluoroprop-1-ene (R1234yf) and trans-1,3,3,3-Tetrafluoropropene (R1234ze(E))}},
|
|
Author = {Richard A. Perkins and Marcia L. Huber},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2011},
|
|
Pages = {4868-4874},
|
|
Volume = {56},
|
|
|
|
Doi = {10.1021/je200811n},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@Article{Perkins-JCED-2006,
|
|
Title = {{Measurement and Correlation of the Thermal Conductivity of Pentafluoroethane (R125) from 190 K to 512 K at Pressures to 70 MPa}},
|
|
Author = {Richard A. Perkins and Marcia L. Huber},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2006},
|
|
Pages = {898-904},
|
|
Volume = {51},
|
|
|
|
Doi = {10.1021/je050372t},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.13}
|
|
}
|
|
|
|
@Article{Perkins-JCED-2002-nButane,
|
|
Title = {{Measurement and Correlation of the Thermal Conductivity of Butane from 135 K to 600 K at Pressures to 70 MPa}},
|
|
Author = {R.A. Perkins and M.L.V. Ramires and C.A. Nieto de Castro and L. Cusco},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2002.},
|
|
Number = {5},
|
|
Pages = {1263-1271},
|
|
Volume = {47},
|
|
|
|
Doi = {10.1021/je0101202},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Piazza-FPE-2013,
|
|
Title = {{An equation of state for methanol including the association term of SAFT}},
|
|
Author = {L. Piazza and R. Span},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2013},
|
|
Pages = {12-24},
|
|
Volume = {349},
|
|
|
|
Doi = {10.1016/j.fluid.2013.03.024},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.02.02}
|
|
}
|
|
|
|
@Article{Piazza-FPE-2011,
|
|
Title = {{An equation of state for acetic acid including the association term of SAFT}},
|
|
Author = {L. Piazza and R. Span},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2011},
|
|
Pages = {134-149},
|
|
Volume = {303},
|
|
|
|
Doi = {10.1016/j.fluid.2011.01.008},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.02.27}
|
|
}
|
|
|
|
@Book{Platzer-BOOK-1990,
|
|
Title = {{Thermophysical Properties of Refrigerants}},
|
|
Author = {B. Platzer and A. Polt and G. Maurer},
|
|
Publisher = {Springer-Verlag},
|
|
Year = {1990},
|
|
|
|
Doi = {10.1007/978-3-662-02608-3},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.20}
|
|
}
|
|
|
|
@Book{Poling-BOOK-2001,
|
|
Title = {{The Properties of Gases and Liquids, 5th edition}},
|
|
Author = {Bruce E. Poling and John M. Prausnitz and John P. O'Connell},
|
|
Publisher = {McGraw Hill},
|
|
Year = {2001},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Polt-CT-1992,
|
|
Title = {{Parameter der thermischen Zustandsgleichung von Bender f{\"u}r 14 mehratomige reine Stoffe}},
|
|
Author = {Axel Polt and Bernhard Platzer and Gerd Maurer},
|
|
Journal = {Chem. Technik},
|
|
Year = {1992},
|
|
Pages = {216-224},
|
|
Volume = {22},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.29}
|
|
}
|
|
|
|
@InBook{Preisegger2010,
|
|
Title = {{VDI Heat Atlas}},
|
|
Author = {Ewald Preisegger and Felix Flohr and Gernot Krakat and Andreas Gl{\"u}ck and Dietmar Hunold},
|
|
Chapter = {D4 Properties of Industrial Heat Transfer Media},
|
|
Editor = {Peter Stephan},
|
|
Pages = {419--512},
|
|
Publisher = {Springer},
|
|
Year = {2010},
|
|
|
|
Address = {Berlin Heidelberg},
|
|
Edition = {2nd},
|
|
|
|
Doi = {10.1007/978-3-540-77877-6_20},
|
|
Owner = {jowr},
|
|
Timestamp = {2013.06.18}
|
|
}
|
|
|
|
@Article{QuinonesCisneros-JPCRD-2012,
|
|
Title = {{Correlation for the Viscosity of Sulfur Hexafluoride (SF6) from the Triple Point to 1000 K and Pressures to 50 MPa}},
|
|
Author = {S.E. Qui{\~n}ones-Cisneros and M.L. Huber and U.K. Deiters},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2012},
|
|
Number = {2},
|
|
Pages = {023102-1:11},
|
|
Volume = {41},
|
|
|
|
Doi = {10.1063/1.3702441},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{QuinonesCisneros-JPCB-2006,
|
|
Title = {{Generalization of the Friction Theory for Viscosity Modeling}},
|
|
Author = {Sergio E. Qui{\~n}ones-Cisneros and Ulrich K. Deiters},
|
|
Journal = {J. Phys. Chem. B},
|
|
Year = {2006},
|
|
Pages = {12820-12834},
|
|
Volume = {110},
|
|
|
|
Doi = {10.1021/jp0618577},
|
|
Owner = {Belli},
|
|
Timestamp = {2015.04.10}
|
|
}
|
|
|
|
@Article{QuinonesCisneros-JCED-2012,
|
|
Title = {{Reference Correlation for the Viscosity Surface of Hydrogen Sulfide}},
|
|
Author = {Sergio E. Qui{\~n}ones-Cisneros and Kurt A. G. Schmidt and Binod R. Giri and Pierre Blais and Robert A. Marriott},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2012},
|
|
Pages = {3014-3018},
|
|
Volume = {57},
|
|
|
|
Doi = {10.1021/je300601h},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.14}
|
|
}
|
|
|
|
@Article{QuinonesCisneros-FPE-2001,
|
|
Title = {{One parameter friction theory models for viscosity}},
|
|
Author = {Sergio E. Qui{\~n}ones-Cisneros and Claus K. Z{\'e}berg-Mikkelsen and Erling H. Stenby},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2001},
|
|
Pages = {1-16},
|
|
Volume = {176},
|
|
|
|
Doi = {10.1016/S0378-3812(00)00474-X},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.07}
|
|
}
|
|
|
|
@Article{QuinonesCisneros-FPE-2000,
|
|
Title = {{The friction theory (f-theory) for viscosity modeling}},
|
|
Author = {Sergio E. Qui{\~n}ones-Cisneros and Claus K. Zeberg-Mikkelsen and Erling H. Stenby},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2000},
|
|
Pages = {249-276},
|
|
Volume = {169},
|
|
|
|
Doi = {10.1016/S0378-3812(00)00310-1},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.07}
|
|
}
|
|
|
|
@PhdThesis{Quoilin-2011,
|
|
Title = {{Sustainable energy conversion through the use of Organic Rankine Cycles for waste heat recovery and solar applications}},
|
|
Author = {Sylvain Quoilin},
|
|
School = {University of Li\`{e}ge},
|
|
Year = {2011},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.03.30}
|
|
}
|
|
|
|
@Article{Reeves-JCP-1964,
|
|
Title = {{Melting Curves of Pressure Transmitting Fluids}},
|
|
Author = {Larry E. Reeves and Gene J. Scott and Stanley E. Babb Jr.},
|
|
Journal = {J. Chem. Phys.},
|
|
Year = {1964},
|
|
Pages = {3662-3666},
|
|
Volume = {40},
|
|
|
|
Doi = {10.1063/1.1725068},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.10.02}
|
|
}
|
|
|
|
@Book{deReuck-BOOK-1990,
|
|
Title = {{Fluorine: International Thermodynamic Tables of the Fluid State - 11}},
|
|
Author = {K.M. de Reuck},
|
|
Publisher = {Blackwell Scientific Publications},
|
|
Year = {1990},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.17}
|
|
}
|
|
|
|
@Book{deReuck-BOOK-1993,
|
|
Title = {{Methanol: International Thermodynamic Tables of the Fluid State - 12}},
|
|
Author = {K.M. de Reuck and R.J.B. Craven},
|
|
Publisher = {Blackwell Scientific Publications},
|
|
Year = {1993},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.17}
|
|
}
|
|
|
|
@Article{Richardson-JPCRD-2013,
|
|
Title = {{Fundamental Equation of State for Deuterium}},
|
|
Author = {I.A. Richardson and J.W. Leachman and E.W. Lemmon},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2014},
|
|
Pages = {013103},
|
|
Volume = {43},
|
|
|
|
Doi = {10.1063/1.4864752},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.28}
|
|
}
|
|
|
|
@Article{Richter-JCED-2011,
|
|
Title = {{Thermodynamic Properties of 2,3,3,3-Tetrafluoroprop-1-ene (R1234yf): Vapor Pressure and $p$-$\rho$-$T$ Measurements and an Equation of State}},
|
|
Author = {M. Richter and M. O. McLinden and E. W. Lemmon},
|
|
Journal = {J. Chem. Eng. Data},
|
|
Year = {2011},
|
|
Pages = {3254-3264},
|
|
Volume = {56},
|
|
|
|
Doi = {10.1021/je200369m},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Royal-2005,
|
|
Title = {{Predicting the viscosity of liquid refrigerant blends: comparison with experimental data}},
|
|
Author = {D.D. Royal and V. Vesovic and J.P.M. Trusler and W.A. Wakeham},
|
|
Journal = {Int. J. Refrig.},
|
|
Year = {2005},
|
|
Pages = {311?319},
|
|
Volume = {28},
|
|
|
|
Owner = {Belli},
|
|
Review = {Only includes liquid mixtures},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Rui-FPE-2013,
|
|
Title = {{An equation of state for the thermodynamic properties of 1,1,1,2,3,3-hexafluoropropane (R236ea)}},
|
|
Author = {Xinfang Rui and Jiang Pan and Yugang Wang},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2013},
|
|
Pages = {78-85},
|
|
Volume = {341},
|
|
|
|
Comment = {Erratum in paper: a1 should be -17.5983849 and a2 should be 8.87150449},
|
|
Doi = {10.1016/j.fluid.2012.12.026},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{SantamariaPerez-PRB-2010,
|
|
Title = {{High-pressure melting curve of helium and neon: Deviations from corresponding states theory}},
|
|
Author = {David Santamar{\'i}a-P{\'e}rez and Goutam Dev Mukherjee and Beate Schwager and Reinhard Boehler},
|
|
Journal = {Physical Review B},
|
|
Year = {2010},
|
|
Pages = {214101:1-5},
|
|
Volume = {81},
|
|
|
|
Doi = {10.1103/PhysRevB.81.214101},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.06.09}
|
|
}
|
|
|
|
@Article{Scalbrin-2002,
|
|
Title = {{A corresponding states predictive viscosity model based on a new scaling parameter: application to hydrocarbons, halocarbons and mixtures}},
|
|
Author = {G. Scalabrin and G. Cristofoli and M. Grigiante},
|
|
Journal = {Int. J. Energy Res.},
|
|
Year = {2002},
|
|
Pages = {1-26},
|
|
Volume = {26},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Scalabrin-JPCRD-2006-CO2,
|
|
Title = {{A Reference Multiparameter Thermal Conductivity Equation for Carbon Dioxide with an Optimized Functional Form}},
|
|
Author = {G. Scalabrin and P. Marchi and F. Finezzo and R. Span},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2006},
|
|
Number = {4},
|
|
Pages = {1549-1575},
|
|
Volume = {35},
|
|
|
|
Doi = {10.1063/1.2213631},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.05.30}
|
|
}
|
|
|
|
@Book{Schmidt1979,
|
|
Title = {{Properties of Water and Steam in SI-Units}},
|
|
Author = {Ernst Schmidt},
|
|
Publisher = {Springer},
|
|
Year = {1979},
|
|
Edition = {2nd},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Article{Schmidt-FPE-1985,
|
|
Title = {{A New Form of the Equation of State for Pure Substances and its Application to Oxygen}},
|
|
Author = {Schmidt, R. and Wagner, W.},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {1985},
|
|
Number = {3},
|
|
Pages = {175-200},
|
|
Volume = {19},
|
|
|
|
Doi = {10.1016/0378-3812(85)87016-3},
|
|
Owner = {Belli},
|
|
Timestamp = {2016.01.06}
|
|
}
|
|
|
|
@MastersThesis{Schroeder-MSTHESIS-2011,
|
|
Title = {{A New Fundamental Equation for Ethanol}},
|
|
Author = {Jacob Armin Schroeder},
|
|
School = {University of Idaho},
|
|
Year = {2011},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.13}
|
|
}
|
|
|
|
@Article{Schroeder-JPCRD-2014,
|
|
Title = {{A Fundamental Equation of State for Ethanol}},
|
|
Author = {Schroeder, J. A. and Penoncello, S. G. and Schroeder, J. S.},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2014},
|
|
Number = {4},
|
|
Pages = {043102},
|
|
Volume = {43},
|
|
|
|
Doi = {10.1063/1.4895394},
|
|
Eid = {043102}
|
|
}
|
|
|
|
@Article{Setzmann-JPCRD-1991,
|
|
Title = {{A New Equation of State and Tables of Thermodynamic Properties for Methane Covering the Range from the Melting Line to 625 K at Pressures up to 1000 MPa}},
|
|
Author = {U. Setzmann and W. Wagner},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1991},
|
|
Number = {6},
|
|
Pages = {1061-1151},
|
|
Volume = {20},
|
|
|
|
Doi = {10.1063/1.555898},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Shan-ASHRAE-2000,
|
|
Title = {{A generalized model for viscosity and thermal conductivity of trifluoromethane (R-23)}},
|
|
Author = {Shan, Zhengjun and Penoncello, Steven G and Jacobsen, Richard T},
|
|
Journal = {ASHRAE Transactions},
|
|
Year = {2000},
|
|
Pages = {757},
|
|
Volume = {106},
|
|
|
|
Publisher = {American Society of Heating, Refrigeration and Air Conditioning Engineers, Inc.}
|
|
}
|
|
|
|
@Article{Sharqawy2010,
|
|
Title = {Thermophysical properties of seawater: A review of existing correlations and data},
|
|
Author = {Mostafa H. Sharqawy and John H. Lienhard V and Syed M. Zubair},
|
|
Journal = {Desalination and Water Treatment},
|
|
Year = {2010},
|
|
Pages = {354--380},
|
|
Volume = {16},
|
|
|
|
Doi = {10.5004/dwt.2010.1079},
|
|
Owner = {jowr},
|
|
Timestamp = {2015.09.02}
|
|
}
|
|
|
|
@Manual{Skovrup2013,
|
|
Title = {{SecCool Properties v1.33}},
|
|
Author = {Morten Juel Skovrup},
|
|
Organization = {IPU Refrigeration and Energy Technology},
|
|
Year = {2013},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.17},
|
|
Url = {http://en.ipu.dk/Indhold/refrigeration-and-energy-technology/seccool.aspx}
|
|
}
|
|
|
|
@TechReport{Skovrup1999,
|
|
Title = {{Beregning af termodynamiske st{\o}rrelser for k{\o}lemidler -- Tilstandsligninger for rene stoffer og blandinger}},
|
|
Author = {Morten Juel Skovrup},
|
|
Institution = {{Institut for Energiteknik, Danmarks Tekniske Universitet}},
|
|
Year = {1999},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.12.17}
|
|
}
|
|
|
|
@Article{Smukala-JPCRD-2000,
|
|
Title = {{New Equation of State for Ethylene Covering the Fluid Region for Temperatures From the Melting Line to 450 K at Pressures up to 300 MPa}},
|
|
Author = {J. Smukala and R. Span and W. Wagner},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2000},
|
|
Number = {5},
|
|
Pages = {1053-1121},
|
|
Volume = {29},
|
|
|
|
Doi = {10.1063/1.1329318},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Book{Span-BOOK-2000,
|
|
Title = {{Multiparameter Equations of State - An Accurate Source of Thermodynamic Property Data}},
|
|
Author = {Roland Span},
|
|
Publisher = {Springer},
|
|
Year = {2000},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.03.18}
|
|
}
|
|
|
|
@Article{Span-JPCRD-2000,
|
|
Title = {{A Reference Equation of State for the Thermodynamic Properties of Nitrogen for Temperatures from 63.151 to 1000 K and Pressures to 2200 MPa}},
|
|
Author = {Roland Span and Eric W. Lemmon and Richard T. Jacobsen and Wolfgang Wagner and Akimichi Yokozeki},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2000},
|
|
Pages = {1361-1433},
|
|
Volume = {29},
|
|
|
|
Doi = {10.1063/1.1349047},
|
|
File = {:D\:\\My_Documents\\Library\\Papers\\Span Lemmon et al 2000.pdf:PDF},
|
|
Keywords = {EOS},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Span-IJT-2003B,
|
|
Title = {{Equations of State for Technical Applications. II. Results for Nonpolar Fluids}},
|
|
Author = {R. Span and W. Wagner},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {2003},
|
|
Pages = {41-109},
|
|
Volume = {24},
|
|
|
|
Doi = {10.1023/A:1022310214958},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Span-IJT-2003C,
|
|
Title = {{Equations of State for Technical Applications. III. Results for Polar Fluids}},
|
|
Author = {R. Span and W. Wagner},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {2003},
|
|
Pages = {111-162},
|
|
Volume = {24},
|
|
|
|
Doi = {10.1023/A:1022362231796},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Span-JPCRD-1996,
|
|
Title = {{A New Equation of State for Carbon Dioxide Covering the Fluid Region from the Triple Point Temperature to 1100 K at Pressures up to 800 MPa}},
|
|
Author = {R. Span and W. Wagner},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1996},
|
|
Pages = {1509-1596},
|
|
Volume = {25},
|
|
|
|
Doi = {10.1063/1.555991},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Span-FPE-2001,
|
|
Title = {{Multiparameter equations of state - recent trends and future challenges}},
|
|
Author = {R. Span and W. Wagner and E.W. Lemmon and R.T. Jacobsen},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2001},
|
|
Pages = {1-20},
|
|
Volume = {183-184},
|
|
|
|
Doi = {10.1016/S0378-3812(01)00416-2},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.08.18}
|
|
}
|
|
|
|
@Article{Stewart-JPCRD-1991,
|
|
Title = {{Thermodynamic Properties of Oxygen from the Triple Point to 300 K with Pressures to 80 MPa}},
|
|
Author = {Richard B. Stewart and Richard T. Jacobsen and W. Wagner},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1991},
|
|
Number = {5},
|
|
Pages = {917-1021},
|
|
Volume = {20},
|
|
|
|
Doi = {10.1063/1.555897},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Sun-BBPC-1988,
|
|
Title = {{Accurate Measurement of the Melting Line of Methanol and Ethanol at Pressures up to 270 MPa}},
|
|
Author = {T. F. Sun and J. A. Schouten and N. J. Trappeniers and S. N. Biswas},
|
|
Journal = {Ber. Bunsenges. Phys. Chem.},
|
|
Year = {1988},
|
|
Pages = {652--655},
|
|
Volume = {92},
|
|
|
|
Doi = {10.1002/bbpc.198800153},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.07.07}
|
|
}
|
|
|
|
@Article{Tanaka-IJT-1996,
|
|
Title = {{Thermal Conductivity and Viscosity of 2,2-Dichloro-1,1,1-Trifluoroethane (HCFC-123)}},
|
|
Author = {Y. Tanaka and T. Sotani},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {1996},
|
|
Number = {2},
|
|
Pages = {293-328},
|
|
Volume = {17},
|
|
|
|
Doi = {10.1007/BF01443394},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.13}
|
|
}
|
|
|
|
@Article{Tariq-JPCRD-2014-Cyclohexane,
|
|
Title = {{Reference Correlation of the Viscosity of Cyclohexane from the Triple Point to 700 K and up to 110 MPa}},
|
|
Author = {U. Tariq and A. R. B. Jusoh and N. Riesco and V. Vesovic},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2014},
|
|
Number = {3},
|
|
Pages = {033101-1:18},
|
|
Volume = {43},
|
|
|
|
Doi = {10.1063/1.4891103},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.08.21}
|
|
}
|
|
|
|
@Article{Tegeler-JPCRD-1999,
|
|
Title = {{A New Equation of State for Argon Covering the Fluid Region for Temperatures From the Melting Line to 700 K at Pressures up to 1000 MPa}},
|
|
Author = {Ch. Tegeler and R. Span and W. Wagner},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1999},
|
|
Pages = {779-850},
|
|
Volume = {28},
|
|
|
|
Doi = {10.1063/1.556037},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Thol-FPE-2016-MM,
|
|
Title = {{Fundamental equation of state correlation for hexamethyldisiloxane based on experimental and molecular simulation data}},
|
|
Author = {Monika Thol},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2015},
|
|
|
|
Doi = {10.1016/j.fluid.2015.09.047},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.11.21}
|
|
}
|
|
|
|
@PhdThesis{Thol-THESIS-2015,
|
|
Title = {{Empirical Multiparameter Equations of State Based on Molecular Simulation and Hybrid Data Sets}},
|
|
Author = {Monika Thol},
|
|
School = {Ruhr-Universit{\"a}t Bochum},
|
|
Year = {2015},
|
|
|
|
Owner = {Belli}
|
|
}
|
|
|
|
@Article{Thol-HTHP-2012,
|
|
Title = {{Equation of state for benzene for temperatures from the melting line up to 725 K with pressures up to 500 MPa}},
|
|
Author = {M. Thol and E.W. Lemmon and R. Span},
|
|
Journal = {High Temperatures-High Pressures},
|
|
Year = {2012},
|
|
Pages = {81-97},
|
|
Volume = {41},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.10}
|
|
}
|
|
|
|
@Article{Thol-IJT-2016-R1234zeE,
|
|
Title = {{Equation of State for the Thermodynamic Properties of trans-1,3,3,3-Tetrafluoropropene [R-1234ze(E)]}},
|
|
Author = {Monika Thol and Eric W. Lemmon},
|
|
Journal = {Int. J. Thermophys},
|
|
Year = {2016},
|
|
Number = {3},
|
|
Pages = {1--16},
|
|
Volume = {37},
|
|
|
|
Doi = {10.1007/s10765-016-2040-6},
|
|
Owner = {Belli},
|
|
Timestamp = {2016.01.25}
|
|
}
|
|
|
|
@Unpublished{Thol-2012,
|
|
Title = {{Equation of State for a Refrigerant Mixture of R365mfc (1,1,1,3,3-Pentafluorobutane) and Galden HT 55 (Perfluoropolyether)}},
|
|
Author = {Monika Thol and Eric W. Lemmon and Roland Span},
|
|
Note = {Unpublished},
|
|
Year = {2012},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.08.05}
|
|
}
|
|
|
|
@Article{Thol-IJT-2014,
|
|
Title = {{A New Functional Form for Equations of State for Some Weakly Associating Fluids}},
|
|
Author = {Thol, Monika and Piazza, Lorenzo and Span, Roland},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {2014},
|
|
Number = {5},
|
|
Pages = {783-811},
|
|
Volume = {35},
|
|
|
|
Doi = {10.1007/s10765-014-1633-1},
|
|
ISSN = {0195-928X},
|
|
Keywords = {Diethyl ether; Equation of state; Functional form; Helmholtz energy; Hydrogen chloride; Methyl chloride; Thermodynamic properties},
|
|
Language = {English},
|
|
Owner = {Belli},
|
|
Publisher = {Springer US},
|
|
Timestamp = {2016.01.04},
|
|
Url = {http://dx.doi.org/10.1007/s10765-014-1633-1}
|
|
}
|
|
|
|
@Article{Thol-CES-2015,
|
|
Title = {{Fundamental equation of state for ethylene oxide based on a hybrid dataset}},
|
|
Author = {Monika Thol and G{\'a}bor Rutkai and Andreas K{\"o}ster and Mirco Kortmann and Roland Span and Jadran Vrabec},
|
|
Journal = {Chem. Eng. Sci.},
|
|
Year = {2015},
|
|
Pages = {87--99},
|
|
Volume = {121},
|
|
|
|
Doi = {10.1016/j.ces.2014.07.051},
|
|
Owner = {Belli},
|
|
Timestamp = {2016.01.18}
|
|
}
|
|
|
|
@Article{Thol-CES-2015-CORR,
|
|
Title = {{Corrigendum to 'Fundamental equation of state for ethylene oxide based on a hybrid dataset'}},
|
|
Author = {Monika Thol and G{\'a}bor Rutkai and Andreas K{\"o}ster and Mirco Kortmann and Roland Span and Jadran Vrabec},
|
|
Journal = {Chem. Eng. Sci.},
|
|
Year = {2015},
|
|
Pages = {887--890},
|
|
Volume = {134},
|
|
|
|
Doi = {10.1016/j.ces.2015.06.020},
|
|
Owner = {Belli},
|
|
Timestamp = {2016.01.18}
|
|
}
|
|
|
|
@Unpublished{HelmholtzMedia,
|
|
Title = {HelmholtzMedia: Modelica library for the calculation of fluid properties from an equation of state (EoS).},
|
|
Author = {Matthis Thorade},
|
|
Note = {https://github.com/thorade/HelmholtzMedia},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.29}
|
|
}
|
|
|
|
@Article{Thorade-EES-2013,
|
|
Title = {{Partial derivatives of thermodynamic state properties for dynamic simulation}},
|
|
Author = {Thorade, Matthis and Saadat, Ali},
|
|
Journal = {Environmental Earth Sciences},
|
|
Year = {2013},
|
|
|
|
Month = apr,
|
|
|
|
Doi = {10.1007/s12665-013-2394-z},
|
|
ISSN = {1866-6280},
|
|
Keywords = {defined by specifying any,energy \'{a} partial derivatives,in fluid cycle,nation of two independent,other combi-,state can also be,state properties,thermodynamic properties \'{a} helmholtz,\'{a} dynamic simulation},
|
|
Owner = {jowr},
|
|
Timestamp = {2013.05.01},
|
|
Url = {http://link.springer.com/10.1007/s12665-013-2394-z}
|
|
}
|
|
|
|
@Article{TillnerRoth-IJT-1995,
|
|
Title = {{A Fundamental Equation of State for 1,1-Difluoroethane (HFC-152a)}},
|
|
Author = {R. Tillner-Roth},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {1995},
|
|
Number = {1},
|
|
Pages = {91-100},
|
|
Volume = {16},
|
|
|
|
Doi = {10.1007/BF01438960},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{TillnerRoth-JPCRD-1994,
|
|
Title = {{A International Standard Formulation for the Thermodynamic Properties of 1,1,1,2-Tetrafluoroethane (HFC-134a) for Temperatures from 170 K to 455 K and Pressures up to 70 MPa}},
|
|
Author = {Reiner Tillner-Roth and Hans Dieter Baehr},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1994},
|
|
Pages = {657-729},
|
|
Volume = {23},
|
|
|
|
Doi = {10.1063/1.555958},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@InProceedings{TillnerRoth-DKV-1993,
|
|
Title = {{Eine neue Fundamentalgleichung fur Ammoniak (A new Fundamental Equation of State for Ammonia)}},
|
|
Author = {R. Tillner-Roth and F. Harms-Watzenberg and H.D. Baehr},
|
|
Booktitle = {Deutscher Kaelte- und Klimatechnischer Verein Tagung 1993},
|
|
Year = {1993},
|
|
|
|
Journal = {Deutscher Kaelte- und Klimatechnischer Verein Tagung 1993},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{TillnerRoth-JPCRD-1997,
|
|
Title = {{An international standard equation of state for difluoromethane (R-32) for temperatures from the triple point at 136.34 K to 435 K and pressures up to 70 MPa}},
|
|
Author = {R. Tillner-Roth and A. Yokozeki},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1997},
|
|
Number = {6},
|
|
Pages = {1273-1328},
|
|
Volume = {26},
|
|
|
|
Doi = {10.1063/1.556002},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Tournier-2008,
|
|
Title = {{Properties of noble gases and binary mixtures for closed Brayton Cycle applications}},
|
|
Author = {Jean-Michel P. Tournier and Mohamed S. El-Genk},
|
|
Journal = {Energy Conversion and Management},
|
|
Year = {2008},
|
|
Pages = {469-492},
|
|
Volume = {49},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Tufeu-BBPC-1984,
|
|
Title = {{Thermal Conductivity of Ammonia in a Large Temperature and Pressure Range Including the Critical Region}},
|
|
Author = {R. Tufeu and D.Y. Ivanov and Y. Garrabos and B. Le Neindre},
|
|
Journal = {Bereicht der Bunsengesellschaft Phys. Chem.},
|
|
Year = {1984},
|
|
Pages = {422-427},
|
|
Volume = {88},
|
|
|
|
Doi = {10.1002/bbpc.19840880421},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Valderrama-IECR-2003,
|
|
Title = {{The State of the Cubic Equations of State}},
|
|
Author = {Jos{\'e} Valderrama},
|
|
Journal = {Ind. Eng. Chem. Res.},
|
|
Year = {2003},
|
|
Pages = {1603-1618},
|
|
Volume = {42},
|
|
|
|
Owner = {ihb},
|
|
Timestamp = {2015.07.20}
|
|
}
|
|
|
|
@Article{Vassiliou-JPCRD-2015-pentanes,
|
|
Title = {{Reference Correlations of the Thermal Conductivity of Cyclopentane, iso-Pentane, and n-Pentane}},
|
|
Author = {Vassiliou, C-M and Assael, MJ and Huber, ML and Perkins, RA},
|
|
Journal = {Journal of Physical and Chemical Reference Data},
|
|
Year = {2015},
|
|
Number = {3},
|
|
Pages = {033102},
|
|
Volume = {44},
|
|
|
|
Publisher = {AIP Publishing}
|
|
}
|
|
|
|
@Article{Vesovic-2002,
|
|
Title = {{Predicting the viscosity of halogenated hydrocarbon mixtures}},
|
|
Author = {V. Vesovic},
|
|
Journal = {Fluid Phase Equilib.},
|
|
Year = {2002},
|
|
Pages = {295-306},
|
|
Volume = {199},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Vesovic-JPCRD-1990,
|
|
Title = {{The Transport Properties of Carbon Dioxide}},
|
|
Author = {V. Vesovic and W.A. Wakeham and G.A. Olchowy and J.V. Sengers and J.T.R. Watson and J. Millat},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1990},
|
|
Pages = {763--808},
|
|
Volume = {19},
|
|
|
|
Doi = {10.1063/1.555875},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Vogel-JPCRD-1998,
|
|
Title = {{Reference Correlation of the Viscosity of Propane}},
|
|
Author = {E. Vogel and C. K{\"u}chenmeister and E. Bich and A. Laesecke},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1998},
|
|
Note = {5},
|
|
Pages = {947-970},
|
|
Volume = {27},
|
|
|
|
Doi = {10.1063/1.556025},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Vogel-IJT-2000,
|
|
Title = {{Viscosity Correlation for Isobutane over Wide Ranges of the Fluid Region}},
|
|
Author = {E. Vogel and C. Kuechenmeister and E. Bich},
|
|
Journal = {Int. J. Thermophys},
|
|
Year = {2000},
|
|
Number = {2},
|
|
Pages = {343-356},
|
|
Volume = {21},
|
|
|
|
Doi = {10.1023/A:1006623310780},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Vogel-HTHP-1999,
|
|
Title = {{Viscosity for n-Butane in the Fluid Region}},
|
|
Author = {E. Vogel and C. Kuechenmeister and E. Bich},
|
|
Journal = {High Temp. - High Pressures},
|
|
Year = {1999},
|
|
Number = {2},
|
|
Pages = {173-186},
|
|
Volume = {31},
|
|
|
|
Doi = {10.1068/htrt154},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@InProceedings{deVries-ICR-1995,
|
|
Title = {{Thermodynamic Properties of HCFC 124}},
|
|
Author = {B. de Vries and R. Tillner-Roth and H.D. Baehr},
|
|
Booktitle = {19th International Congress of Refrigeration, The Hague, The Netherlands},
|
|
Year = {1995},
|
|
Pages = {582-589},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.01}
|
|
}
|
|
|
|
@Unpublished{FLUIDCAL,
|
|
Title = {FLUIDCAL: Software FLUIDCAL for the Calculation of Thermodynamic Properties for a Great Number of Substances},
|
|
Author = {W. Wagner},
|
|
Note = {http://www.thermo.rub.de/en/prof-w-wagner/software/fluidcal.html},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.05.29}
|
|
}
|
|
|
|
@Article{Wagner-JPCRD-2002,
|
|
Title = {{The IAPWS Formulation 1995 for the Thermodynamic Properties of Ordinary Water Substance for General and Scientific Use}},
|
|
Author = {W. Wagner and A. Pruss},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2002},
|
|
Pages = {387--535},
|
|
Volume = {31},
|
|
|
|
Doi = {10.1063/1.1461829},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Wei-AICHEJ-2000,
|
|
Title = {{Equations of State for the Calculation of Fluid-Phase Equilibria}},
|
|
Author = {Ya Song Wei and Richard J. Sadus},
|
|
Journal = {AIChE Journal},
|
|
Year = {2000},
|
|
Number = {1},
|
|
Pages = {169-196},
|
|
Volume = {46},
|
|
|
|
Owner = {ihb},
|
|
Timestamp = {2015.07.20}
|
|
}
|
|
|
|
@Article{Wu-IJT-2012,
|
|
Title = {{An Equation of State for Fluoroethane (R161)}},
|
|
Author = {Jiangtao Wu and Yong Zhou},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {2012},
|
|
Pages = {220-234},
|
|
Volume = {33},
|
|
|
|
Doi = {10.1007/s10765-011-1151-3},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.01.22}
|
|
}
|
|
|
|
@Article{Wu-JPCRD-2011,
|
|
Title = {{An Equation of State for the Thermodynamic Properties of Dimethyl Ether}},
|
|
Author = {Jiangtao Wu and Yong Zhou and Eric W. Lemmon},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2011},
|
|
Number = {2},
|
|
Pages = {023104-1:16},
|
|
Volume = {40},
|
|
|
|
Doi = {10.1063/1.3582533},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@Article{Xiang-JPCRD-2006,
|
|
Title = {{A New Reference Correlation for the Viscosity of Methanol}},
|
|
Author = {Hong Wei Xiang and Arno Laesecke and Marcia L. Huber},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2006},
|
|
Number = {4},
|
|
Pages = {1597-1:24},
|
|
Volume = {35},
|
|
|
|
Doi = {10.1063/1.2360605},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.08.26}
|
|
}
|
|
|
|
@Article{Yokoyama-2006,
|
|
Title = {{Viscosity of Gaseous Mixtures of HFC-125 + Propane from 298.15 to 423.15K at Pressures to 6.7 MPa}},
|
|
Author = {C. Yokoyama and T. Nishino and M. Takahashi},
|
|
Journal = {Int. J. Thermophys.},
|
|
Year = {2006},
|
|
Number = {3},
|
|
Pages = {714-728},
|
|
Volume = {27},
|
|
|
|
Owner = {Belli},
|
|
Timestamp = {2013.07.03}
|
|
}
|
|
|
|
@Article{Younglove-JPCRD-1994,
|
|
Title = {{An International Standard Equation of State for the Thermodynamic Properties of Refrigerant 123 (2,2-Dichloro-1,1,1-Trifluoroethane)}},
|
|
Author = {Ben A. Younglove},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {1994},
|
|
Number = {5},
|
|
Pages = {731-779},
|
|
Volume = {23},
|
|
|
|
Doi = {10.1063/1.555950},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@TechReport{Younglove-NIST-1982,
|
|
Title = {{Thermophysical properties of fluids. I. Argon, ethylene, parahydrogen, nitrogen, nitrogen trifluoride, and oxygen}},
|
|
Author = {Younglove, Ben A},
|
|
Institution = {DTIC Document},
|
|
Year = {1982}
|
|
}
|
|
|
|
@TechReport{Zavoico2001,
|
|
Title = {{Solar Power Tower Design Basis Document}},
|
|
Author = {Alexis B. Zavoico},
|
|
Institution = {Sandia National Laboratories},
|
|
Year = {2001},
|
|
Month = {July},
|
|
|
|
Doi = {10.2172/786629},
|
|
Owner = {jowr},
|
|
Timestamp = {2013.10.23},
|
|
Url = {http://prod.sandia.gov/techlib/access-control.cgi/2001/012100.pdf}
|
|
}
|
|
|
|
@Article{Zhou-JPCRD-2014,
|
|
Title = {{An Equation of State for the Thermodynamic Properties of Cyclohexane}},
|
|
Author = {Yong Zhou and Jun Liu and Steven G. Penoncello and Eric W. Lemmon},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2014},
|
|
Pages = {043105-1:12},
|
|
Volume = {43},
|
|
|
|
Abstract = {Erratum: Reference values for enthalpy and entropy in the homogeneous phase are incorrect as published},
|
|
Doi = {10.1063/1.4900538},
|
|
Owner = {Belli},
|
|
Timestamp = {2014.12.06}
|
|
}
|
|
|
|
@Article{Zhou-JPCRD-2012,
|
|
Title = {{Thermodynamic Properties of o-Xylene, m-Xylene, p-Xylene, and Ethylbenzene}},
|
|
Author = {Yong Zhou and Jiangtao Wu and Eric W. Lemmon},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2012},
|
|
Number = {2},
|
|
Pages = {023103-1 -- 023103-26},
|
|
Volume = {41},
|
|
|
|
Doi = {10.1063/1.3703506},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.08}
|
|
}
|
|
|
|
@Article{Zhou-JPCRD-2011,
|
|
Title = {{Thermodynamic Properties of Dimethyl Carbonate}},
|
|
Author = {Yong Zhou and Jiangtao Wu and Eric W. Lemmon},
|
|
Journal = {J. Phys. Chem. Ref. Data},
|
|
Year = {2011},
|
|
Number = {4},
|
|
Pages = {043106-1:11},
|
|
Volume = {40},
|
|
|
|
Doi = {10.1063/1.3664084},
|
|
Owner = {Belli},
|
|
Timestamp = {2013.04.09}
|
|
}
|
|
|
|
@Manual{Dynalene2014,
|
|
Title = {{Technical Data Sheet}},
|
|
Organization = {{Dynalene Inc.}},
|
|
Year = {2014},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Therminol2014,
|
|
Title = {{Therminol Heat Transfer Reference Disk v5.1}},
|
|
Organization = {{Eastman Chemical Company}},
|
|
Year = {2014},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.17},
|
|
Url = {http://www.therminol.com/resources/therminol-reference-disk}
|
|
}
|
|
|
|
@Manual{Paratherm2013,
|
|
Title = {{Thermal Properties Calculator v6.4}},
|
|
Organization = {{Paratherm Ltd.}},
|
|
Year = {2013},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22},
|
|
Url = {http://paracalc.paratherm.com}
|
|
}
|
|
|
|
@Manual{Arteco2010,
|
|
Title = {{Technical Information}},
|
|
Organization = {{Arteco NV/SA}},
|
|
Year = {2010},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{3M2007,
|
|
Title = {{Technical Information}},
|
|
Organization = {{3M Company}},
|
|
Year = {2007},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{PKS2005,
|
|
Title = {{Technical Data Sheet}},
|
|
Organization = {{pro K{\"u}hlsole GmbH}},
|
|
Year = {2005},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Chevron2004,
|
|
Title = {{Technical Data Sheet}},
|
|
Organization = {{Chevron Products Company}},
|
|
Year = {2004},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Aspen2001,
|
|
Title = {{Technical Data Sheet}},
|
|
Organization = {{Aspen Petroleum AB}},
|
|
Year = {2001},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Clariant2000,
|
|
Title = {{Technical Data Sheet}},
|
|
Organization = {{Clariant GmbH}},
|
|
Year = {2000},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Hydro2000,
|
|
Title = {{Technical Information}},
|
|
Organization = {{Hydro Chemicals}},
|
|
Year = {2000},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Sulzer1999,
|
|
Title = {{Technical Information}},
|
|
Organization = {{Sulzer Chemtech AG}},
|
|
Year = {1999},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Tyfoprop1999,
|
|
Title = {{Technical Information}},
|
|
Organization = {{Tyforop Chemie Gmbh}},
|
|
Year = {1999},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Kemira1998,
|
|
Title = {{Technical Data Sheet}},
|
|
Organization = {{Kemira Chemicals OY}},
|
|
Year = {1998},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Dow1997,
|
|
Title = {{Technical Data Sheet}},
|
|
Organization = {{The Dow Chemical Company}},
|
|
Year = {1997},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@Manual{Hoechst1995,
|
|
Title = {{Technical Information}},
|
|
Organization = {{Hoechst AG}},
|
|
Year = {1995},
|
|
|
|
Owner = {jowr},
|
|
Timestamp = {2014.09.22}
|
|
}
|
|
|
|
@comment{jabref-meta: selector_publisher:}
|
|
|
|
@comment{jabref-meta: selector_review:}
|
|
|
|
@comment{jabref-meta: selector_author:}
|
|
|
|
@comment{jabref-meta: selector_keywords:}
|
|
|
|
@comment{jabref-meta: selector_journal:}
|
|
|