public class PipePressDropMSC
extends java.lang.Object
Constructor and Description |
---|
PipePressDropMSC() |
Modifier and Type | Method and Description |
---|---|
double |
evalSlipRatio(double vDens,
double lDens,
double vVisc,
double lVisc,
double x)
Evaluates two phase slip ratio using the method of Lockhart-Martinelli
with the two phase multiplier from the method of Muller-Steinhagen-Heck
|
double |
evalTwoPhaseDensity(double vDens,
double lDens,
double vVisc,
double lVisc,
double x)
General method for the evaluation of two phase density using fraction.
|
double |
evalTwoPhaseMultiplier()
Evaluates two phase multiplier for the field
pStream , the
vapor liquid stream associated to pipe field |
double |
evalVoidFrac(double vDens,
double lDens,
double vVisc,
double lVisc,
double x)
General method for the evaluation of void fraction.
|
double |
getLockMartParameter()
Returns computed Lockhart - Martinelli parameter
|
double |
getTwoPhaseMultiplier() |
void |
init(Pipe pipe)
Initialization of two phase pressure drop solver
|
void |
setTwoPhaseMultiplier(double tpMult) |
void |
transferOutputToPipe() |
public double evalTwoPhaseMultiplier()
pStream
, the
vapor liquid stream associated to pipe
fieldpublic double evalSlipRatio(double vDens, double lDens, double vVisc, double lVisc, double x)
public void init(Pipe pipe)
public double evalTwoPhaseDensity(double vDens, double lDens, double vVisc, double lVisc, double x)
evalSlipRatio()
public double evalVoidFrac(double vDens, double lDens, double vVisc, double lVisc, double x)
evalSlipRatio()
public void transferOutputToPipe()
public double getTwoPhaseMultiplier()
public void setTwoPhaseMultiplier(double tpMult)
public double getLockMartParameter()