Package jhd.FloodFill
Class HybridFloodFill.FloodReport
java.lang.Object
jhd.FloodFill.HybridFloodFill.FloodReport
- Enclosing class:
- HybridFloodFill
public static class HybridFloodFill.FloodReport
extends java.lang.Object
Data structure returned by hybridFloodFill
-
Field Summary
Fields Modifier and Type Field Description HybridFloodFill.PorosityReport
afterFlood
Post flood porosity after the flood processHybridFloodFill.PorosityReport
beforeFlood
Post flood porosity before the flood processHybridFloodFill.FloodStats
floodStatistics
Statistics associated with the flood process -
Constructor Summary
Constructors Constructor Description FloodReport()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
beforeFlood
Post flood porosity before the flood process -
afterFlood
Post flood porosity after the flood process -
floodStatistics
Statistics associated with the flood process
-
-
Constructor Details
-
FloodReport
public FloodReport()
-