mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 20:38:01 -05:00
Give access to alphar in high-level API; closes #1012
This commit is contained in:
@@ -355,6 +355,8 @@ double AbstractState::keyed_output(parameters key)
|
||||
return get_reducing_state().rhomolar;
|
||||
case ispeed_sound:
|
||||
return speed_sound();
|
||||
case ialphar:
|
||||
return alphar();
|
||||
case ialpha0:
|
||||
return alpha0();
|
||||
case idalpha0_ddelta_consttau:
|
||||
|
||||
Reference in New Issue
Block a user