Uses of Class
neqsim.process.equipment.distillation.RateBasedPackedColumn.CounterCurrentSolution
Packages that use RateBasedPackedColumn.CounterCurrentSolution
-
Uses of RateBasedPackedColumn.CounterCurrentSolution in neqsim.process.equipment.distillation
Fields in neqsim.process.equipment.distillation declared as RateBasedPackedColumn.CounterCurrentSolutionModifier and TypeFieldDescriptionprivate final RateBasedPackedColumn.CounterCurrentSolutionRateBasedPackedColumn.ColumnResidualEvaluation.solutionCounter-current solution represented by the unknown vector.Methods in neqsim.process.equipment.distillation that return RateBasedPackedColumn.CounterCurrentSolutionModifier and TypeMethodDescriptionRateBasedPackedColumn.runOneProfileIteration(SystemInterface gasIn, SystemInterface liquidIn, List<SystemInterface> liquidEntering) Run one bottom-to-top gas pass against the current counter-current liquid profile.RateBasedPackedColumn.solveCounterCurrentProfile(SystemInterface gasIn, SystemInterface liquidIn) Solve the counter-current segment profile by fixed-point iteration.RateBasedPackedColumn.solveEquationOrientedProfile(SystemInterface gasIn, SystemInterface liquidIn) Solve the full packed section with a column-wide equation-oriented residual system.RateBasedPackedColumn.solveFixedPointProfile(SystemInterface gasIn, SystemInterface liquidIn) Solve the counter-current profile by fixed-point liquid profile iteration.Methods in neqsim.process.equipment.distillation with parameters of type RateBasedPackedColumn.CounterCurrentSolutionModifier and TypeMethodDescriptionprivate voidRateBasedPackedColumn.acceptSolution(RateBasedPackedColumn.CounterCurrentSolution solution) Accept a profile solution as the last calculated result.private double[]RateBasedPackedColumn.createColumnUnknowns(RateBasedPackedColumn.CounterCurrentSolution seed, List<String> components) Create a column-wide unknown vector from an existing profile solution.Constructors in neqsim.process.equipment.distillation with parameters of type RateBasedPackedColumn.CounterCurrentSolutionModifierConstructorDescriptionprivateColumnResidualEvaluation(double[] unknowns, double[] normalizedResiduals, double norm, RateBasedPackedColumn.CounterCurrentSolution solution, int iterations, double maxFluxResidual, double maxHeatResidual, double maxEnergyBalanceResidual, double maxGasComponentBalanceResidual, double maxLiquidComponentBalanceResidual) Create a column residual evaluation.