public static enum ForcedConvectionFactory.Correlations extends java.lang.Enum<ForcedConvectionFactory.Correlations>
Enum Constant and Description |
---|
GENERIC |
PIPE_DITTUS_BOELTER_COOLING |
PIPE_DITTUS_BOELTER_HEATING |
PIPE_PETUKOV_KIRILOV |
PIPE_SMOOTH_DEFAULT_METHOD |
PIPE_SMOOTH_SIEDER_TATE_LAMINAR |
PIPE_SMOOTH_SIEDER_TATE_TURBULENT |
PIPE_SMOOTH_TRANSITION |
Modifier and Type | Method and Description |
---|---|
static ForcedConvectionFactory.Correlations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ForcedConvectionFactory.Correlations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForcedConvectionFactory.Correlations GENERIC
public static final ForcedConvectionFactory.Correlations PIPE_SMOOTH_SIEDER_TATE_LAMINAR
public static final ForcedConvectionFactory.Correlations PIPE_SMOOTH_SIEDER_TATE_TURBULENT
public static final ForcedConvectionFactory.Correlations PIPE_SMOOTH_TRANSITION
public static final ForcedConvectionFactory.Correlations PIPE_SMOOTH_DEFAULT_METHOD
public static final ForcedConvectionFactory.Correlations PIPE_DITTUS_BOELTER_HEATING
public static final ForcedConvectionFactory.Correlations PIPE_DITTUS_BOELTER_COOLING
public static final ForcedConvectionFactory.Correlations PIPE_PETUKOV_KIRILOV
public static ForcedConvectionFactory.Correlations[] values()
for (ForcedConvectionFactory.Correlations c : ForcedConvectionFactory.Correlations.values()) System.out.println(c);
public static ForcedConvectionFactory.Correlations 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