Uses of Class
neqsim.process.equipment.pipeline.TransientWellbore.TransientSnapshot
Packages that use TransientWellbore.TransientSnapshot
-
Uses of TransientWellbore.TransientSnapshot in neqsim.process.equipment.pipeline
Fields in neqsim.process.equipment.pipeline with type parameters of type TransientWellbore.TransientSnapshotModifier and TypeFieldDescriptionprivate final List<TransientWellbore.TransientSnapshot> TransientWellbore.snapshotsTime step results: list of snapshots, each containing depth vs (T, P, phases, compositions).Methods in neqsim.process.equipment.pipeline that return TransientWellbore.TransientSnapshotModifier and TypeMethodDescriptionTransientWellbore.createSnapshot(double timeHours, double[] depths, double[] temperatures, double[] pressures, SystemInterface baseFluid) Creates a snapshot of the wellbore state at a given time by performing flash calculations at each segment.Methods in neqsim.process.equipment.pipeline that return types with arguments of type TransientWellbore.TransientSnapshotModifier and TypeMethodDescriptionTransientWellbore.getSnapshots()Gets all snapshots from the shutdown simulation.