Uses of Enum Class
neqsim.process.equipment.pipeline.TwoFluidPipe.BoundaryCondition
Packages that use TwoFluidPipe.BoundaryCondition
-
Uses of TwoFluidPipe.BoundaryCondition in neqsim.process.equipment.pipeline
Subclasses with type arguments of type TwoFluidPipe.BoundaryCondition in neqsim.process.equipment.pipelineModifier and TypeClassDescriptionstatic enumBoundary condition type.Fields in neqsim.process.equipment.pipeline declared as TwoFluidPipe.BoundaryConditionModifier and TypeFieldDescriptionprivate TwoFluidPipe.BoundaryConditionTwoFluidPipe.inletBCTypeInlet boundary condition type.private TwoFluidPipe.BoundaryConditionTwoFluidPipe.outletBCTypeOutlet boundary condition type.Methods in neqsim.process.equipment.pipeline that return TwoFluidPipe.BoundaryConditionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TwoFluidPipe.BoundaryCondition[]TwoFluidPipe.BoundaryCondition.values()Returns an array containing the constants of this enum class, in the order they are declared.