mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 21:08:06 -05:00
Add PIP as string parameter; closes #659
This commit is contained in:
@@ -315,6 +315,8 @@ double AbstractState::keyed_output(parameters key)
|
||||
return phase();
|
||||
case iZ:
|
||||
return compressibility_factor();
|
||||
case iPIP:
|
||||
return PIP();
|
||||
default:
|
||||
throw ValueError(format("This input [%d: \"%s\"] is not valid for keyed_output",key,get_parameter_information(key,"short").c_str()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user