Uses of Class
neqsim.process.equipment.distillation.RateBasedPackedColumn.SegmentResidualEvaluation
Packages that use RateBasedPackedColumn.SegmentResidualEvaluation
-
Uses of RateBasedPackedColumn.SegmentResidualEvaluation in neqsim.process.equipment.distillation
Methods in neqsim.process.equipment.distillation that return RateBasedPackedColumn.SegmentResidualEvaluationModifier and TypeMethodDescriptionRateBasedPackedColumn.evaluateSegmentResidual(SystemInterface gas, SystemInterface liquid, RateBasedPackedColumn.TransportSnapshot snapshot, List<String> components, double[] unknowns, int iterations) Evaluate normalized residuals for the simultaneous segment equations.RateBasedPackedColumn.solveSegmentResiduals(SystemInterface gas, SystemInterface liquid, RateBasedPackedColumn.TransportSnapshot snapshot, List<String> components) Solve the simultaneous residual equations for a segment.Methods in neqsim.process.equipment.distillation with parameters of type RateBasedPackedColumn.SegmentResidualEvaluationModifier and TypeMethodDescriptionprivate Jama.MatrixRateBasedPackedColumn.calculateResidualStep(SystemInterface gas, SystemInterface liquid, RateBasedPackedColumn.TransportSnapshot snapshot, List<String> components, double[] unknowns, RateBasedPackedColumn.SegmentResidualEvaluation evaluation) Calculate a Newton step for normalized segment residuals.