Uses of Class
neqsim.blackoil.io.EclipseEOSExporter.ExportConfig
Packages that use EclipseEOSExporter.ExportConfig
-
Uses of EclipseEOSExporter.ExportConfig in neqsim.blackoil.io
Methods in neqsim.blackoil.io that return EclipseEOSExporter.ExportConfigModifier and TypeMethodDescriptionEclipseEOSExporter.ExportConfig.setComment(String comment) Add a custom comment to the header.EclipseEOSExporter.ExportConfig.setIncludeDensity(boolean include) Enable or disable DENSITY keyword output.EclipseEOSExporter.ExportConfig.setIncludeHeader(boolean include) Enable or disable header comments in output.EclipseEOSExporter.ExportConfig.setIncludePVTG(boolean include) Enable or disable PVTG keyword output.EclipseEOSExporter.ExportConfig.setIncludePVTO(boolean include) Enable or disable PVTO keyword output.EclipseEOSExporter.ExportConfig.setIncludePVTW(boolean include) Enable or disable PVTW keyword output.EclipseEOSExporter.ExportConfig.setPressureGrid(double[] pressures) Set pressure grid for PVT table generation.EclipseEOSExporter.ExportConfig.setReferenceTemperature(double temperature) Set reference temperature for PVT table generation.EclipseEOSExporter.ExportConfig.setStandardConditions(double pressure, double temperature) Set standard conditions for stock tank properties.EclipseEOSExporter.ExportConfig.setUnits(EclipseEOSExporter.Units units) Set the unit system.Methods in neqsim.blackoil.io with parameters of type EclipseEOSExporter.ExportConfigModifier and TypeMethodDescriptionEclipseEOSExporter.generateTablePressures(double bubblePoint, EclipseEOSExporter.ExportConfig config) 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 voidEclipseEOSExporter.toFile(SystemInterface fluid, Path outputPath, EclipseEOSExporter.ExportConfig config) Export a compositional fluid to an Eclipse include file.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.static StringEclipseEOSExporter.toString(SystemInterface fluid, EclipseEOSExporter.ExportConfig config) Export a compositional fluid to an Eclipse format string.private static voidEclipseEOSExporter.toWriter(SystemInterface fluid, Writer writer, EclipseEOSExporter.ExportConfig config) private static voidEclipseEOSExporter.writePVTTable(BlackOilPVTTable pvt, double rhoOilSc, double rhoGasSc, double rhoWaterSc, Writer writer, EclipseEOSExporter.ExportConfig config)