mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 04:47:57 -05:00
All fluid specific transport property correlations implemented - a few tests fail still, need to figure out why
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -182,6 +182,14 @@ double AbstractState::keyed_output(int key)
|
||||
return umolar();
|
||||
case iUmass:
|
||||
return umolar()/molar_mass();
|
||||
case iCvmolar:
|
||||
return cvmolar();
|
||||
case iCvmass:
|
||||
return cvmolar()/molar_mass();
|
||||
case iCpmolar:
|
||||
return cpmolar();
|
||||
case iCpmass:
|
||||
return cpmolar()/molar_mass();
|
||||
case imolar_mass:
|
||||
return molar_mass();
|
||||
case iT_reducing:
|
||||
|
||||
Reference in New Issue
Block a user