Class InjectionWellModel.InjectionZoneResult
java.lang.Object
neqsim.process.fielddevelopment.reservoir.InjectionWellModel.InjectionZoneResult
- All Implemented Interfaces:
Serializable
- Enclosing class:
InjectionWellModel
Result for a single injection zone.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleFraction of total injection.booleanWhether BHP exceeds zone fracture pressure.doubleHall slope for this zone (bar day/Sm3).doubleInjectivity index for this zone (Sm3/day/bar).booleanWhether this is a target zone.doubleInjection rate into this zone (Sm3/day).private static final longZone name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
zoneName
Zone name. -
rate
public double rateInjection rate into this zone (Sm3/day). -
injectivityIndex
public double injectivityIndexInjectivity index for this zone (Sm3/day/bar). -
allocationFraction
public double allocationFractionFraction of total injection. -
fractureRisk
public boolean fractureRiskWhether BHP exceeds zone fracture pressure. -
isTargetZone
public boolean isTargetZoneWhether this is a target zone. -
hallSlope
public double hallSlopeHall slope for this zone (bar day/Sm3).
-
-
Constructor Details
-
InjectionZoneResult
public InjectionZoneResult()
-