Uses of Enum Class
neqsim.process.equipment.distillation.RateBasedPackedColumn.HeatTransferModel
Packages that use RateBasedPackedColumn.HeatTransferModel
-
Uses of RateBasedPackedColumn.HeatTransferModel in neqsim.process.equipment.distillation
Subclasses with type arguments of type RateBasedPackedColumn.HeatTransferModel in neqsim.process.equipment.distillationModifier and TypeClassDescriptionstatic enumHeat-transfer options for gas-liquid heat exchange in the packed section.Fields in neqsim.process.equipment.distillation declared as RateBasedPackedColumn.HeatTransferModelModifier and TypeFieldDescriptionRateBasedPackedColumn.heatTransferModelHeat-transfer model used for interphase heat exchange.Methods in neqsim.process.equipment.distillation that return RateBasedPackedColumn.HeatTransferModelModifier and TypeMethodDescriptionRateBasedPackedColumn.getHeatTransferModel()Get the active interphase heat-transfer model.Returns the enum constant of this class with the specified name.RateBasedPackedColumn.HeatTransferModel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.distillation with parameters of type RateBasedPackedColumn.HeatTransferModelModifier and TypeMethodDescriptionvoidRateBasedPackedColumn.setHeatTransferModel(RateBasedPackedColumn.HeatTransferModel heatTransferModel) Set the interphase heat-transfer model.