CoolProp 7.2.0
An open-source fluid property and humid air property database
Public Member Functions | Public Attributes | List of all members
CoolProp::superancillary::IntervalMatch Struct Reference

Detailed Description

Data associated with a monotonic interval.

Definition at line 440 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< MonotonicExpansionMatchexpansioninfo
 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
 

Member Function Documentation

◆ contains_y()

bool CoolProp::superancillary::IntervalMatch::contains_y ( double  y) const
inline

Check if a value of the dependent variable is within this interval.

Definition at line 448 of file superancillary.h.

Member Data Documentation

◆ expansioninfo

std::vector<MonotonicExpansionMatch> CoolProp::superancillary::IntervalMatch::expansioninfo

The information about the expansions for this interval.

Definition at line 442 of file superancillary.h.

◆ xmax

double CoolProp::superancillary::IntervalMatch::xmax

The maximum value of the independent variable.

Definition at line 444 of file superancillary.h.

◆ xmin

double CoolProp::superancillary::IntervalMatch::xmin

The minimum value of the independent variable.

Definition at line 443 of file superancillary.h.

◆ ymax

double CoolProp::superancillary::IntervalMatch::ymax

The maximum value of the dependent variable

Definition at line 446 of file superancillary.h.

◆ ymin

double CoolProp::superancillary::IntervalMatch::ymin

The minimum value of the dependent variable.

Definition at line 445 of file superancillary.h.


The documentation for this struct was generated from the following file: