MCPcopy 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
36struct CriticalState : SimpleState

Callers 2

calc_ssat_maxMethod · 0.80
calc_hsat_maxMethod · 0.80

Calls 1

ValidNumberFunction · 0.85

Tested by

no test coverage detected