Uses of Class
neqsim.process.equipment.distillation.ColumnSpecification
Packages that use ColumnSpecification
-
Uses of ColumnSpecification in neqsim.process.equipment.distillation
Fields in neqsim.process.equipment.distillation declared as ColumnSpecificationModifier and TypeFieldDescriptionprivate ColumnSpecificationDistillationColumn.Builder.bottomSpecBottom product specification.private ColumnSpecificationDistillationColumn.bottomSpecificationColumn specification for the bottom (reboiler) end.private ColumnSpecificationDistillationColumn.Builder.topSpecTop product specification.private ColumnSpecificationDistillationColumn.topSpecificationColumn specification for the top (condenser) end.Methods in neqsim.process.equipment.distillation that return ColumnSpecificationModifier and TypeMethodDescriptionDistillationColumn.getBottomSpecification()Returns the bottom (reboiler) column specification.DistillationColumn.getTopSpecification()Returns the top (condenser) column specification.Methods in neqsim.process.equipment.distillation with parameters of type ColumnSpecificationModifier and TypeMethodDescriptionprivate voidDistillationColumn.applyDirectSpecification(ColumnSpecification spec) Apply a specification that does not require an outer iteration.DistillationColumn.Builder.bottomSpecification(ColumnSpecification spec) Sets the bottom column specification.private doubleDistillationColumn.evaluateSpecError(ColumnSpecification spec) Evaluate how far the current column solution is from satisfying a specification.private doubleDistillationColumn.evaluateSpecErrorSafely(ColumnSpecification spec) Evaluate a specification residual for diagnostics without interrupting a solve.private booleanDistillationColumn.needsAdjustment(ColumnSpecification spec) Checks whether a specification requires iterative temperature adjustment.voidDistillationColumn.setBottomSpecification(ColumnSpecification spec) Sets the bottom column specification with location validation.voidDistillationColumn.setTopSpecification(ColumnSpecification spec) Sets the top column specification with location validation.private booleanDistillationColumn.specificationSatisfied(ColumnSpecification spec) Check whether a single column specification is satisfied.