Enum Class AgentBenchmarkSuite.ProblemCategory
java.lang.Object
java.lang.Enum<AgentBenchmarkSuite.ProblemCategory>
neqsim.util.agentic.AgentBenchmarkSuite.ProblemCategory
- All Implemented Interfaces:
Serializable, Comparable<AgentBenchmarkSuite.ProblemCategory>, Constable
- Enclosing class:
AgentBenchmarkSuite
public static enum AgentBenchmarkSuite.ProblemCategory
extends Enum<AgentBenchmarkSuite.ProblemCategory>
Category of engineering benchmark problem.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionField development NPV and cost estimation.Phase equilibrium calculations (TP, PH, PS flash).Multiphase pipe flow and pressure drop.Process equipment and flowsheet simulations.Depressurization, relief valve sizing, safety envelopes.Pure component and mixture thermodynamic properties. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AgentBenchmarkSuite.ProblemCategory[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
THERMO
Pure component and mixture thermodynamic properties. -
FLASH
Phase equilibrium calculations (TP, PH, PS flash). -
PROCESS
Process equipment and flowsheet simulations. -
PIPELINE
Multiphase pipe flow and pressure drop. -
ECONOMICS
Field development NPV and cost estimation. -
SAFETY
Depressurization, relief valve sizing, safety envelopes.
-
-
Constructor Details
-
ProblemCategory
private ProblemCategory()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-