Class LoopedPipeNetwork.ReservoirAttachment

java.lang.Object
neqsim.process.equipment.network.LoopedPipeNetwork.ReservoirAttachment
All Implemented Interfaces:
Serializable
Enclosing class:
LoopedPipeNetwork

static class LoopedPipeNetwork.ReservoirAttachment extends Object implements Serializable
Attached reservoir info: maps a network source node to a SimpleReservoir and well within it.
Version:
1.0
Author:
Even Solbraa
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • reservoir

      transient SimpleReservoir reservoir
      The SimpleReservoir instance.
    • wellType

      String wellType
      Well type: "gas", "oil", "water".
    • wellIndex

      int wellIndex
      Index of this well within the reservoir's well list.
    • sourceNodeName

      String sourceNodeName
      Source node name in the network.
  • Constructor Details