Uses of Class
neqsim.process.fielddevelopment.reservoir.ReservoirCouplingExporter.VfpTable
Packages that use ReservoirCouplingExporter.VfpTable
Package
Description
Enhanced reservoir modeling package for field development.
-
Uses of ReservoirCouplingExporter.VfpTable in neqsim.process.fielddevelopment.reservoir
Fields in neqsim.process.fielddevelopment.reservoir with type parameters of type ReservoirCouplingExporter.VfpTableModifier and TypeFieldDescriptionprivate List<ReservoirCouplingExporter.VfpTable> ReservoirCouplingExporter.vfpTablesGenerated VFP tables.Methods in neqsim.process.fielddevelopment.reservoir that return ReservoirCouplingExporter.VfpTableModifier and TypeMethodDescriptionReservoirCouplingExporter.generateVfpInj(String wellName, SystemInterface injectionFluid, int tableNumber) Generate VFPINJ table for an injection well.ReservoirCouplingExporter.generateVfpProd(String wellName, SystemInterface baseFluid, int tableNumber) Generate VFPPROD table for a producing well.Methods in neqsim.process.fielddevelopment.reservoir that return types with arguments of type ReservoirCouplingExporter.VfpTableModifier and TypeMethodDescriptionReservoirCouplingExporter.getVfpTables()Get generated VFP tables.Methods in neqsim.process.fielddevelopment.reservoir with parameters of type ReservoirCouplingExporter.VfpTableModifier and TypeMethodDescriptionprivate voidReservoirCouplingExporter.appendVfpInjKeyword(ReservoirCouplingExporter.VfpTable vfp) Append VFPINJ keyword to buffer.private voidReservoirCouplingExporter.appendVfpProdKeyword(ReservoirCouplingExporter.VfpTable vfp) Append VFPPROD keyword to buffer.