Class LoopedPipeNetwork.ReservoirAttachment
java.lang.Object
neqsim.process.equipment.network.LoopedPipeNetwork.ReservoirAttachment
- All Implemented Interfaces:
Serializable
- Enclosing class:
LoopedPipeNetwork
Attached reservoir info: maps a network source node to a SimpleReservoir and well within it.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) SimpleReservoirThe SimpleReservoir instance.private static final long(package private) StringSource node name in the network.(package private) intIndex of this well within the reservoir's well list.(package private) StringWell type: "gas", "oil", "water". -
Constructor Summary
ConstructorsConstructorDescriptionReservoirAttachment(SimpleReservoir reservoir, String wellType, int wellIndex, String sourceNodeName) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
reservoir
The SimpleReservoir instance. -
wellType
String wellTypeWell type: "gas", "oil", "water". -
wellIndex
int wellIndexIndex of this well within the reservoir's well list. -
sourceNodeName
String sourceNodeNameSource node name in the network.
-
-
Constructor Details
-
ReservoirAttachment
ReservoirAttachment(SimpleReservoir reservoir, String wellType, int wellIndex, String sourceNodeName)
-