Uses of Class
neqsim.process.equipment.distillation.RateBasedPackedColumn.SegmentResult
Packages that use RateBasedPackedColumn.SegmentResult
-
Uses of RateBasedPackedColumn.SegmentResult in neqsim.process.equipment.distillation
Fields in neqsim.process.equipment.distillation declared as RateBasedPackedColumn.SegmentResultModifier and TypeFieldDescriptionprivate final RateBasedPackedColumn.SegmentResultRateBasedPackedColumn.SegmentComputation.resultSegment result.Fields in neqsim.process.equipment.distillation with type parameters of type RateBasedPackedColumn.SegmentResultModifier and TypeFieldDescriptionprivate final List<RateBasedPackedColumn.SegmentResult> RateBasedPackedColumn.CounterCurrentSolution.segmentResultsSegment profile results.private final List<RateBasedPackedColumn.SegmentResult> RateBasedPackedColumn.segmentResultsLast calculated segment results from bottom to top.private final List<RateBasedPackedColumn.SegmentResult> RateBasedPackedColumn.ColumnReport.segmentsSegment profiles.Methods in neqsim.process.equipment.distillation that return types with arguments of type RateBasedPackedColumn.SegmentResultModifier and TypeMethodDescriptionRateBasedPackedColumn.getSegmentResults()Get the last calculated segment profile.Constructors in neqsim.process.equipment.distillation with parameters of type RateBasedPackedColumn.SegmentResultModifierConstructorDescriptionprivateSegmentComputation(SystemInterface gasOutlet, SystemInterface liquidOutlet, RateBasedPackedColumn.SegmentResult result) Create a segment computation container.