public class CentrifPump extends Equipment
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PRESSURE |
static java.lang.String |
TEMPERATURE |
Constructor and Description |
---|
CentrifPump() |
Modifier and Type | Method and Description |
---|---|
void |
evalCompressionPower()
Evaluates the power required to compress a liquid
|
double |
getDeltaP() |
double |
getDeltaS() |
double |
getDeltaT() |
DomainDecomposition |
getDomain() |
double |
getEfficIs() |
Stream |
getStream() |
double |
getWork() |
double |
getWorkIs() |
void |
setEfficIs(double efficIs) |
void |
setStream(Stream iStream) |
public static java.lang.String PRESSURE
public static java.lang.String TEMPERATURE
public void evalCompressionPower() throws java.lang.ArithmeticException
java.lang.ArithmeticException
public Stream getStream()
public void setStream(Stream iStream)
public double getWorkIs()
public double getWork()
public double getEfficIs()
public void setEfficIs(double efficIs)
public double getDeltaT()
public double getDeltaP()
public double getDeltaS()
public DomainDecomposition getDomain()