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:
Ian Bell
2014-05-27 18:30:30 +02:00
parent bb4035467e
commit d741df4e2d
13 changed files with 493 additions and 90 deletions

View File

@@ -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: