Class WellFlowlineNetwork.Branch

java.lang.Object
neqsim.process.equipment.network.WellFlowlineNetwork.Branch
Enclosing class:
WellFlowlineNetwork

public static class WellFlowlineNetwork.Branch extends Object
A branch represents one well + flowline path to a manifold.
  • Field Details

  • Constructor Details

  • Method Details

    • updatePipelineInlet

      private void updatePipelineInlet()
    • run

      void run(UUID id)
      Run steady-state inflow and hydraulics for this branch.
      Parameters:
      id - calculation identifier
    • runTransient

      void runTransient(double dt, UUID id)
      Run transient inflow and hydraulics for this branch.
      Parameters:
      dt - time step
      id - calculation identifier
    • getName

      public String getName()
    • getWell

      public WellFlow getWell()
    • getPipeline

      public PipeBeggsAndBrills getPipeline()
    • getChoke

      public ThrottlingValve getChoke()
    • setChoke

      public void setChoke(ThrottlingValve choke)