Uses of Enum Class
neqsim.blackoil.io.CMGEOSExporter.Simulator
Packages that use CMGEOSExporter.Simulator
-
Uses of CMGEOSExporter.Simulator in neqsim.blackoil.io
Subclasses with type arguments of type CMGEOSExporter.Simulator in neqsim.blackoil.ioFields in neqsim.blackoil.io declared as CMGEOSExporter.SimulatorModifier and TypeFieldDescriptionprivate CMGEOSExporter.SimulatorCMGEOSExporter.ExportConfig.simulatorMethods in neqsim.blackoil.io that return CMGEOSExporter.SimulatorModifier and TypeMethodDescriptionstatic CMGEOSExporter.SimulatorReturns the enum constant of this class with the specified name.static CMGEOSExporter.Simulator[]CMGEOSExporter.Simulator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.blackoil.io with parameters of type CMGEOSExporter.SimulatorModifier and TypeMethodDescriptionCMGEOSExporter.ExportConfig.setSimulator(CMGEOSExporter.Simulator simulator) Set the target CMG simulator.static voidCMGEOSExporter.toFile(SystemInterface fluid, Path outputPath, CMGEOSExporter.Simulator simulator) Export a compositional fluid to a CMG file for a specific simulator.