Uses of Enum Class
neqsim.process.equipment.pipeline.PipeBeggsAndBrills.HeatTransferMode
Packages that use PipeBeggsAndBrills.HeatTransferMode
-
Uses of PipeBeggsAndBrills.HeatTransferMode in neqsim.process.equipment.pipeline
Subclasses with type arguments of type PipeBeggsAndBrills.HeatTransferMode in neqsim.process.equipment.pipelineModifier and TypeClassDescriptionstatic enumHeat transfer calculation modes for pipeline thermal modeling.Fields in neqsim.process.equipment.pipeline declared as PipeBeggsAndBrills.HeatTransferModeMethods in neqsim.process.equipment.pipeline that return PipeBeggsAndBrills.HeatTransferModeModifier and TypeMethodDescriptionPipeBeggsAndBrills.getHeatTransferMode()Gets the current heat transfer calculation mode.Returns the enum constant of this class with the specified name.static PipeBeggsAndBrills.HeatTransferMode[]PipeBeggsAndBrills.HeatTransferMode.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 PipeBeggsAndBrills.HeatTransferModeModifier and TypeMethodDescriptionvoidPipeBeggsAndBrills.setHeatTransferMode(PipeBeggsAndBrills.HeatTransferMode mode) Sets the heat transfer calculation mode.