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::MonotonicExpansionMatch Struct Reference

Detailed Description

Data associated with monotonic expansion.

Definition at line 426 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 match. More...
 

Public Attributes

std::size_t idx
 The index of the expansion that has been matched. More...
 
double ymin
 The minimum value of the dependent variable. More...
 
double ymax
 The maximum value of the dependent variable. More...
 
double xmin
 The minimum value of the independent variable. More...
 
double xmax
 

Member Function Documentation

◆ contains_y()

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

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

Definition at line 434 of file superancillary.h.

Member Data Documentation

◆ idx

std::size_t CoolProp::superancillary::MonotonicExpansionMatch::idx

The index of the expansion that has been matched.

Definition at line 428 of file superancillary.h.

◆ xmax

double CoolProp::superancillary::MonotonicExpansionMatch::xmax

The maximum value of the independent variable

Definition at line 432 of file superancillary.h.

◆ xmin

double CoolProp::superancillary::MonotonicExpansionMatch::xmin

The minimum value of the independent variable.

Definition at line 431 of file superancillary.h.

◆ ymax

double CoolProp::superancillary::MonotonicExpansionMatch::ymax

The maximum value of the dependent variable.

Definition at line 430 of file superancillary.h.

◆ ymin

double CoolProp::superancillary::MonotonicExpansionMatch::ymin

The minimum value of the dependent variable.

Definition at line 429 of file superancillary.h.


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