Uses of Enum Class
neqsim.process.equipment.valve.ValveTravelModel
Packages that use ValveTravelModel
-
Uses of ValveTravelModel in neqsim.process.equipment.valve
Subclasses with type arguments of type ValveTravelModel in neqsim.process.equipment.valveModifier and TypeClassDescriptionenumEnumerates the available dynamic travel models that can be applied to valves.Fields in neqsim.process.equipment.valve declared as ValveTravelModelMethods in neqsim.process.equipment.valve that return ValveTravelModelModifier and TypeMethodDescriptionThrottlingValve.getTravelModel()Returns the current valve travel model.ValveInterface.getTravelModel()Returns the current valve travel model.static ValveTravelModelReturns the enum constant of this class with the specified name.static ValveTravelModel[]ValveTravelModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.valve with parameters of type ValveTravelModelModifier and TypeMethodDescriptionvoidThrottlingValve.setTravelModel(ValveTravelModel travelModel) Sets the valve travel model used to translate requested opening to actual position.voidValveInterface.setTravelModel(ValveTravelModel travelModel) Sets the valve travel model used to translate requested opening to actual position.