Uses of Enum Class
neqsim.process.equipment.pipeline.twophasepipe.numerics.MUSCLReconstructor.SlopeLimiter
Packages that use MUSCLReconstructor.SlopeLimiter
Package
Description
Numerical methods for two-fluid multiphase pipe flow solver.
-
Uses of MUSCLReconstructor.SlopeLimiter in neqsim.process.equipment.pipeline.twophasepipe.numerics
Subclasses with type arguments of type MUSCLReconstructor.SlopeLimiter in neqsim.process.equipment.pipeline.twophasepipe.numericsModifier and TypeClassDescriptionstatic enumAvailable slope limiter types.Fields in neqsim.process.equipment.pipeline.twophasepipe.numerics declared as MUSCLReconstructor.SlopeLimiterModifier and TypeFieldDescriptionprivate MUSCLReconstructor.SlopeLimiterMUSCLReconstructor.limiterTypeCurrent limiter type.Methods in neqsim.process.equipment.pipeline.twophasepipe.numerics that return MUSCLReconstructor.SlopeLimiterModifier and TypeMethodDescriptionMUSCLReconstructor.getLimiterType()Get current limiter type.Returns the enum constant of this class with the specified name.static MUSCLReconstructor.SlopeLimiter[]MUSCLReconstructor.SlopeLimiter.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.pipeline.twophasepipe.numerics with parameters of type MUSCLReconstructor.SlopeLimiterModifier and TypeMethodDescriptionvoidMUSCLReconstructor.setLimiterType(MUSCLReconstructor.SlopeLimiter limiterType) Set limiter type.Constructors in neqsim.process.equipment.pipeline.twophasepipe.numerics with parameters of type MUSCLReconstructor.SlopeLimiterModifierConstructorDescriptionConstructor with specified limiter.