Class TransientWellModel.DrawdownResult

java.lang.Object
neqsim.process.fielddevelopment.reservoir.TransientWellModel.DrawdownResult
All Implemented Interfaces:
Serializable
Enclosing class:
TransientWellModel

public static class TransientWellModel.DrawdownResult extends Object implements Serializable
Result of drawdown calculation.
Version:
1.0
Author:
ESOL
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • time

      public double time
      Time (hours).
    • flowRate

      public double flowRate
      Flow rate (Sm³/day).
    • initialPressure

      public double initialPressure
      Initial reservoir pressure (bara).
    • flowingPressure

      public double flowingPressure
      Flowing bottomhole pressure (bara).
    • drawdown

      public double drawdown
      Pressure drawdown (bar).
    • radiusOfInvestigation

      public double radiusOfInvestigation
      Radius of investigation (m).
    • infiniteActing

      public boolean infiniteActing
      Whether in infinite-acting period.
    • productivityIndex

      public double productivityIndex
      Productivity index (Sm³/day/bar).
  • Constructor Details

    • DrawdownResult

      public DrawdownResult()
  • Method Details