Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CoolProp/CoolProp
/ is_valid
Method
is_valid
include/CoolProp/DataStructures.h:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
Q = v;
30
}
31
bool is_valid() {
32
return ValidNumber(rhomolar) && ValidNumber(T) && ValidNumber(hmolar) && ValidNumber(p);
33
}
34
};
35
36
struct CriticalState : SimpleState
Callers
2
calc_ssat_max
Method · 0.80
calc_hsat_max
Method · 0.80
Calls
1
ValidNumber
Function · 0.85
Tested by
no test coverage detected