- better parameter for water sim, fewer losses

- max power is 3500 W

git-svn-id: http://moon:8086/svn/projects/HendiControl@242 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-04-15 20:59:20 +00:00
parent ead1f69be6
commit 2d538f3384
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class Mass(APlant):
self.e = 0
self.x = 0
self.gain = 0.95
self.gain = 0.999
self.C = params['C']
self.M = params['M']