Uses of Class
neqsim.blackoil.io.CMGEOSExporter.ExportConfig
Packages that use CMGEOSExporter.ExportConfig
-
Uses of CMGEOSExporter.ExportConfig in neqsim.blackoil.io
Methods in neqsim.blackoil.io that return CMGEOSExporter.ExportConfigModifier and TypeMethodDescriptionCMGEOSExporter.ExportConfig.setComment(String comment) Add a custom comment to the header.CMGEOSExporter.ExportConfig.setIncludeHeader(boolean include) Enable or disable header comments in output.CMGEOSExporter.ExportConfig.setModelName(String name) Set model name for the export.CMGEOSExporter.ExportConfig.setPressureGrid(double[] pressures) Set pressure grid for PVT table generation.CMGEOSExporter.ExportConfig.setReferenceTemperature(double temperature) Set reference temperature for PVT table generation.CMGEOSExporter.ExportConfig.setSimulator(CMGEOSExporter.Simulator simulator) Set the target CMG simulator.CMGEOSExporter.ExportConfig.setStandardConditions(double pressure, double temperature) Set standard conditions for stock tank properties.CMGEOSExporter.ExportConfig.setUnits(CMGEOSExporter.Units units) Set the unit system.Methods in neqsim.blackoil.io with parameters of type CMGEOSExporter.ExportConfigModifier and TypeMethodDescriptionCMGEOSExporter.generateTablePressures(double bubblePoint, CMGEOSExporter.ExportConfig config) 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 voidCMGEOSExporter.toFile(SystemInterface fluid, Path outputPath, CMGEOSExporter.ExportConfig config) Export a compositional fluid to a CMG file.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 StringCMGEOSExporter.toString(SystemInterface fluid, CMGEOSExporter.ExportConfig config) Export a compositional fluid to a CMG format string.private static voidCMGEOSExporter.toWriter(SystemInterface fluid, Writer writer, CMGEOSExporter.ExportConfig config) private static voidCMGEOSExporter.writePVTTable(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, Writer writer, CMGEOSExporter.ExportConfig config)