Uses of Class
neqsim.process.fielddevelopment.facility.BlockConfig
Packages that use BlockConfig
Package
Description
Facility configuration and building blocks for field development.
Screening tools for flow assurance, safety, emissions, and economics.
-
Uses of BlockConfig in neqsim.process.fielddevelopment.facility
Fields in neqsim.process.fielddevelopment.facility with type parameters of type BlockConfigModifier and TypeFieldDescriptionprivate final List<BlockConfig> FacilityBuilder.blocksprivate final List<BlockConfig> FacilityConfig.blocksMethods in neqsim.process.fielddevelopment.facility that return BlockConfigModifier and TypeMethodDescriptionstatic BlockConfigBlockConfig.co2Amine(double co2SpecPercent) Creates a CO2 amine removal block.static BlockConfigBlockConfig.co2Membrane(double co2SpecPercent) Creates a CO2 membrane removal block.static BlockConfigBlockConfig.compression(int stages) Creates a compression block with specified stages.static BlockConfigBlockConfig.compression(int stages, double outletPressure) Creates a compression block with specified stages and outlet pressure.static BlockConfigBlockConfig.inletSeparation(double pressure, double temperature) Creates an inlet separation block.static BlockConfigCreates a block configuration with default parameters.static BlockConfigCreates a block configuration with a custom name.static BlockConfigCreates a block configuration with parameters.static BlockConfigBlockConfig.oilStabilization(int stages, double rvp) Creates an oil stabilization block.static BlockConfigBlockConfig.tegDehydration(double waterSpecPpm) Creates a TEG dehydration block with specified water spec.Methods in neqsim.process.fielddevelopment.facility that return types with arguments of type BlockConfigModifier and TypeMethodDescriptionFacilityConfig.getBlocks()Gets the list of configured blocks.FacilityConfig.getBlocksOfType(BlockType type) Gets blocks of a specific type.Methods in neqsim.process.fielddevelopment.facility with parameters of type BlockConfigModifier and TypeMethodDescriptionFacilityBuilder.addBlock(BlockConfig block) Adds a block to the facility.Constructor parameters in neqsim.process.fielddevelopment.facility with type arguments of type BlockConfigModifierConstructorDescription(package private)FacilityConfig(String name, FieldConcept concept, List<BlockConfig> blocks, List<String> redundancyRequirements, double designMargin) -
Uses of BlockConfig in neqsim.process.fielddevelopment.screening
Methods in neqsim.process.fielddevelopment.screening with parameters of type BlockConfigModifier and TypeMethodDescriptionprivate doubleEconomicsEstimator.getBlockCAPEX(BlockConfig block) Gets the CAPEX for a specific process block based on its type and parameters.