mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-13 15:25:22 -05:00
Get reducing state works properly - now virtual
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -242,6 +242,8 @@ public:
|
||||
void calc_reducing_state(void);
|
||||
SimpleState calc_reducing_state_nocache(const std::vector<long double> & mole_fractions);
|
||||
|
||||
const CoolProp::SimpleState & get_reducing_state(){calc_reducing_state(); return _reducing;};
|
||||
|
||||
/**
|
||||
In a general way we can calculate any first partial derivative based on calculating derivatives with respect to the fundamental variables of the EOS, \f$\tau\f$ and \f$\delta\f$
|
||||
\f[
|
||||
|
||||
Reference in New Issue
Block a user