Uses of Class
neqsim.process.equipment.pipeline.twophasepipe.ThreeFluidSection
Packages that use ThreeFluidSection
Package
Description
Transient multiphase pipe flow models.
-
Uses of ThreeFluidSection in neqsim.process.equipment.pipeline.twophasepipe
Methods in neqsim.process.equipment.pipeline.twophasepipe that return ThreeFluidSectionMethods in neqsim.process.equipment.pipeline.twophasepipe with parameters of type ThreeFluidSectionModifier and TypeMethodDescriptionThreeFluidConservationEquations.calcRHS(ThreeFluidSection section, double dPdx, ThreeFluidSection upstreamSection, ThreeFluidSection downstreamSection) Calculate RHS of conservation equations for a three-fluid section.double[]ThreeFluidConservationEquations.getStateVector(ThreeFluidSection section) Get state vector from section (for numerical integrator).voidThreeFluidConservationEquations.setStateVector(ThreeFluidSection section, double[] state) Set state vector to section.