Uses of Enum Class
neqsim.process.processmodel.diagram.PFDLayoutPolicy.StreamPhase
Packages that use PFDLayoutPolicy.StreamPhase
Package
Description
Professional Process Flow Diagram (PFD) generation for NeqSim.
-
Uses of PFDLayoutPolicy.StreamPhase in neqsim.process.processmodel.diagram
Subclasses with type arguments of type PFDLayoutPolicy.StreamPhase in neqsim.process.processmodel.diagramModifier and TypeClassDescriptionstatic enumStream phase classification based on vapor/liquid fraction.Fields in neqsim.process.processmodel.diagram with type parameters of type PFDLayoutPolicy.StreamPhaseModifier and TypeFieldDescriptionprivate final Map<StreamInterface, PFDLayoutPolicy.StreamPhase> PFDLayoutPolicy.phaseCacheCache for stream phase classifications.Methods in neqsim.process.processmodel.diagram that return PFDLayoutPolicy.StreamPhaseModifier and TypeMethodDescriptionprivate PFDLayoutPolicy.StreamPhasePFDLayoutPolicy.classifyByStreamName(StreamInterface stream) Classifies stream phase based on stream name hints.PFDLayoutPolicy.classifyEdgePhase(ProcessEdge edge) Classifies the phase of an edge (stream connection).private PFDLayoutPolicy.StreamPhasePFDLayoutPolicy.classifyLiquidPhase(SystemInterface fluid, StreamInterface stream) Classifies a liquid-dominated stream as OIL, AQUEOUS, or LIQUID.PFDLayoutPolicy.classifyStreamPhase(StreamInterface stream) Classifies the phase of a stream.private PFDLayoutPolicy.StreamPhasePFDLayoutPolicy.determineStreamPhase(StreamInterface stream) Determines the phase of a stream based on phase types and composition.static PFDLayoutPolicy.StreamPhaseReturns the enum constant of this class with the specified name.static PFDLayoutPolicy.StreamPhase[]PFDLayoutPolicy.StreamPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.