CtrEditor/HydraulicSimulator
Miguel 3c9c0e2479 Refactor hydraulic components: Simplify pump and tank logic, remove unused properties, and enhance flow calculations
- Updated osHydPump.cs to replace NPSH and cavitation calculations with a simpler flow check.
- Modified pump status display to indicate whether the pump is pumping or not.
- Streamlined fluid updates in osHydPump.cs to only occur when there is flow.
- Refactored osHydTank.cs to consolidate flow handling and remove unnecessary three-section logic.
- Adjusted UI elements in ucHydTank.xaml to reflect changes in flow representation and removed deprecated visual indicators.
- Enhanced DebugConsoleServer.cs to improve client connection handling with timeout and error management.
2025-09-07 17:06:15 +02:00
..
Models Implement NPSH verification system in hydraulic simulation 2025-09-06 10:32:42 +02:00
HydraulicSimulationManager.cs Refactor hydraulic components: Simplify pump and tank logic, remove unused properties, and enhance flow calculations 2025-09-07 17:06:15 +02:00
IHydraulicInterfaces.cs Agregada base Hidraulica 2025-09-04 15:14:47 +02:00
simHydraulicBase.cs feat: Implement Debug Console Server for enhanced logging and remote monitoring 2025-09-06 19:49:03 +02:00