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

Method Isoline

src/CoolPropPlot.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147Isoline::Isoline(CoolProp::parameters key, CoolProp::parameters xkey, CoolProp::parameters ykey, double value,
148 const std::shared_ptr<CoolProp::AbstractState>& state)
149 : key_(key), xkey_(xkey), ykey_(ykey), value(value), state_(state) {
150 this->critical_state_ = Detail::get_critical_point(state);
151}
152
153Range Isoline::get_sat_bounds(CoolProp::parameters key) const {
154 double s = 1e-7;

Callers

nothing calls this directly

Calls 1

get_critical_pointFunction · 0.70

Tested by

no test coverage detected