mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-09 14:08:08 -05:00
@@ -39,7 +39,8 @@
|
||||
"\n",
|
||||
"### Caveats:\n",
|
||||
"* When superancillaries are enabled, the \"critical point\" is the numerical one that is obtained by enforcing $\\left(\\frac{\\partial p}{\\partial \\rho}\\right)_T = \\left(\\frac{\\partial^2 p}{\\partial \\rho^2}\\right)_T = 0$, rather than the one reported by the EOS developers. This is because the superancillaries are developed to try to fix the critical region as well as possible. The differences can be sometimes not too small: [An Analysis of the Critical Region of Multiparameter Equations of State](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=WNn0e_4AAAAJ&sortby=pubdate&citation_for_view=WNn0e_4AAAAJ:1qzjygNMrQYC)\n",
|
||||
"* When pressure is provided, the inverse superancillary for $T(p)$ is used, which introduces a very small error"
|
||||
"* When pressure is provided, the inverse superancillary for $T(p)$ is used, which introduces a very small error\n",
|
||||
"* When superancillaries are used, there is an overhead per `AbstractState` instantiation on the order of 100 $\\mu$s; if you cannot tolerate that overhead, either a) use the low-level interface, where that overhead can be amortized, or define the environment variable `COOLPROP_DISABLE_SUPERANCILLARIES_ENTIRELY` to turn off the parsing of superancillary data structures."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user