Uses of Class
neqsim.process.fielddevelopment.concept.ReservoirInput
Packages that use ReservoirInput
Package
Description
Field concept definition classes for rapid field development screening.
Economics package for field development analysis.
Concept evaluation and batch processing for field development.
Screening tools for flow assurance, safety, emissions, and economics.
Tie-back analysis package for field development screening.
-
Uses of ReservoirInput in neqsim.process.fielddevelopment.concept
Fields in neqsim.process.fielddevelopment.concept declared as ReservoirInputModifier and TypeFieldDescriptionprivate ReservoirInputFieldConcept.Builder.reservoirprivate final ReservoirInputFieldConcept.reservoirMethods in neqsim.process.fielddevelopment.concept that return ReservoirInputMethods in neqsim.process.fielddevelopment.concept with parameters of type ReservoirInput -
Uses of ReservoirInput in neqsim.process.fielddevelopment.economics
Methods in neqsim.process.fielddevelopment.economics with parameters of type ReservoirInputModifier and TypeMethodDescriptionProductionProfileGenerator.generateFromReservoirInput(ReservoirInput reservoir, double peakRatePerDay, boolean gasProfile, int startYear, int totalYears) Generates a resource-capped profile from reservoir screening input.private doubleProductionProfileGenerator.getRecoverableVolumeInProfileUnit(ReservoirInput reservoir, boolean gasProfile) Gets recoverable resource in the profile unit. -
Uses of ReservoirInput in neqsim.process.fielddevelopment.evaluation
Methods in neqsim.process.fielddevelopment.evaluation with parameters of type ReservoirInputModifier and TypeMethodDescriptionprivate doubleConceptEvaluator.defaultRecoveryFactor(ReservoirInput reservoir) Gets a default recovery factor when no explicit resource estimate exists.private booleanConceptEvaluator.isGasConcept(ReservoirInput reservoir) Checks whether a concept should be treated as gas-dominated. -
Uses of ReservoirInput in neqsim.process.fielddevelopment.screening
Methods in neqsim.process.fielddevelopment.screening with parameters of type ReservoirInputModifier and TypeMethodDescriptionprivate SystemInterfaceFlowAssuranceScreener.createRepresentativeFluid(ReservoirInput reservoir, double tempC, double pressureBara) private voidFlowAssuranceScreener.screenAsphalteneRisk(FlowAssuranceReport.Builder builder, ReservoirInput reservoir) private voidFlowAssuranceScreener.screenCorrosionRisk(FlowAssuranceReport.Builder builder, ReservoirInput reservoir) private voidFlowAssuranceScreener.screenScalingRisk(FlowAssuranceReport.Builder builder, ReservoirInput reservoir, FieldConcept concept) private voidFlowAssuranceScreener.screenWaxRisk(FlowAssuranceReport.Builder builder, ReservoirInput reservoir, double minTempC) -
Uses of ReservoirInput in neqsim.process.fielddevelopment.tieback
Methods in neqsim.process.fielddevelopment.tieback with parameters of type ReservoirInputModifier and TypeMethodDescriptionprivate SystemInterfaceTiebackAnalyzer.createRepresentativeFluid(ReservoirInput reservoir, double temperatureC, double pressureBara) Creates a representative fluid for hydraulic screening.private StreamTiebackAnalyzer.createRepresentativeWellheadStream(ReservoirInput reservoir, double pressureBara, double temperatureC, boolean isGasField, double totalRate, String rateUnit) Creates a representative wellhead stream for hydraulic screening.private doubleTiebackAnalyzer.estimateProducedWaterRate(ReservoirInput reservoir, double oilRateBopd) Estimates produced-water rate from water cut and oil rate.private voidTiebackAnalyzer.screenFlowAssurance(TiebackOption option, FieldConcept discovery, HostFacility host, ReservoirInput reservoir, WellsInput wells, boolean isGasField, double totalRate, String rateUnit, TiebackRouteNetwork routeNetwork) Screens the tieback route using pipeline hydraulics and thermodynamic flow-assurance checks.