Uses of Enum Class
neqsim.process.equipment.reservoir.TubingPerformance.TemperatureModel
Packages that use TubingPerformance.TemperatureModel
-
Uses of TubingPerformance.TemperatureModel in neqsim.process.equipment.reservoir
Subclasses with type arguments of type TubingPerformance.TemperatureModel in neqsim.process.equipment.reservoirModifier and TypeClassDescriptionstatic enumTemperature profile models for wellbore heat transfer.Fields in neqsim.process.equipment.reservoir declared as TubingPerformance.TemperatureModelMethods in neqsim.process.equipment.reservoir that return TubingPerformance.TemperatureModelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TubingPerformance.TemperatureModel[]TubingPerformance.TemperatureModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.reservoir with parameters of type TubingPerformance.TemperatureModelModifier and TypeMethodDescriptionvoidTubingPerformance.setTemperatureModel(TubingPerformance.TemperatureModel model) Set the temperature model to use.voidWellSystem.setTemperatureModel(TubingPerformance.TemperatureModel model) Set temperature model for VLP.