diff artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/AbstractSInfoResultRow.java @ 8940:82998242ba84

Preparing for additional outputs of SINFO-Tkh
author gernotbelger
date Tue, 06 Mar 2018 18:51:18 +0100
parents d9dbf0b74bc2
children 5d5d482da3e9
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/AbstractSInfoResultRow.java	Tue Mar 06 17:14:56 2018 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/AbstractSInfoResultRow.java	Tue Mar 06 18:51:18 2018 +0100
@@ -77,6 +77,26 @@
         return this.tkh.getMeanBedHeight();
     }
 
+    public final double getFlowDepth() {
+        return this.tkh.getFlowDepth();
+    }
+
+    public double getFlowDepthWithTkh() {
+        return this.tkh.getFlowDepthTkh();
+    }
+
+    public double getVelocity() {
+        return this.tkh.getVelocity();
+    }
+
+    public double getD50() {
+        return this.tkh.getD50();
+    }
+
+    public double getTau() {
+        return this.tkh.getTau();
+    }
+
     public final String getLocation() {
         return this.location;
     }

http://dive4elements.wald.intevation.org