Class ColumnSolverFactory.DirectSubstitutionSolver
java.lang.Object
neqsim.process.equipment.distillation.ColumnSolverFactory.DirectSubstitutionSolver
- All Implemented Interfaces:
ColumnSolver
- Enclosing class:
ColumnSolverFactory
private static final class ColumnSolverFactory.DirectSubstitutionSolver
extends Object
implements ColumnSolver
Direct substitution adapter.
- Version:
- 1.0
- Author:
- esol
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the solver type represented by this strategy.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.
-
Constructor Details
-
DirectSubstitutionSolver
private DirectSubstitutionSolver()
-
-
Method Details
-
solve
Solve the supplied distillation column.- Specified by:
solvein interfaceColumnSolver- Parameters:
column- the column to solveid- calculation identifier for this solve- Returns:
- summary metrics from the completed solve
-
getSolverType
Get the solver type represented by this strategy.- Specified by:
getSolverTypein interfaceColumnSolver- Returns:
- the matching
DistillationColumn.SolverType
-