mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-23 12:58:03 -05:00
Implemented Phase output again
Added PhaseSI function which will return phase for given input - exposed to DLL PropsSI can also return phase as double if "Phase" is the input Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -85,6 +85,8 @@ parameter_info parameter_info_list[] = {
|
||||
parameter_info(idalpha0_dtau_constdelta, "dalpha0_dtau_constdelta","O","-","Derivative of ideal Helmholtz energy with tau",false),
|
||||
parameter_info(idalpha0_ddelta_consttau, "dalpha0_ddelta_consttau","O","-","Derivative of ideal Helmholtz energy with delta",false),
|
||||
|
||||
parameter_info(iPhase, "Phase","O","-","Phase index from \ref phases",false),
|
||||
|
||||
};
|
||||
|
||||
class ParameterInformation
|
||||
|
||||
Reference in New Issue
Block a user