Package at.jku.ssw.fp.sect05_4.dsl
Class SystemUnderCtrl
- java.lang.Object
-
- at.jku.ssw.fp.sect05_4.dsl.SystemUnderCtrl
-
-
Constructor Summary
Constructors Constructor Description SystemUnderCtrl(double area, double losses, DVar level, DVar inflow)
Constructor setting up the tank
-
-
-
Field Detail
-
area
private final double area
The base area of the tank
-
losses
private final double losses
Losses of the tank
-
level
private final DVar level
The variable for the current level of the tank
-
flow
private final DVar flow
The variable for the inflow to the tank
-
lastTime
private long lastTime
-
-