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

Method isoline_range

src/CoolPropPlot.cpp:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310Range PropertyPlot::isoline_range(CoolProp::parameters key) const {
311 if (key == CoolProp::iQ)
312 return {0, 1};
313 else
314 return get_axis_limits(key, CoolProp::iT).x;
315}
316
317Isolines PropertyPlot::calc_isolines(CoolProp::parameters key, const std::vector<double>& values, int points) const {
318 std::vector<double> xvals = generate_values_in_range(xaxis.scale, xaxis.range, points);

Callers 1

CoolPropPlot.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected