| Package | Description |
|---|---|
| nce.math | |
| nce.piping |
| Modifier and Type | Method and Description |
|---|---|
void |
Secant.init(FuncR1R1 extFunc,
double epsAbsU,
double epsRelU,
int maxIterU,
double... x0) |
abstract void |
SolverR1R1.init(FuncR1R1 extFunc,
double epsAbsU,
double epsRelU,
int maxIterU,
double... x0) |
void |
Bisection.init(FuncR1R1 extFunc,
double epsAbs,
double epsRel,
int maxIter,
double... x0) |
double |
IntegratorR1R1Simpson.integrate(double lowX,
double higX,
int numIntervals,
FuncR1R1 uFunc) |
| Constructor and Description |
|---|
InflectionFinderR1R1(FuncR1R1 f,
double epsAbs,
double epsRel) |
Secant(FuncR1R1 extFunc,
double epsAbsU,
double epsRelU,
int maxIterU,
double x0) |
| Modifier and Type | Class and Description |
|---|---|
class |
PipePressDropAdiab
Objective function to find the pressure drop for the adiabatic flow of
an ideal gas in a pipe
|
class |
PipePressDropIsoth
Objective function to find the pressure drop for the isothermal flow of
an ideal gas in a pipe
|
class |
PipePressDropOF
Base class for compressible pressure drop objective functions.
|