MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / acentric_factor

Method acentric_factor

src/AbstractState.cpp:804–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802 return calc_melting_line(param, given, value);
803}
804double AbstractState::acentric_factor() {
805 return calc_acentric_factor();
806}
807double AbstractState::saturation_ancillary(parameters param, int Q, parameters given, double value) {
808 return calc_saturation_ancillary(param, Q, given, value);
809}

Callers 1

T_DP_PengRobinsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected