mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-02-12 23:05:18 -05:00
Added some new functions to handle volume fractions, hope this does not cause any trouble other places
This commit is contained in:
@@ -32,6 +32,8 @@ public:
|
||||
|
||||
// REFPROP backend uses mole fractions
|
||||
bool using_mole_fractions(){return true;}
|
||||
bool using_mass_fractions(){return false;}
|
||||
bool using_volu_fractions(){return false;}
|
||||
|
||||
/// Updating function for REFPROP
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user