Added some new functions to handle volume fractions, hope this does not cause any trouble other places

This commit is contained in:
jowr
2014-07-22 17:29:01 +02:00
parent 85c2e7954f
commit 6360e84a54
13 changed files with 278 additions and 65 deletions

View File

@@ -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
/**