CoolProp 6.8.1dev
An open-source fluid property and humid air property database
|
Data associated with a monotonic interval.
Definition at line 410 of file superancillary.h.
#include <superancillary.h>
Public Member Functions | |
bool | contains_y (double y) const |
Check if a value of the dependent variable is within this interval. More... | |
Public Attributes | |
std::vector< MonotonicExpansionMatch > | expansioninfo |
The information about the expansions for this interval. More... | |
double | xmin |
The minimum value of the independent variable. More... | |
double | xmax |
The maximum value of the independent variable. More... | |
double | ymin |
The minimum value of the dependent variable. More... | |
double | ymax |
|
inline |
Check if a value of the dependent variable is within this interval.
Definition at line 417 of file superancillary.h.
std::vector<MonotonicExpansionMatch> CoolProp::superancillary::IntervalMatch::expansioninfo |
The information about the expansions for this interval.
Definition at line 411 of file superancillary.h.
double CoolProp::superancillary::IntervalMatch::xmax |
The maximum value of the independent variable.
Definition at line 413 of file superancillary.h.
double CoolProp::superancillary::IntervalMatch::xmin |
The minimum value of the independent variable.
Definition at line 412 of file superancillary.h.
double CoolProp::superancillary::IntervalMatch::ymax |
The maximum value of the dependent variable
Definition at line 415 of file superancillary.h.
double CoolProp::superancillary::IntervalMatch::ymin |
The minimum value of the dependent variable.
Definition at line 414 of file superancillary.h.