Uses of Enum Class
neqsim.process.equipment.pipeline.TubingPerformance.TemperatureModel
Packages that use TubingPerformance.TemperatureModel
-
Uses of TubingPerformance.TemperatureModel in neqsim.process.equipment.pipeline
Subclasses with type arguments of type TubingPerformance.TemperatureModel in neqsim.process.equipment.pipelineModifier and TypeClassDescriptionstatic enumTemperature profile models.Fields in neqsim.process.equipment.pipeline declared as TubingPerformance.TemperatureModelMethods in neqsim.process.equipment.pipeline that return TubingPerformance.TemperatureModelModifier and TypeMethodDescriptionTubingPerformance.getTemperatureModel()Get temperature model.Returns 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.pipeline with parameters of type TubingPerformance.TemperatureModelModifier and TypeMethodDescriptionvoidTubingPerformance.setTemperatureModel(TubingPerformance.TemperatureModel temperatureModel) Set temperature model.