public class PipePressDropAdiab extends PipePressDropOF
| Constructor and Description |
|---|
PipePressDropAdiab() |
| Modifier and Type | Method and Description |
|---|---|
double |
evalFunction(double outMach)
Objective function: y(outP) = 0
|
double |
getMachInl() |
double |
getMaOut() |
double |
getTOut() |
void |
init(Pipe p)
Inits pipe object
|
void |
transferOutputToPipe(Pipe p)
Updates the piping object with calculation results.
|
evalNumericalDerivative, evalNumericalDerivative5p, evalNumericalDerivativeII, evalNumericalDerivativeII5p, evalNumericalDerivatives12, getDdy, getDy, getDy5ErrEst, getH, getLabelpublic void init(Pipe p)
init in class PipePressDropOFpublic double evalFunction(double outMach)
evalFunction in class PipePressDropOFpublic void transferOutputToPipe(Pipe p)
transferOutputToPipe in class PipePressDropOFp - pipe objectpublic double getMaOut()
public double getMachInl()
public double getTOut()