|
teqp 0.23.1
|
The Twu alpha function used by Peng-Robinson and SRK. More...
#include <simple_cubics.hpp>
Public Member Functions | |
| TwuAlphaFunction (NumType Tci, const Eigen::Array3d &c) | |
| template<typename TType> | |
| auto | operator() (const TType &T) const |
The Twu alpha function used by Peng-Robinson and SRK.
\[\alpha_i = \left(\frac{T}{T_{ci}\right)^{c_2(c_1-1)}\exp\left[c_0(1-\left(\frac{T}{T_{ci}\right)^{c_1c_2})\right] \]
Definition at line 49 of file simple_cubics.hpp.
|
inline |
Definition at line 54 of file simple_cubics.hpp.
|
inline |
Definition at line 60 of file simple_cubics.hpp.