Uses of Class
neqsim.process.equipment.distillation.DistillationColumn
Packages that use DistillationColumn
Package
Description
Equipment capacity constraint framework for process optimization.
DEXPI integration layer for importing and exporting P&ID data.
-
Uses of DistillationColumn in neqsim.integration
Methods in neqsim.integration with parameters of type DistillationColumnModifier and TypeMethodDescriptionprivate static voidEquipmentValidator.validateDistillationColumn(ValidationFramework.ValidationBuilder builder, DistillationColumn column) Distillation column-specific validation. -
Uses of DistillationColumn in neqsim.process.equipment.capacity
Methods in neqsim.process.equipment.capacity with parameters of type DistillationColumnModifier and TypeMethodDescriptionprivate doubleDistillationColumnCapacityStrategy.evaluateBasicCapacity(DistillationColumn column) Evaluates basic capacity when column doesn't have constraint interface. -
Uses of DistillationColumn in neqsim.process.equipment.distillation
Subclasses of DistillationColumn in neqsim.process.equipment.distillationModifier and TypeClassDescriptionclassPacked column (contactor/absorber/stripper) using packing internals with HETP-based staging.classLNG scrub column model for heavy hydrocarbon removal prior to liquefaction.Fields in neqsim.process.equipment.distillation declared as DistillationColumnModifier and TypeFieldDescriptionprivate DistillationColumnDistillationColumnMatrixSolver.columnMethods in neqsim.process.equipment.distillation that return DistillationColumnModifier and TypeMethodDescriptionDistillationColumn.Builder.build()Builds theDistillationColumnwith the configured parameters.Methods in neqsim.process.equipment.distillation with parameters of type DistillationColumnModifier and TypeMethodDescriptionprivate static voidColumnMeshResidualEvaluator.addEnergyResiduals(DistillationColumn column, ColumnMeshResidualEvaluator.ResidualBuilder builder) Add tray energy residuals.private static voidColumnMeshResidualEvaluator.addEquilibriumResiduals(DistillationColumn column, ColumnMeshState state, ColumnMeshResidualEvaluator.ResidualBuilder builder) Add phase-equilibrium residuals from tray fugacity equality.private static voidColumnMeshResidualEvaluator.addSpecificationResiduals(DistillationColumn column, ColumnMeshResidualEvaluator.ResidualBuilder builder) Add active column specification residuals.(package private) static ColumnMeshResidualColumnMeshResidualEvaluator.evaluate(DistillationColumn column) Evaluate the current MESH residual vector for a column.(package private) static ColumnMeshStateColumnMeshState.from(DistillationColumn column) Build a state snapshot from a distillation column.(package private) static ColumnSolveResultColumnSolveResult.from(DistillationColumn column, DistillationColumn.SolverType solverType) Build a result from the current column diagnostics.private static String[]ColumnMeshState.resolveComponentNames(DistillationColumn column) Resolve component names from available column products and tray states.ColumnSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.DampedSubstitutionSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.DirectSubstitutionSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.InsideOutSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.MeshResidualSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.SumRatesSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.TemperatureNewtonSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.WegsteinSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.Constructors in neqsim.process.equipment.distillation with parameters of type DistillationColumn -
Uses of DistillationColumn in neqsim.process.equipment.distillation.internals
Fields in neqsim.process.equipment.distillation.internals declared as DistillationColumnModifier and TypeFieldDescriptionprivate DistillationColumnColumnInternalsDesigner.columnThe distillation column to evaluate.Methods in neqsim.process.equipment.distillation.internals with parameters of type DistillationColumnModifier and TypeMethodDescriptionvoidColumnInternalsDesigner.setColumn(DistillationColumn column) Set the distillation column.Constructors in neqsim.process.equipment.distillation.internals with parameters of type DistillationColumnModifierConstructorDescriptionConstructor with column. -
Uses of DistillationColumn in neqsim.process.processmodel.dexpi
Methods in neqsim.process.processmodel.dexpi that return DistillationColumnModifier and TypeMethodDescriptionprivate static DistillationColumnDexpiEquipmentFactory.createColumn(String name, StreamInterface inletStream, DexpiProcessUnit unit) Creates a DistillationColumn using tray count and feed tray from sizing attributes. -
Uses of DistillationColumn in neqsim.process.processmodel.processmodules
Fields in neqsim.process.processmodel.processmodules declared as DistillationColumn -
Uses of DistillationColumn in neqsim.process.util.monitor
Constructors in neqsim.process.util.monitor with parameters of type DistillationColumnModifierConstructorDescriptionConstructor for DistillationColumnResponse.