CoolProp 6.8.1dev
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 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< 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 417 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 411 of file superancillary.h.

◆ xmax

double CoolProp::superancillary::IntervalMatch::xmax

The maximum value of the independent variable.

Definition at line 413 of file superancillary.h.

◆ xmin

double CoolProp::superancillary::IntervalMatch::xmin

The minimum value of the independent variable.

Definition at line 412 of file superancillary.h.

◆ ymax

double CoolProp::superancillary::IntervalMatch::ymax

The maximum value of the dependent variable

Definition at line 415 of file superancillary.h.

◆ ymin

double CoolProp::superancillary::IntervalMatch::ymin

The minimum value of the dependent variable.

Definition at line 414 of file superancillary.h.


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