CoolProp 8.0.0
An open-source fluid property and humid air property database
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CoolProp::region::AxisTransform Struct Reference

Detailed Description

Definition at line 40 of file AxisTransform.h.

#include <AxisTransform.h>

Public Member Functions

double forward (double a) const noexcept
 
double inverse (double xi) const noexcept
 
double dxi_da (double a) const noexcept
 

Static Public Member Functions

static AxisTransform make (AxisScale s, double a_lo, double a_hi)
 

Public Attributes

AxisScale scale
 
double a_lo
 
double a_hi
 
double a_lo_t
 
double a_hi_t
 
double inv_span_t
 

Member Function Documentation

◆ dxi_da()

double CoolProp::region::AxisTransform::dxi_da ( double  a) const
inlinenoexcept

Definition at line 107 of file AxisTransform.h.

◆ forward()

double CoolProp::region::AxisTransform::forward ( double  a) const
inlinenoexcept

Definition at line 73 of file AxisTransform.h.

◆ inverse()

double CoolProp::region::AxisTransform::inverse ( double  xi) const
inlinenoexcept

Definition at line 85 of file AxisTransform.h.

◆ make()

static AxisTransform CoolProp::region::AxisTransform::make ( AxisScale  s,
double  a_lo,
double  a_hi 
)
inlinestatic

Definition at line 54 of file AxisTransform.h.

Member Data Documentation

◆ a_hi

double CoolProp::region::AxisTransform::a_hi

Definition at line 44 of file AxisTransform.h.

◆ a_hi_t

double CoolProp::region::AxisTransform::a_hi_t

Definition at line 46 of file AxisTransform.h.

◆ a_lo

double CoolProp::region::AxisTransform::a_lo

Definition at line 43 of file AxisTransform.h.

◆ a_lo_t

double CoolProp::region::AxisTransform::a_lo_t

Definition at line 45 of file AxisTransform.h.

◆ inv_span_t

double CoolProp::region::AxisTransform::inv_span_t

Definition at line 47 of file AxisTransform.h.

◆ scale

AxisScale CoolProp::region::AxisTransform::scale

Definition at line 42 of file AxisTransform.h.


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