Uses of Class
neqsim.process.design.DesignSpecification
Packages that use DesignSpecification
Package
Description
Process design framework for automated equipment sizing and optimization.
-
Uses of DesignSpecification in neqsim.process.design
Methods in neqsim.process.design that return DesignSpecificationModifier and TypeMethodDescriptionstatic DesignSpecificationDesignSpecification.forCompressor(String name) Create design specification for a compressor.static DesignSpecificationCreate design specification for a heater or cooler.static DesignSpecificationDesignSpecification.forPipeline(String name) Create design specification for a pipeline.static DesignSpecificationDesignSpecification.forSeparator(String name) Create design specification for a separator.static DesignSpecificationDesignSpecification.forThreePhaseSeparator(String name) Create design specification for a three-phase separator.static DesignSpecificationCreate design specification for a valve.DesignSpecification.setCv(double cv) Set the valve flow coefficient (Cv).DesignSpecification.setDiameter(double diameter, String unit) Set the separator internal diameter.DesignSpecification.setKFactor(double kFactor) Set the gas load factor (K-factor) for a separator.Set the separator length.DesignSpecification.setMaterial(String grade) Set the material grade for the equipment.DesignSpecification.setMaxDuty(double duty, String unit) Set the maximum design duty for a heater or cooler.DesignSpecification.setMaxValveOpening(double maxOpening) Set the maximum valve opening percentage.DesignSpecification.setMaxVelocity(double velocity) Set the maximum design velocity for the pipeline.DesignSpecification.setPipeDiameter(double diameter, String unit) Set the pipeline internal diameter.DesignSpecification.setPipeLength(double length, String unit) Set the pipeline length.DesignSpecification.setSafetyFactor(double factor) Set the safety factor for sizing.DesignSpecification.setStandard(String standard) Set the design standard.DesignSpecification.setTRDocument(String company, String trDoc) Set the company technical requirements document.DesignSpecification.setWallThickness(double thickness, String unit) Set the wall thickness for the pipeline.