Uses of Class
neqsim.process.design.ProcessBasis
Packages that use ProcessBasis
Package
Description
Process design framework for automated equipment sizing and optimization.
Process templates for common separation and compression configurations.
-
Uses of ProcessBasis in neqsim.process.design
Fields in neqsim.process.design declared as ProcessBasisModifier and TypeFieldDescriptionprivate ProcessBasisDesignOptimizer.basisprivate ProcessBasisProcessBasis.Builder.basisMethods in neqsim.process.design that return ProcessBasisModifier and TypeMethodDescriptionProcessBasis.Builder.build()Build the ProcessBasis.DesignOptimizer.getBasis()Get the process basis.Methods in neqsim.process.design with parameters of type ProcessBasisModifier and TypeMethodDescriptionProcessTemplate.create(ProcessBasis basis) Create a process system from this template using the given process basis.static DesignOptimizerDesignOptimizer.fromTemplate(ProcessTemplate template, ProcessBasis basis) Create a DesignOptimizer from a template. -
Uses of ProcessBasis in neqsim.process.design.template
Methods in neqsim.process.design.template with parameters of type ProcessBasisModifier and TypeMethodDescriptionCO2CaptureTemplate.create(ProcessBasis basis) Create a process system from this template using the given process basis.DehydrationTemplate.create(ProcessBasis basis) Create a process system from this template using the given process basis.GasCompressionTemplate.create(ProcessBasis basis) Create a process system from this template using the given process basis.ThreeStageSeparationTemplate.create(ProcessBasis basis) Create a process system from this template using the given process basis.private doubleThreeStageSeparationTemplate.getStagePresure(ProcessBasis basis, int stageNumber, double defaultPressure) Gets stage pressure from basis or returns default.