public static enum GasEosVirial.corrTypeB extends java.lang.Enum<GasEosVirial.corrTypeB>
Enum Constant and Description |
---|
CONST_USER_SUPP
Constant B, supplied by user
|
GENERALIZED
Generalized correlation for non polar and slightly polar fluids
|
TSONOPOULOS
Tsonopoulos modification for polar compounds
|
Modifier and Type | Method and Description |
---|---|
static GasEosVirial.corrTypeB |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GasEosVirial.corrTypeB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GasEosVirial.corrTypeB CONST_USER_SUPP
public static final GasEosVirial.corrTypeB GENERALIZED
public static final GasEosVirial.corrTypeB TSONOPOULOS
public static GasEosVirial.corrTypeB[] values()
for (GasEosVirial.corrTypeB c : GasEosVirial.corrTypeB.values()) System.out.println(c);
public static GasEosVirial.corrTypeB valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null