orifice confirmed working

This commit is contained in:
2026-05-07 13:28:41 +02:00
parent 685b48b577
commit f79cf6b7eb
5 changed files with 143 additions and 150 deletions

View File

@@ -14,7 +14,7 @@ public class Program
private static Scenario scenario;
// Speed control (existing + new throttle)
private static double desiredSpeed = 0.001;
private static double desiredSpeed = 0.01;
//private static double desiredSpeed = 1.0;
private static double currentSpeed = desiredSpeed;
private const double MinSpeed = 0.0001;