Uses of Class
neqsim.process.fielddevelopment.concept.InfrastructureInput
Packages that use InfrastructureInput
Package
Description
Field concept definition classes for rapid field development screening.
Tie-back analysis package for field development screening.
-
Uses of InfrastructureInput in neqsim.process.fielddevelopment.concept
Fields in neqsim.process.fielddevelopment.concept declared as InfrastructureInputModifier and TypeFieldDescriptionprivate InfrastructureInputFieldConcept.Builder.infrastructureprivate final InfrastructureInputFieldConcept.infrastructureMethods in neqsim.process.fielddevelopment.concept that return InfrastructureInputModifier and TypeMethodDescriptionInfrastructureInput.Builder.build()FieldConcept.getInfrastructure()Methods in neqsim.process.fielddevelopment.concept with parameters of type InfrastructureInputModifier and TypeMethodDescriptionFieldConcept.Builder.infrastructure(InfrastructureInput infrastructure) -
Uses of InfrastructureInput in neqsim.process.fielddevelopment.tieback
Methods in neqsim.process.fielddevelopment.tieback with parameters of type InfrastructureInputModifier and TypeMethodDescriptionprivate doubleTiebackAnalyzer.estimateArrivalTemperatureC(double inletTemperatureC, double seabedTemperatureC, double distanceKm, InfrastructureInput infrastructure) Estimates arrival temperature if the hydraulic model cannot run.private doubleTiebackAnalyzer.estimateFlowlineHeatTransferCoefficient(InfrastructureInput infrastructure) Estimates a representative flowline heat transfer coefficient.private doubleTiebackAnalyzer.estimateShutdownCooldownHours(TiebackOption option, double inletTemperatureC, double seabedTemperatureC, InfrastructureInput infrastructure) Estimates shutdown cooldown time to hydrate risk.private doubleTiebackAnalyzer.estimateShutdownCooldownRisk(TiebackOption option, InfrastructureInput infrastructure) Estimates shutdown cooldown risk score.