- 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
+6 -6
View File
@@ -4,7 +4,7 @@
{
"dt" : 1.0,
"P_min" : 0,
"P_max" : 3000,
"P_max" : 3500,
"sim_warp_factor" : 1000.0,
"stirrer_name" : "Stirrer",
"plant_name" : "Mass",
@@ -38,7 +38,7 @@
},
"Heat" : {
"Acqu": {
"thresh_leave" : -100.25,
"thresh_leave" : -100.0,
"Pid" : {
"kp" : 0.2,
"ki" : 0.004,
@@ -61,11 +61,11 @@
"WaterSim" :
{
"dt" : 1.0,
"theta_amb" : 20,
"theta_amb" : 15,
"C" : 4190,
"M" : 20,
"L" : 0.3,
"Td" : 30,
"M" : 25,
"L" : 0.15,
"Td" : 20,
"kn" : 0.2
},