Uses of Class
neqsim.process.equipment.pipeline.twophasepipe.SlugTracker.SlugUnit
Packages that use SlugTracker.SlugUnit
Package
Description
Transient multiphase pipe flow models.
-
Uses of SlugTracker.SlugUnit in neqsim.process.equipment.pipeline.twophasepipe
Fields in neqsim.process.equipment.pipeline.twophasepipe with type parameters of type SlugTracker.SlugUnitMethods in neqsim.process.equipment.pipeline.twophasepipe that return SlugTracker.SlugUnitModifier and TypeMethodDescriptionSlugTracker.generateInletSlug(PipeSection inletSection, double pipeArea) Generate slug at inlet based on flow conditions.SlugTracker.initializeTerrainSlug(LiquidAccumulationTracker.SlugCharacteristics characteristics, PipeSection[] sections) Initialize slug from terrain-induced accumulation.Methods in neqsim.process.equipment.pipeline.twophasepipe that return types with arguments of type SlugTracker.SlugUnitMethods in neqsim.process.equipment.pipeline.twophasepipe with parameters of type SlugTracker.SlugUnitModifier and TypeMethodDescriptionprivate voidSlugTracker.advanceSlug(SlugTracker.SlugUnit slug, PipeSection[] sections, double dt) Advance a single slug.private doubleSlugTracker.calculateBubbleLength(SlugTracker.SlugUnit slug, PipeSection section) Calculate Taylor bubble/film region length.private voidSlugTracker.markSlugSections(SlugTracker.SlugUnit slug, PipeSection[] sections) Mark sections that are within a slug.private voidSlugTracker.returnMassToEulerianCells(SlugTracker.SlugUnit slug, PipeSection[] sections) Return liquid mass from a dissipating slug back to Eulerian cells.