Uses of Enum Class
neqsim.process.equipment.pipeline.twophasepipe.TransientPipe.BoundaryCondition
Packages that use TransientPipe.BoundaryCondition
Package
Description
Transient multiphase pipe flow models.
-
Uses of TransientPipe.BoundaryCondition in neqsim.process.equipment.pipeline.twophasepipe
Subclasses with type arguments of type TransientPipe.BoundaryCondition in neqsim.process.equipment.pipeline.twophasepipeModifier and TypeClassDescriptionstatic enumBoundary condition types for inlet and outlet.Fields in neqsim.process.equipment.pipeline.twophasepipe declared as TransientPipe.BoundaryConditionModifier and TypeFieldDescriptionprivate TransientPipe.BoundaryConditionTransientPipe.inletBCTypeprivate TransientPipe.BoundaryConditionTransientPipe.outletBCTypeMethods in neqsim.process.equipment.pipeline.twophasepipe that return TransientPipe.BoundaryConditionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TransientPipe.BoundaryCondition[]TransientPipe.BoundaryCondition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.pipeline.twophasepipe with parameters of type TransientPipe.BoundaryConditionModifier and TypeMethodDescriptionvoidTransientPipe.setInletBoundaryCondition(TransientPipe.BoundaryCondition bc) Set inlet boundary condition type.voidTransientPipe.setOutletBoundaryCondition(TransientPipe.BoundaryCondition bc)