Definition at line 398 of file PolyMath.h.
#include <PolyMath.h>
|
| Poly2DFracResidual (Polynomial2DFrac &poly, const Eigen::MatrixXd &coefficients, const double &in, const double &z_in, const int &axis, const int &x_exp, const int &y_exp, const double &x_base, const double &y_base) |
|
virtual | ~Poly2DFracResidual () |
|
double | call (double target) |
|
double | deriv (double target) |
|
| Poly2DResidual (Polynomial2D &poly, const Eigen::MatrixXd &coefficients, const double &in, const double &z_in, const int &axis) |
|
virtual | ~Poly2DResidual () |
|
| FuncWrapper1D () |
|
virtual | ~FuncWrapper1D () |
|
virtual bool | input_not_in_range (double x) |
|
◆ Poly2DFracResidual() [1/2]
CoolProp::Poly2DFracResidual::Poly2DFracResidual |
( |
| ) |
|
|
protected |
◆ Poly2DFracResidual() [2/2]
CoolProp::Poly2DFracResidual::Poly2DFracResidual |
( |
Polynomial2DFrac & |
poly, |
|
|
const Eigen::MatrixXd & |
coefficients, |
|
|
const double & |
in, |
|
|
const double & |
z_in, |
|
|
const int & |
axis, |
|
|
const int & |
x_exp, |
|
|
const int & |
y_exp, |
|
|
const double & |
x_base, |
|
|
const double & |
y_base |
|
) |
| |
Residual of a polynomial divided by the independent variable
- Parameters
-
poly | polynomial object used to evaluate the calls |
coefficients | |
in | double value that represents the current input in x (1st dimension) or y (2nd dimension) |
z_in | double value that represents the current output in the 3rd dimension |
axis | unsigned integer value that represents the axis to solve for (0=x, 1=y) |
x_exp | first exponent in x-direction |
y_exp | first exponent in y-direction |
x_base | base value for x (x = x_in - x_base) |
y_base | base value for y (y = y_in - y_base) |
Definition at line 905 of file PolyMath.cpp.
◆ ~Poly2DFracResidual()
virtual CoolProp::Poly2DFracResidual::~Poly2DFracResidual |
( |
| ) |
|
|
inlinevirtual |
◆ call()
double CoolProp::Poly2DFracResidual::call |
( |
double |
target | ) |
|
|
virtual |
◆ deriv()
double CoolProp::Poly2DFracResidual::deriv |
( |
double |
target | ) |
|
|
virtual |
◆ poly
Object that evaluates the equation.
Definition at line 404 of file PolyMath.h.
◆ x_base
double CoolProp::Poly2DFracResidual::x_base |
|
protected |
◆ x_exp
int CoolProp::Poly2DFracResidual::x_exp |
|
protected |
◆ y_base
double CoolProp::Poly2DFracResidual::y_base |
|
protected |
◆ y_exp
int CoolProp::Poly2DFracResidual::y_exp |
|
protected |
The documentation for this class was generated from the following files: