Uses of Class
neqsim.blackoil.BlackOilPVTTable
Packages that use BlackOilPVTTable
-
Uses of BlackOilPVTTable in neqsim.blackoil
Fields in neqsim.blackoil declared as BlackOilPVTTableModifier and TypeFieldDescriptionBlackOilConverter.Result.pvtprivate final BlackOilPVTTableBlackOilFlash.pvtprivate final BlackOilPVTTableSystemBlackOil.pvtConstructors in neqsim.blackoil with parameters of type BlackOilPVTTableModifierConstructorDescriptionBlackOilFlash(BlackOilPVTTable pvt, double rho_o_sc, double rho_g_sc, double rho_w_sc) Constructor for BlackOilFlash.SystemBlackOil(BlackOilPVTTable pvt, double rho_o_sc, double rho_g_sc, double rho_w_sc) Constructor for SystemBlackOil. -
Uses of BlackOilPVTTable in neqsim.blackoil.io
Fields in neqsim.blackoil.io declared as BlackOilPVTTableMethods in neqsim.blackoil.io with parameters of type BlackOilPVTTableModifier and TypeMethodDescriptionstatic voidCMGEOSExporter.toFile(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, Path outputPath) Export a Black-Oil PVT table to a CMG file.static voidCMGEOSExporter.toFile(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, Path outputPath, CMGEOSExporter.ExportConfig config) Export a Black-Oil PVT table to a CMG file.static voidEclipseEOSExporter.toFile(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, Path outputPath) Export a Black-Oil PVT table to an Eclipse include file.static voidEclipseEOSExporter.toFile(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, Path outputPath, EclipseEOSExporter.ExportConfig config) Export a Black-Oil PVT table to an Eclipse include file.static StringCMGEOSExporter.toString(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc) Export a Black-Oil PVT table to a CMG format string.static StringCMGEOSExporter.toString(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, CMGEOSExporter.ExportConfig config) Export a Black-Oil PVT table to a CMG format string.static StringEclipseEOSExporter.toString(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc) Export a Black-Oil PVT table to an Eclipse format string.static StringEclipseEOSExporter.toString(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, EclipseEOSExporter.ExportConfig config) Export a Black-Oil PVT table to an Eclipse format string.private static voidCMGEOSExporter.writeGEMFormat(BufferedWriter bw, BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, List<Double> pressurePoints, double bubblePoint, double pFactor, double rhoFactor, double rsFactor, double viscFactor, String pUnit, String rhoUnit, String rsUnit, String viscUnit) private static voidCMGEOSExporter.writeIMEXFormat(BufferedWriter bw, BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, List<Double> pressurePoints, double bubblePoint, double pFactor, double rhoFactor, double rsFactor, double viscFactor, String pUnit, String rhoUnit, String rsUnit, String viscUnit) private static voidCMGEOSExporter.writePVTTable(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, Writer writer, CMGEOSExporter.ExportConfig config) private static voidEclipseEOSExporter.writePVTTable(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, Writer writer, EclipseEOSExporter.ExportConfig config) private static voidCMGEOSExporter.writeSTARSFormat(BufferedWriter bw, BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, List<Double> pressurePoints, double bubblePoint, double pFactor, double rhoFactor, double rsFactor, double viscFactor, String pUnit, String rhoUnit, String rsUnit, String viscUnit)